Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/features/codebase-indexing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,13 @@ Use natural language descriptions:
- Ensure the key has necessary permissions
- For Ollama, verify the service is running

**"Internal Server Error" when connecting to Qdrant**
- Potential causes include Roo Code's Qdrant client being incompatible with newer Qdrant server versions
- Check your editor's dev tools console logs for the supported Qdrant version, and pin your Docker image to a specific version
(e.g., `qdrant/qdrant:v1.13.6`) rather than using `latest` to fix this version of the issue

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This advice is likely to go stale quickly. The linked issue is being fixed in Roo Code by bumping the client and disabling Qdrant's compatibility check, so hard-coding qdrant/qdrant:v1.13.6 here will become incorrect as soon as that release ships. We also do not publish a canonical "supported Qdrant version" in Roo Code release notes today, so the preceding instruction sends readers to information that may not exist. Can we rephrase this as a temporary workaround for affected Roo versions, or drop the exact version guidance?

Fix it with Roomote or mention @roomote and request a fix.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, suggesting the users dig into the release source code may be a bit much, even if it technically solves their problem in some cases.

But if that's the case, there isn't much for the user to do except trial & error with the dev console.

Added that bit instead in a second edit & commit.

May or may not be relevant if/when RooCodeInc/Roo-Code#11885 is resolved one way or another.

- For VS Code: Open Command Palette with Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac).
- Type `Developer: Toggle Developer Tools` and select command from list.

### API Key Format Errors (“ByteString conversion”)

- Symptom: Error mentions "ByteString conversion" during indexing or when saving settings
Expand Down Expand Up @@ -364,4 +371,4 @@ Planned improvements:
- Enhanced filtering options
- Team collaboration features
- VS Code native search integration
- Incremental re-indexing optimizations
- Incremental re-indexing optimizations