-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
Using langchain-postgres v0.0.13
Calling the code:
my_name = "..." # Str
my_id = "..." # Str
pg_vector = PGVector(..., collection_name=my_name)
await pg_vector.adelete(
ids=[my_id],
collection_only=True,
)
Checking before/after the method call, the embeddings are still on the table. I tried also collection_only = False
. Am I doing something wrong with my tests (tried disabling cache of my database client and revalidating connection, but the data seems to be still there).
Can someone replicate the issue?
Metadata
Metadata
Assignees
Labels
No labels