Enables authenticated users to check whether any documents in a provided list already exist within a specific corpus. This is especially useful for preventing redundant uploads and maintaining a clean, organized document repository.Purpose:
Identifies duplicate documents by comparing the provided list of document names against existing entries in the target corpus.
Helps maintain document integrity and avoid unnecessary storage of repeated files.
What is a Corpus?
A corpus is a structured collection of documents or data grouped under a specific context or use case. It is commonly used for organizing content intended for search, training, redaction, or analysis.