MVI: the most productive, easiest to use, serverless vector index for your data. To get started with MVI, simply sign up for an account. There’s no need to handle infrastructure, manage servers, or be concerned about scaling. MVI is a service that scales automatically to meet your needs.To sign up and access MVI, visit the Momento Console.
momento
package for interacting with MVI, andMomentoVectorIndex
object. Here we use the from_documents
helper to both instantiate and index the data:
VectorStore
API:
RetrievalQA
chain to demonstrate how to answer questions from the indexed data.
First we load the relevant modules: