Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embeddings are not getting created in Deep Lake #7

Open
vinodvarma24 opened this issue Apr 26, 2023 · 2 comments
Open

Embeddings are not getting created in Deep Lake #7

vinodvarma24 opened this issue Apr 26, 2023 · 2 comments

Comments

@vinodvarma24
Copy link

vinodvarma24 commented 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?

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.
@vinodvarma24 vinodvarma24 changed the title Embeddings are getting created in Deep Lake Embeddings are not getting created in Deep Lake Apr 26, 2023
@linbuxiao
Copy link

Maybe orgname should be username?

@mikayelh
Copy link

mikayelh commented May 1, 2023

yep, @linbuxiao , you're correct, this issue has been resolved. let me know if you are experiencing any issues!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants