-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
About
New features for LangChain's PGVector will add FTS capabilities.
Synopsis
vectorstore = PGVector(
collection_name="test_collection",
embeddings=FakeEmbedding(),
connection=CONNECTION_STRING,
)
vectorstore.similarity_search(
"hello world",
full_text_search=["foo", "bar & baz"]
)Documentation
Metadata
Metadata
Assignees
Labels
No labels