Chat-with-Github-Repo icon indicating copy to clipboard operation
Chat-with-Github-Repo copied to clipboard

Embeddings are not getting created in Deep Lake

Open vinodvarma24 opened this issue 2 years ago • 2 comments

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 avatar Apr 26 '23 15:04 vinodvarma24

Maybe orgname should be username?

linbuxiao avatar Apr 28 '23 06:04 linbuxiao

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

mikayelh avatar May 01 '23 21:05 mikayelh