Skip to content

Commit 3e5dade

Browse files
authored
Update codebase-indexing / Ollama models added.
Added the list of embedding models for ollama.
1 parent 393c333 commit 3e5dade

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/features/experimental/codebase-indexing.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,9 @@ The indexer automatically excludes:
136136
- **`text-embedding-ada-002`**: Legacy model, lower cost
137137

138138
**For Ollama:**
139-
- Choose models based on your hardware capabilities
140-
- Larger models provide better accuracy but require more resources
139+
- **`mxbai-embed-large`**: The largest and highest-quality embedding model.
140+
- **`nomic-embed-text`**: Best balance of performance and embedding quality.
141+
- **`all-minilm`**: Compact model with lower quality but faster performance.
141142

142143
### Security Considerations
143144
- **API Keys**: Stored securely in VS Code's encrypted storage
@@ -185,4 +186,4 @@ Planned improvements:
185186
- Multi-workspace indexing
186187
- Enhanced filtering and configuration options
187188
- Team sharing capabilities
188-
- Integration with VS Code's native search
189+
- Integration with VS Code's native search

0 commit comments

Comments
 (0)