forked from cline/cline
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed as duplicate of#8130
Labels
Issue - Needs ScopingValid, but needs effort estimate or design input before work can start.Valid, but needs effort estimate or design input before work can start.bugSomething isn't workingSomething isn't working
Description
App Version
Version: 3.26.2 (e1cb6a5)
API Provider
LiteLLM
Model Used
Qwen3-Embedding-0.6B-GGUF:Q8_0
Roo Code Task Links (Optional)
No response
🔁 Steps to Reproduce
- Git project with subfolder Src. In this project I have files with extension : *.p, *.i, *.w from language OpenEdge ABL
- Setup of indexing is all ok with LiteLLM/Ollama backend and Qwen3-Embedding
- indexing starting and working properly on files : .md et .json, but rest of my project files are ignored
- no .rooignore file
- content of .gitignore is
# Local #
#########
private/
temp/
local/
test/
*.temp
*.tmp
**/results.xml
# Eclipse #
#########
.sonarlint/
.sonar/
.scannerwork/*
profiler/
.dbconnection
# Progress #
#########
lbia*
rcda*
srta*
dbi*
Obj/
Gen/
XRef/
*.r
*.xref.xml
*.resx
# Logs and databases #
######################
*.log
*.sql
*.sqlite
protrace*
*.lg
*.lk
# Bases locales #
######################
Resources/Undeployed/Databases/db/*
💥 Outcome Summary
Problem: most files from my project are ignored from indexing (important files are present in the "Src" subfolder)
I have checked the collection created in Qdrant and i can only see chunks for .md and .jdon files present in root directory.
📄 Relevant Logs or Errors (Optional)
Metadata
Metadata
Assignees
Labels
Issue - Needs ScopingValid, but needs effort estimate or design input before work can start.Valid, but needs effort estimate or design input before work can start.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done