- Vector storage with metadata
- Vector similarity search and max marginal relevance search, with metadata filtering options
- Support for dot production, cosine, and euclidean distance metrics
- Performance optimization by index creation and Approximate nearest neighbors search. (Will be added shortly)
Setup
Prerequisites for using LangChain with Db2 Vector Store and Search
Install packagelangchain-db2
which is the integration package for the db2 LangChain Vector Store and Search.
The installation of the package should also install its dependencies like langchain-core
and ibm_db
.