-
Notifications
You must be signed in to change notification settings - Fork 51
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
Error creating vector store #6
Comments
Hi @aravindhp , can you try upgrading your
Your code seems to be using an older version of evadb due to some upgrades in other packages. |
Thank you. That fixed the problem. |
BTW, I ran into some errors when upgrading:
I then fixed that by:
I am able to proceed further with this but not sure if the above incompatibility will cause issues later. |
Thanks for pointing this out. This is a known issue caused by the Pydantic version limitations in Ray (ray-project/ray#37019). The incompatibility may only be an issue in the unlikely case that you want to use the advanced Ray features of EvaDB. |
I am running into the following error:
I am on Fedora 39 running the code in a python 3.11.6 venv with all the requirements satisfied.
The text was updated successfully, but these errors were encountered: