Skip to main content

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
API Reference:VespaRetriever

Was this page helpful?


You can also leave detailed feedback on GitHub.