File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments