Meilisearch
Meilisearch is an open-source, lightning-fast, and hyper relevant search engine. It comes with great defaults to help developers build snappy search experiences.
You can self-host Meilisearch or run on Meilisearch Cloud.
Meilisearch v1.3 supports vector search. This page guides you through integrating Meilisearch as a vector store and using it to perform vector search.
You'll need to install langchain-community
with pip install -qU langchain-community
to use this integration