cyborgdb-core and cyborgdb-lite.
The integration is available in the cyborgdb_core.integration.langchain and cyborgdb_lite.integration.langchain modules, respectively.
Installation
To install CyborgDB with LangChain support, you must install eithercyborgdb-core or cyborgdb-lite with the langchain extra. You can do this using pip:
Usage
To use CyborgDB with LangChain, you can import theCyborgVectorStore 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.