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:


Help us out by providing feedback on this documentation page: