Skip to content

Commit c0d22a8

Browse files
committed
Refactor code structure for improved readability and maintainability
1 parent 425a96f commit c0d22a8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/features/experimental/codebase-indexing.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Codicon from '@site/src/components/Codicon';
66

77
Codebase Indexing enables semantic code search across your entire project using AI embeddings. Instead of searching for exact text matches, it understands the *meaning* of your queries, helping Roo Code find relevant code even when you don't know specific function names or file locations.
88

9-
<img src="/img/experimental-features/experimental-features.png" alt="Codebase Indexing Settings" width="800" />
9+
<img src="/img/codebase-indexing/codebase-indexing.png" alt="Codebase Indexing Settings" width="800" />
1010

1111
## What It Does
1212

@@ -15,7 +15,7 @@ When enabled, the indexing system:
1515
1. **Parses your code** using Tree-sitter to identify semantic blocks (functions, classes, methods)
1616
2. **Creates embeddings** of each code block using AI models
1717
3. **Stores vectors** in a Qdrant database for fast similarity search
18-
4. **Provides the `codebase_search` tool** to Roo for intelligent code discovery
18+
4. **Provides the [`codebase_search`](/advanced-usage/available-tools/codebase-search) tool** to Roo for intelligent code discovery
1919

2020
This enables natural language queries like "user authentication logic" or "database connection handling" to find relevant code across your entire project.
2121

@@ -155,7 +155,7 @@ The indexer automatically excludes:
155155

156156
## Using the Search Feature
157157

158-
Once indexed, Roo can use the `codebase_search` tool to find relevant code:
158+
Once indexed, Roo can use the [`codebase_search`](/advanced-usage/available-tools/codebase-search) tool to find relevant code:
159159

160160
**Example Queries:**
161161
- "How is user authentication handled?"

docs/features/experimental/experimental-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Roo Code includes experimental features that are still under development. These
55
**Warning:** Experimental features may have unexpected behavior, including potential data loss or security vulnerabilities. Enable them at your own risk.
66

77
## Enabling Experimental Features
8-
![alt text](../../../static/img/experimental-features/experimental-features.png)
8+
99
To enable or disable experimental features:
1010

1111
1. Open the Roo Code settings (<Codicon name="gear" /> icon in the top right corner).
102 KB
Loading

0 commit comments

Comments
 (0)