-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed as not planned
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.bugSomething isn't workingSomething isn't working
Description
App Version
v3.24.0
API Provider
OpenAI Compatible
Model Used
Qwen/Qwen3-Embedding-8B and Qwen/Qwen3-Embedding-0.6B
Roo Code Task Links (Optional)
No response
π Steps to Reproduce
- Set up Qdrant using the provided docker-compose.yaml
- Configure RooCode to use Qdrant for code indexing
- Index a codebase with multiple project. eg. RooCode (~70k text blocks)
- Observe memory usage in Docker/System Monitor
π₯ Outcome Summary
Expected: Qdrant should manage memory efficiently, not loading all indexes into RAM
Actual: Qdrant loads all vector indexes into memory, consuming:
- 1.5GB for RooCode with Qwen3-Embedding-8B (>10GB for multiple projects)
- 900MB for RooCode with Qwen3-Embedding-0.6B (>5GB for multiple projects)
- Scaling linearly with number of indexed projects
π Relevant Logs or Errors (Optional)
System: Windows 10/11
Docker: Desktop 4.40.0
Memory: 32G RAMMetadata
Metadata
Assignees
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done