NeuralDB is a CPU-friendly and fine-tunable vector store developed by ThirdAI.
thirdai_key
parameter can be omitted if the THIRDAI_KEY
environment variable is set.
ThirdAI API keys can be obtained at https://www.thirdai.com/try-bolt/
You’ll need to install langchain-community
with pip install -qU langchain-community
to use this integration
similarity_search
, which returns a list of LangChain Document objects. Each document object represents a chunk of text from the indexed files. For example, it may contain a paragraph from one of the indexed PDF files. In addition to the text, the document’s metadata field contains information such as the document’s ID, the source of this document (which file it came from), and the score of the document.