Vespa
Vespa is a fully featured search engine and vector database. It supports vector search (ANN), lexical search, and search in structured data, all in the same query.
Installation and Setupβ
pip install pyvespa
Retrieverβ
See a usage example.
from langchain.retrievers import VespaRetriever