The Knowledge section is where you manage your workspace’s document collections — the vector stores that power the Knowledge node in your workflows. You can create collections, upload documents, view their status, and remove documents you no longer need.Documentation Index
Fetch the complete documentation index at: https://docs.spojit.com/llms.txt
Use this file to discover all available pages before exploring further.
Collections
A collection is a named group of embedded documents that any workflow in your workspace can query. Collections are workspace-scoped, meaning all team members and workflows share the same collections.Creating a collection
Collection names should be descriptive — for example,
invoices, company-policies, or product-catalog.
Each collection uses an embedding model to convert documents into vectors. The default is good for most cases — pick a different one only if you need higher quality or lower cost for high-volume ingestion. Once a collection is created, its embedding model is fixed.
Viewing a collection
Click on a collection to see its documents. The detail page shows:- Document count — how many documents are in the collection
- Total size — the combined size of all uploaded documents
- Document table — each document with its file name, type, size, chunk count, status, and upload date
Uploading documents
Select a file
Drag and drop a file or click to browse. Supported formats include PDF, Word (docx, doc), Excel (xlsx, xls), PowerPoint (pptx, ppt), CSV, TSV, JSON, XML, HTML, TXT, Markdown, RTF, Email (eml, msg), EPUB, and images (png, jpg, tiff, bmp) with OCR.
Duplicate file handling
If you upload a file with the same name as an existing document in the collection, you’ll be prompted to:- Overwrite — delete the existing document and replace it with the new one
- Rename — upload with a different file name
- Cancel — abort the upload
Document status
| Status | Meaning |
|---|---|
| READY | Document is embedded and available for queries |
| PROCESSING | Document is currently being parsed and embedded |