Projects are the top-level organizational unit in Opentrace. Each project is a self-contained workspace with its own documents, conversations, and retrieval settings.
A project acts as a container that groups related documents together. When you ask the AI a question inside a project, it only searches through that project's documents — keeping your knowledge bases separate and focused.
Think of projects like separate research workspaces:
Each project is completely isolated:
Deleting a project permanently removes all its documents, conversations, chunks, and settings. This action cascades through the database and cannot be undone.
Every project is created with default retrieval settings that you can customize at any time:
| Setting | Default |
|---|---|
| RAG Strategy | Basic (vector search) |
| Agent Type | Simple |
| Embedding Model | text-embedding-3-large |
| Chunks per Search | 5 |
| Final Context Size | 5 |
| Similarity Threshold | 0.3 |
See RAG Settings for a complete reference of all configurable parameters.