LightRAG/lightrag/api/routers
Mohit Tilwani c09b0d2b02 Add file path filters to query parameters and update UI components
- Introduced `file_path_filters` to `QueryRequest` and `QueryParam` for limiting retrieval based on file paths.
- Implemented filtering logic in various functions to apply these filters during data retrieval.
- Updated UI components to support input for file path filters, including localization for multiple languages.
2025-10-29 10:29:41 +01:00
..
__init__.py split lightrag_servery.py to smaller files 2025-02-20 03:26:39 +08:00
document_routes.py Merge branch 'HKUDS:main' into main 2025-10-26 12:59:21 +01:00
graph_routes.py feat: Improve entity merge and edit UX 2025-10-27 23:42:08 +08:00
ollama_api.py fix(OllamaAPI): Add validation to ensure last message is from user role 2025-10-01 20:48:37 +08:00
query_routes.py Add file path filters to query parameters and update UI components 2025-10-29 10:29:41 +01:00