-
Notifications
You must be signed in to change notification settings - Fork 11
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
File not found error #9
Comments
Apologies, but I do not have a Windows device to duplicate this issue. Could you please provide your code so that I might review it? |
I have identified the issue and determined that it is associated with the path handling mechanism within the |
Alternatively, you may opt to omit the 'list_databases' function, in which case, the remaining collection methods should operate correctly without any issues. |
I have managed to do it with the create_database and require_collection with Thank you for looking into this so promptly. Awaiting the upcoming version so I can do it the proper way later! 👍 |
I have crated a VectorDB and I am trying to open the db and collection to run some searches on it. When I do my_db.list_databases() I get this following error
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\Users\\.LynseDB\databases\databases'
The file exists in the folder, I have checked it. I tried resaving it as databases.json, the error goes but the list returned is empty.
What is the proper way of opening a collection once it has been created?
The text was updated successfully, but these errors were encountered: