BlogGuides

How to Set Up Your Knowledge Base in Vox

·6 min read

Vox's knowledge base turns your documents into an instantly searchable library. PDFs, Word docs, text files, markdown, code — over 50 file types indexed locally on your machine. Here's how to set it up.

Step 1: Open the Knowledge tab

Click Knowledge in the left sidebar. You'll see an empty state with an option to add folders.

Vox — Knowledge Base

No documents indexed yet

Add a folder to start building your knowledge base.

+ Add Folder

Step 2: Select folders to index

Click “Add Folder” and select one or more directories. Vox will recursively scan all files inside them.

Tip

Start with 2-3 focused folders — like your Documents and Projects directories. You can always add more later.

Step 3: Indexing happens automatically

Once you add a folder, Vox begins indexing immediately. It processes 4 files in parallel using a worker pool:

Vox — Indexing Progress
Scanning ~/Documents — found 342 filesDone
Indexing: 1,400-char chunks with 200-char overlapDone
Processing 4 files in parallelDone
Indexed 342/342 files — knowledge base readyDone
Supported File Types
Documents: .pdf, .docx, .doc, .rtf, .odt, .pages
Text: .txt, .md, .markdown, .csv, .tsv
Code: .js, .ts, .py, .java, .go, .rs, .rb, .php
Data: .json, .xml, .yaml, .yml, .toml
Web: .html, .htm, .css, .svg
50+ file types supported

Step 4: Search your knowledge base

Once indexed, you can search everything by voice:

Computer, search my knowledge base for meeting notes about the product roadmap.

Vox uses SQLite FTS5 full-text search to find relevant passages across all your indexed documents. Results include the source file, the matching passage, and surrounding context.

Auto-reconcile

Vox automatically checks for changes every 10 minutes. New files are indexed, deleted files are removed from the index, and modified files are re-indexed. You don't need to manually refresh.

Note

All indexing happens locally. Your documents are stored in a local SQLite database on your hard drive. Nothing is uploaded to the cloud.

Tips for power users

  • Be specific — “Search for the API authentication spec” works better than “search for documents”
  • Use natural language — Vox understands context, not just keywords
  • Index your codebase — great for finding function definitions and config files
  • Keep folders organized — the cleaner your folder structure, the better the results

Your knowledge base grows more useful over time. The more you add, the more Vox can reference when answering questions and completing tasks.

Put Vox to work on your computer.

Download Vox for Mac and start with the local setup flow.

Download for Mac

macOS · Apple Silicon & Intel