cyborgdb-core
and cyborgdb-lite
.
The integration is available in the cyborgdb_core.integration.langchain
and cyborgdb_lite.integration.langchain
modules, respectively.
cyborgdb-core
or cyborgdb-lite
with the langchain
extra. You can do this using pip:
CyborgVectorStore
class from the cyborgdb_core.integration.langchain
or cyborgdb_lite.integration.langchain
module, depending on which version you are using.
CyborgVectorStore
instance and use it as a vector store in your LangChain applications.