You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I start the streamlit app, with the .env file as below:
OPENAI_API_KEY=sk-xxxxxxxx
ACTIVELOOP_TOKEN=xxxxxxxxxxxxxx
DEEPLAKE_USERNAME=vinodvarma24
DEEPLAKE_DATASET_PATH=hub://orgname/embeddings
DEEPLAKE_REPO_NAME=embeddings
REPO_URL=https://github.com/peterw/Chat-with-Github-Repo
SITE_TITLE="Your Site Title"
I'm getting the below message: Saying the dataset is read-only and 'label` got an empty value.
May i know what is the issue here?
hub://talktodata/embeddings loaded successfully.
2023-04-26 07:58:11.346 Deep Lake Dataset in hub://orgname/embeddings already exists, loading from the storage
Dataset(path='hub://orgname/embeddings', read_only=True, tensors=['embedding', 'ids', 'metadata', 'text'])
tensor htype shape dtype compression
------- ------- ------- ------- -------
embedding generic (0,) float32 None
ids text (0,) str None
metadata json (0,) str None
text text (0,) str None
2023-04-26 07:58:11.348 `label` got an empty value. This is discouraged for accessibility reasons and may be disallowed in the future by raising an exception. Please provide a non-empty label and hide it with label_visibility if needed.
The text was updated successfully, but these errors were encountered:
vinodvarma24
changed the title
Embeddings are getting created in Deep Lake
Embeddings are not getting created in Deep Lake
Apr 26, 2023
When I start the streamlit app, with the .env file as below:
OPENAI_API_KEY=sk-xxxxxxxx
ACTIVELOOP_TOKEN=xxxxxxxxxxxxxx
DEEPLAKE_USERNAME=vinodvarma24
DEEPLAKE_DATASET_PATH=hub://orgname/embeddings
DEEPLAKE_REPO_NAME=embeddings
REPO_URL=https://github.com/peterw/Chat-with-Github-Repo
SITE_TITLE="Your Site Title"
I'm getting the below message: Saying the dataset is read-only and 'label` got an empty value.
May i know what is the issue here?
The text was updated successfully, but these errors were encountered: