Documentation Index
Fetch the complete documentation index at: https://docs.neuralfactory.ai/llms.txt
Use this file to discover all available pages before exploring further.
Knowledge Bases FAQ
What file formats are supported?
What file formats are supported?
Neural Factory supports:
- PDF (
.pdf) — Text-based and scanned (with OCR) - Word (
.docx,.doc) - Excel (
.xlsx,.xls) - PowerPoint (
.pptx) - Text (
.txt) - CSV (
.csv)
How long does indexing take?
How long does indexing take?
Indexing time depends on file size, type, and queue depth:
- Small text files: seconds
- Standard PDFs (1–10 MB): 10–60 seconds
- Large documents (10–50 MB): 1–5 minutes
- Bulk uploads (100+ files): 10–30 minutes
How often does SharePoint/Google Drive sync?
How often does SharePoint/Google Drive sync?
Can I upload password-protected PDFs?
Can I upload password-protected PDFs?
No. Password-protected or encrypted PDFs cannot be processed. Remove the password protection before uploading.
What happens when I delete a document?
What happens when I delete a document?
When you delete a document:
- The file is removed from storage
- All indexed chunks are removed from the vector store
- The agent can no longer find or cite content from that document
Is there a file size limit?
Is there a file size limit?
File size limits depend on your deployment:
- Enterprise: Configured per deployment
- SaaS: Varies by subscription plan
Can multiple agents share the same knowledge base?
Can multiple agents share the same knowledge base?
How does the search work?
How does the search work?
Neural Factory uses hybrid retrieval:
- Semantic search finds content that is conceptually similar to the query
- Keyword search finds content containing the exact terms
- Reranking re-scores results using a dedicated reranker model for optimal relevance