You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2026. It is now read-only.
OS: Windows
Repo Code Language: C#/.Net
Vector DB: QDrant Local
Example File:
////// Description of file///usingnamespace1;usingnamespace2;usingnamespace3;usingnamespace4;
....
using namespaceN;namespaceSomeNameSpace{publicstaticclassSomeClass{<bunchof static functions>}}
The code base indexing feature doesn't index any actual valuable code, rather when searching for the file path in the vector DB, all the code chunks are simply the using statements (multiple points for random selection of singular using statements)
Roo also indicates that indexing is complete (green dot).
💥 Outcome Summary
Expected: Other chunks in the file for actual functions, etc... within that file
Actual: Only code segments extracted is using directives.
App Version
3.23.16
API Provider
Ollama
Model Used
nomic-embed-text
Roo Code Task Links (Optional)
No response
🔁 Steps to Reproduce
OS: Windows
Repo Code Language: C#/.Net
Vector DB: QDrant Local
Example File:
The code base indexing feature doesn't index any actual valuable code, rather when searching for the file path in the vector DB, all the code chunks are simply the using statements (multiple points for random selection of singular using statements)
Roo also indicates that indexing is complete (green dot).
💥 Outcome Summary
Expected: Other chunks in the file for actual functions, etc... within that file
Actual: Only code segments extracted is using directives.
📄 Relevant Logs or Errors (Optional)