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
Following the above steps, select count(*) from langchain_pg_embedding where custom_id = '<some-id>'; should return 1.
I do not know if this is a byproduct of using the (deprecated) langchain_community.vectorstores version of PGVector, but I do not have the option to import (the recommended) PGVector from langchain_postgresin LangFlow. documentation indicating uniqueness of provided id
Who can help?
No response
Operating System
Docker
Langflow Version
1.1.1
Python Version
None
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered:
Bug Description
I expect that
ids
passed toPGVector.from_documents
will result in unique db entries.Reproduction
from_documents
call to includeids
.select count(*) from langchain_pg_embedding where custom_id = '<some-id>';
Simplified modification to "Split Text" Component
Modification to PGVector Component:
Expected behavior
Following the above steps,
select count(*) from langchain_pg_embedding where custom_id = '<some-id>';
should return 1.I do not know if this is a byproduct of using the (deprecated)
langchain_community.vectorstores
version ofPGVector
, but I do not have the option to import (the recommended)PGVector
fromlangchain_postgres
in LangFlow. documentation indicating uniqueness of provided idWho can help?
No response
Operating System
Docker
Langflow Version
1.1.1
Python Version
None
Screenshot
No response
Flow File
No response
The text was updated successfully, but these errors were encountered: