mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
'PGVector' has no attribute 'acreate' #62
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bfigueir on GitHub (Jan 21, 2025).
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.tomlfor the dependencies:Any thoughts? thanks
@stoyan-atanasov-beye commented on GitHub (Nov 26, 2025):
I get the same.