Skip to content

Knowledge bases (technical)

Technical summary of the upload, embedding, and query pipeline. For the UI flow see Usage: Knowledge bases.

Upload

  • File upload via multipart/form-data
  • MIME and extension validation; size limits
  • Progress and retry strategies on errors

Embedding pipeline

  1. Document is stored
  2. Split into chunks
  3. Embedding vectors generated
  4. Written to the vector store

Status fields: PENDINGPROCESSINGCOMPLETED | FAILED

Query

  • Production: /knowledgebases/query (or equivalent path)
  • Test: .../query/test — flags like includeDebug, includeEmbeddings

Cere Insight 2.0 documentation