Appearance
Documents and Semantic Search ​
The Documents and Search tabs provide powerful tools for exploring and finding information within your knowledge base. Documents shows what's been indexed, while Search lets you find relevant content using AI-powered semantic understanding.
Documents Tab ​
The Documents tab displays all indexed document chunks across your entire knowledge base. Think of it as the "raw content" view - every piece of text that's been processed and is available for AI agents to reference.
What Are Documents? ​
When you add a knowledge source (website, PDF, etc.), the system breaks the content into smaller, manageable chunks called "documents". This chunking allows AI agents to quickly find and retrieve relevant information.
Example:
Source: Product User Guide (50 pages)
(chunked into)
Documents:
- Introduction (page 1-2)
- Getting Started (page 3-5)
- Installation (page 6-10)
- Configuration (page 11-15)
... and so onDocument Table ​
The Documents tab shows a paginated table with:
| Column | Description |
|---|---|
| Content Preview | First 200 characters of the document chunk |
| Source | The original knowledge source |
| Chunk ID | Unique identifier for this document chunk |
| Actions | View full content or delete |
Filtering Documents ​
Filter by Source:
Use the source dropdown to show documents from a specific source:
- Click the "Source" filter dropdown
- Select a source
- Table updates to show only documents from that source
- Clear filter to show all documents again
Filter by Search:
Use the search box to find documents containing specific text:
- Type keywords in the search box
- Documents are filtered in real-time
- Searches content preview text
Viewing Document Details ​
Click the View action to open a detailed view showing:
- Full Content: Complete text of the document chunk
- Metadata: Source, chunk ID, timestamps
- Context: Previous and next chunks (if applicable)
- Vector Information: Embedding details (for advanced users)
Deleting Documents ​
You can delete individual document chunks:
- Click the Delete action (trash icon)
- Confirm deletion
- Document is removed from the index
Note: Deleting a document chunk doesn't delete the source. To remove all documents from a source, delete the source itself from the Knowledge page.
Pagination ​
Navigate through large document sets:
- Page Size: Choose 10, 25, 50, or 100 documents per page
- Page Navigation: Use arrows or page numbers to browse
- Total Count: See total indexed documents at the bottom
Search Tab ​
The Search tab provides AI-powered semantic search across your entire knowledge base. Unlike keyword search, semantic search understands meaning and context.
What is Semantic Search? ​
Semantic search uses AI to understand what you're looking for, not just match keywords.
Example:
| Search Query | Keyword Search Finds | Semantic Search Finds |
|---|---|---|
| "How do I reset my password?" | Documents with exact words "reset password" | Documents about password recovery, account access, login issues, password change procedures |
| "What are the pricing options?" | Only docs with "pricing options" | Pricing pages, subscription plans, cost information, billing details |
Search Modes ​
Choose how search interprets your query:
1. Semantic Search (Default) ​
Best for: Natural language questions, finding concepts
Uses AI embeddings to understand meaning and context. Returns results based on semantic similarity, not keyword matching.
When to use:
- Asking questions ("How do I...?")
- Finding related concepts
- Exploring topics without knowing exact terms
Example:
Query: "troubleshooting connection issues"
Finds: Network problems, connectivity errors,
Wi-Fi setup, VPN configuration, etc.2. Keyword Search ​
Best for: Finding exact terms, product names, error codes
Traditional search that looks for exact word matches.
When to use:
- Looking for specific product names
- Finding error codes (e.g., "ERROR_404")
- Searching for technical terms
Example:
Query: "API_KEY_INVALID"
Finds: Documents containing the exact error code3. Hybrid Search ​
Best for: Combining both approaches for comprehensive results
Runs both semantic and keyword search, then combines results.
When to use:
- Want comprehensive coverage
- Unsure which mode works better
- Looking for specific terms within a topic
Example:
Query: "OAuth authentication flow"
Finds: Documents about OAuth (semantic) AND
documents with exact term "OAuth" (keyword)Using the Search Interface ​
- Enter Your Query: Type your question or search terms
- Choose Search Mode: Select Semantic, Keyword, or Hybrid
- Filter by Source (optional): Narrow search to specific sources
- Click Search: Results appear below with relevance scores
Search Results ​
Each result shows:
| Field | Description |
|---|---|
| Content Preview | Snippet of matching content with highlights |
| Relevance Score | 0-100 score showing how relevant the result is |
| Source | Original knowledge source |
| View Full | Action to see complete document |
Relevance Scoring ​
Results are ranked by relevance:
| Score | Meaning | Indicator |
|---|---|---|
| 90-100 | Highly relevant | Green |
| 70-89 | Very relevant | Yellow |
| 50-69 | Somewhat relevant | Orange |
| 0-49 | Low relevance | Red |
Tip: Focus on results with scores above 70 for best matches.
Filtering Search Results ​
By Source:
Limit search to specific sources:
- Click "Filter by Source"
- Select one or more sources
- Search only returns results from selected sources
Empty Search Results ​
If no results are found:
Check:
- Are your sources indexed and ready?
- Try different search modes (semantic vs keyword)
- Broaden your query terms
- Remove source filters to search all content
Tips:
Too specific: "configuration parameter for max_connections in PostgreSQL 14.5"
Better: "PostgreSQL connection limits"
Too vague: "how to"
Better: "how to configure database settings"Use Cases ​
For Support Teams ​
Scenario: Customer asks "My payment didn't go through"
- Go to Search tab
- Use Semantic Search mode
- Query: "payment processing failed"
- Filter by your support knowledge source
- Get relevant troubleshooting docs
For Product Teams ​
Scenario: Need to find all API documentation
- Go to Documents tab
- Filter by your API documentation source
- Browse all indexed API chunks
- Use search within table to find specific endpoints
For Content Teams ​
Scenario: Update pricing information across all documents
- Search tab, Keyword mode
- Query: "pricing" or "$99"
- Review all results
- Update source documents
- Reload sources to re-index
Best Practices ​
Writing Effective Queries ​
For Semantic Search:
Good: "How do I configure SAML SSO?"
Good: "troubleshooting email delivery"
Good: "best practices for security"
Avoid: Single keywords like "setup" or "error"
Avoid: Very long sentences with multiple questionsFor Keyword Search:
Good: "ERROR_CODE_500"
Good: "PostgreSQL"
Good: "API endpoint /v1/users"
Avoid: Natural language questions
Avoid: Vague terms like "thing" or "stuff"Search Mode Selection ​
| Query Type | Recommended Mode | Example |
|---|---|---|
| Natural question | Semantic | "How do I reset my password?" |
| Product/Feature name | Keyword | "ChatGPT API" |
| Error code | Keyword | "ERR_CONNECTION_REFUSED" |
| Concept exploration | Semantic | "authentication best practices" |
| Mixed technical + concept | Hybrid | "OAuth implementation guide" |
Managing Documents ​
Regular Cleanup:
- Review Documents tab quarterly
- Delete outdated chunks (old versions)
- Reload sources with updated content
- Remove duplicate documents
Monitor Index Health:
- Check stats dashboard (top of Knowledge page)
- Ensure "Index Health" is "Active"
- Investigate any sources showing "Error" status
- Re-index problematic sources
Troubleshooting ​
Search Returns No Results ​
Problem: Search finds nothing, but content exists
Solutions:
- Check search mode - try switching to Hybrid
- Verify sources are indexed (green "Active" status)
- Simplify query - remove filters and try broader terms
- Allow time for indexing (new sources take 5-10 minutes)
Relevance Scores Seem Off ​
Problem: Irrelevant results have high scores
Solution:
- Semantic search learns over time - scores improve with use
- Try Keyword or Hybrid mode for more precise matching
- Use source filters to narrow scope
- Refine query to be more specific
Can't Delete a Document ​
Problem: Delete button not working
Solution:
- Check if you have edit permissions
- Try deleting the entire source instead
- Refresh page and try again
- Contact support if issue persists
What's Next ​
- Assign Sources to Agents: Let AI agents use your knowledge
- Chat with Your Knowledge: Ask questions to AI agents powered by your content
- Refine Your Sources: Add more content to improve AI responses