FixieCorpusService
📄️ List Corpora.
List Corpora.
📄️ Create a Corpus.
A Corpus consists of one or more Sources, where each Source defines a set of rules
📄️ Get a Corpus.
Get a Corpus.
📄️ Delete a Corpus.
All the corpus's sources, documents, chunks, etc. will be deleted too.
📄️ List Chunks.
List Chunks.
📄️ Get a Chunk.
Get a Chunk.
📄️ Query a Corpus.
This will return the most relevant Chunks in the Corpus for the given query.
📄️ List Sources in a Corpus.
List Sources in a Corpus.
📄️ Add a Source to a Corpus.
A Source consists of a set of rules for crawling and indexing Documents in a Corpus.
📄️ Get a Source.
Get a Source.
📄️ Delete a Source.
The source must not have any remaining documents or running jobs.
📄️ Clear a Source.
This will start a Job to delete all documents (and their chunks) for the source.
📄️ List Documents for a Source.
List Documents for a Source.
📄️ Get a Document.
Get a Document.
📄️ List Jobs.
List Jobs.
📄️ Get a Job.
Get a Job.
📄️ Cancel a Job.
The request body may be empty.
📄️ Refresh a Source.
This will start a Job to populate the Corpus with chunks from documents from the source.
📄️ Update a Corpus.
The only fields that may be updated are 'display_name', 'description', and 'public'.
📄️ Update a Source.
Update a source.