Document Store
Last updated
Last updated
Delete specific document loader and associated chunks from document store. This does not delete data from vector store.
Document Store ID
Document Loader ID
Successfully deleted loader from document store
Delete a specific chunk from a document loader
Document Store ID
Document Loader ID
Document Chunk ID
Successfully deleted chunk
Get chunks from a specific document loader within a document store
Document Store ID
Document loader ID
Pagination number
Successfully retrieved chunks from document loader
1
Updates a specific chunk from a document loader
Document Store ID
Document Loader ID
Document Chunk ID
"This is the content of the page."
Successfully updated chunk
1
Deletes a document store by its ID
Document store ID
Successfully deleted document store
Only data that were upserted with Record Manager will be deleted from vector store
Document Store ID
Successfully deleted data from vector store
Retrieval query for the upserted chunks
Document store ID
"603a7b51-ae7c-4b0a-8865-e454ed2f6766"
Query to search for
"What is the capital of France?"
Successfully executed query on vector store
Time taken to execute the query (in milliseconds)
Retrieves a list of all document stores
A list of document stores
Creates a new document store with the provided details
Unique identifier for the document store
Name of the document store
Description of the document store
Loaders associated with the document store, stored as JSON string
Places where the document store is used, stored as JSON string
Status of the document store
Configuration for the vector store, stored as JSON string
Configuration for the embedding, stored as JSON string
Configuration for the record manager, stored as JSON string
Date and time when the document store was created
Date and time when the document store was last updated
Successfully created document store
Unique identifier for the document store
Name of the document store
Description of the document store
Loaders associated with the document store, stored as JSON string
Places where the document store is used, stored as JSON string
Status of the document store
Configuration for the vector store, stored as JSON string
Configuration for the embedding, stored as JSON string
Configuration for the record manager, stored as JSON string
Date and time when the document store was created
Date and time when the document store was last updated
Retrieves details of a specific document store by its ID
Document store ID
Successfully retrieved document store
Unique identifier for the document store
Name of the document store
Description of the document store
Loaders associated with the document store, stored as JSON string
Places where the document store is used, stored as JSON string
Status of the document store
Configuration for the vector store, stored as JSON string
Configuration for the embedding, stored as JSON string
Configuration for the record manager, stored as JSON string
Date and time when the document store was created
Date and time when the document store was last updated
Updates the details of a specific document store by its ID
Document store ID
Unique identifier for the document store
Name of the document store
Description of the document store
Loaders associated with the document store, stored as JSON string
Places where the document store is used, stored as JSON string
Status of the document store
Configuration for the vector store, stored as JSON string
Configuration for the embedding, stored as JSON string
Configuration for the record manager, stored as JSON string
Date and time when the document store was created
Date and time when the document store was last updated
Successfully updated document store
Unique identifier for the document store
Name of the document store
Description of the document store
Loaders associated with the document store, stored as JSON string
Places where the document store is used, stored as JSON string
Status of the document store
Configuration for the vector store, stored as JSON string
Configuration for the embedding, stored as JSON string
Configuration for the record manager, stored as JSON string
Date and time when the document store was created
Date and time when the document store was last updated
Re-process and upsert all existing documents in document store
Document store ID
Successfully execute refresh operation
Upsert new document to document store
Document store ID
Document ID within the store. If provided, existing configuration from the document will be used for the new document
Successfully execute upsert operation
Number of vectors added
1
Number of vectors deleted
1
Number of vectors updated
1
Number of vectors skipped (not added, deleted, or updated)
1