#LlamaIndex intro

5 messages · Page 1 of 1 (latest)

pulsar jasper
#

I receive this weird error message when I run this

from llama_index.vector_stores import DeepLakeVectorStore

my_activeloop_org_id = "genai360"
my_activeloop_dataset_name = "LlamaIndex_intro"
dataset_path = f"hub://{my_activeloop_org_id}/{my_activeloop_dataset_name}"

Create an index over the documnts

vector_store = DeepLakeVectorStore(dataset_path=dataset_path, overwrite=False)
#1045845524651200573

#

thanks in advance guys

deft bloom
#

PLs check the datapath, I can see it is from hub
And I guess the main issue is just the disconnection with hub server

pulsar jasper
#

thx

deft bloom
#

You are welcome