You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the documentation that states "Initialize the PGVector store. For an async version, use PGVector.acreate() instead." it should work, but I'm getting the error AttributeError: type object 'PGVector' has no attribute 'acreate'
This is what I have on the pyproject.toml for the dependencies:
Hi all,
im running a simple FastAPI endpoint with the code:
Based on the documentation that states "Initialize the PGVector store. For an async version, use PGVector.acreate() instead." it should work, but I'm getting the error
AttributeError: type object 'PGVector' has no attribute 'acreate'
This is what I have on the
pyproject.toml
for the dependencies:Any thoughts? thanks
The text was updated successfully, but these errors were encountered: