indexing#
Code to help indexing data into a vectorstore.
This package contains helper logic to help deal with indexing data into a vectorstore while avoiding duplicated content and over-writing content if itβs unchanged.
Classes
Return a detailed a breakdown of the result of the indexing operation.  | 
|
A generic response for delete operation.  | 
|
  | 
An in-memory record manager for testing purposes.  | 
  | 
Abstract base class representing the interface for a record manager.  | 
A generic response for upsert operations.  | 
|
Functions
  | 
Async index data from the loader into the vector store.  | 
  | 
Index data from the loader into the vector store.  |