nemoguardrails.embeddings.index
Module Contents
Classes
API
The embeddings index is responsible for computing and searching a set of embeddings.
async
async
Adds a new item to the index.
async
Adds multiple items to the index.
async
Build the index, after the items are added.
This is optional, might not be needed for all implementations.
async
Searches the index for the closest matches to the provided text.
Dataclass
meta
text