Momento Vector Index (MVI)
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.
Setup
Install prerequisites​
You will need:
- the
momento
package for interacting with MVI, and - the openai package for interacting with the OpenAI API.
- the tiktoken package for tokenizing text.
%pip install --upgrade --quiet momento langchain-openai langchain-community tiktoken
Enter API keys​
import getpass
import os