-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] LightRAG file selection #561
Comments
not only a simple selection bug when I have 10 PDF, upload 5 at first and then another 5. It seems that if i select all files, will only search in first 5 PDF |
I am seeing same thing, it seems like LightRag will search against ALL documents that are in the same indexes no matter what you selected and will only search against documents in that same index even if you select files from multiple indexes.
Drag & Drop each file separately to LightRag file collection
Drag & Drop both files at the same time to be indexed
I believe LightRag can do incremental index, i.e. adding new documents will update the existing index instead of creating new one. Will be great if that can be implemented. |
… file collection instead of creating new one Cinnamon#561
Description
select "Search All" or select any group in "Search in Files", empty file_ids will be sent to retriever pipeline
libs\ktem\ktem\index\file\graph\graph_index.GraphRAGIndex -> get_retriever_pipelines
import:
replace is_all, sel_ids, _ = selected with:
Reproduction steps
Screenshots
![image](https://github.com/user-attachments/assets/907929ab-b59b-443d-a795-8896418f361a)
Logs
No response
Browsers
No response
OS
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: