-
Notifications
You must be signed in to change notification settings - Fork 78
ERROR: "Dataset does not exist at the specified path..." #3
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
Comments
Try following:
let me know if this helped |
ok so I wanted to use Deep Lake online. I had a similar initialization issue... I looked around the code and decided to add some (unrelated) code to initialize a Deep Lake dataset with the same name I used DEFAULT_DATA_SOURCE = "brain22" but initialized (in the separate code) as hub://"org"/brain22-1000-0 This let me get to the point where now I could actually upload a directory of pdf files.... But in the process, it created a completely separate DeepLake dataset .... and then for each additional pdf I would add it would create yet another dataset instead of adding to the previously created ... Hope it helps |
It is intended to create a dataset per datasource. The app always chats with a single data source, like a pdf or a GitHub repo, to enable asking dedicated questions. But I see the potential use case here, will add the option to store everything to a single dataset. |
@jimjones26, in constants.py, delete ".git" from the DEFAULT_DATA_SOURCE |
I am getting the following error anytime I start the app locally, or once it is running locally and I try to upload my own documents.
I am guessing this has to do with my activeloop account, but I am unable to figure out where to enable permissions for datasets to be created in activeloop. Am I missing something obvious?
The text was updated successfully, but these errors were encountered: