# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package postprocessors is basically the same as package transformers, but used at a different stage of the RAG pipeline.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
DedupeByFileMetadata is a deduplication function that checks if the document is a duplicate based on the file metadata.
No description provided by the author
DummyDedupe is a dummy deduplication function that always returns false (i.e.
GetDefaultDSNs returns the paths for the datastore and vectorstore databases.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
ErrDBDocumentNotFound is returned when a document is not found in the database.
ErrDBFileNotFound is returned when a file is not found.
IsDuplicateFuncs is a map of deduplication functions by name.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
IsDuplicateFunc is a function that determines whether a document is a duplicate or if it should be ingested.