v0.11.x
CyborgVectorStore
class, which conforms to the VectorStore
interface from langchain-core
.
cyborgdb
package with the langchain
extra:
cyborgdb-core
or cyborgdb-lite
with the langchain
extra. You can do this using pip:
cyborgdb
, cyborgdb-core
, and cyborgdb-lite
, refer to the Deployment Models Guide.CyborgVectorStore
class from the cyborgdb_core.integrations.langchain
or cyborgdb_lite.integrations.langchain
module, depending on which version you are using.
CyborgVectorStore
.add_texts()
/ .add_documents()
.similarity_search()
/ .similarity_search_with_score()
.max_marginal_relevance_search()
.get_document()
and .delete()
.aadd_texts()
, .asimilarity_search()
, etc.)cosine
, euclidean
, squared_euclidean
)DBConfig
memory
, redis
, postgres
, etc.).