-
Notifications
You must be signed in to change notification settings - Fork 81
issues while running quickstart for pgvector #180
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
|
yep confirmed was an issue just b/c of engine vs. pg_engine
OK skipping
not sure can try again, i running through the cells one by one |
Sorry about the oversight. I'll make the changes |
The above changes are being made in #183 |
the line that initializes the table uses the wrong variable (engine instead of pg_engine) and uses a public method, but the method is actually private
initializing twice raises an exception (should we have create if not exists semantics as well?) Users may want to have the code live in their app lifespan for simplicity (instead of doing some logic on server deployment)
cohere embeddings fails due to cohere model not being specified.
using pgvectorstore create fails w/ an exception (
AttributeError: 'AsyncEngine' object has no attribute '_run_as_async')
got stuck at this stage
The text was updated successfully, but these errors were encountered: