Skip to content

Commit d702699

Browse files
authored
Enhance troubleshooting section for Qdrant connection errors
Added troubleshooting tips for 'Internal Server Error' when connecting to Qdrant, including version compatibility and Docker image pinning.
1 parent 34868e0 commit d702699

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/features/codebase-indexing.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,12 @@ Use natural language descriptions:
285285
- Ensure the key has necessary permissions
286286
- For Ollama, verify the service is running
287287

288+
**"Internal Server Error" when connecting to Qdrant**
289+
- Potential causes include Roo Code's Qdrant client being incompatible with newer Qdrant server versions
290+
- Check the [Roo Code releases](https://github.com/RooCodeInc/Roo-Code/releases)
291+
for the supported Qdrant version, or pin your Docker image to a specific version
292+
(e.g., `qdrant/qdrant:v1.13.6`) rather than using `latest` to fix this version of the issue
293+
288294
### API Key Format Errors (“ByteString conversion”)
289295

290296
- Symptom: Error mentions "ByteString conversion" during indexing or when saving settings
@@ -364,4 +370,4 @@ Planned improvements:
364370
- Enhanced filtering options
365371
- Team collaboration features
366372
- VS Code native search integration
367-
- Incremental re-indexing optimizations
373+
- Incremental re-indexing optimizations

0 commit comments

Comments
 (0)