ragflow/api/db/services
Zhichang Yu 65a8cd1772
Fix knowledge_graph_kwd on infinity. Close #6476 and #6624 (#6651)
### What problem does this PR solve?

Fix knowledge_graph_kwd on infinity. Close #6476 and #6624

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-03-28 22:05:40 +08:00
..
__init__.py
api_service.py
canvas_service.py
common_service.py Fix: Optimized the get_by_id method to resolve the issue of missing exceptions and improve query performance (#6320) 2025-03-20 23:23:48 +08:00
conversation_service.py
dialog_service.py Fix: NameError: free variable 'langfuse_generation' referenced before assignment in enclosing scope (#6451) 2025-03-24 15:14:36 +08:00
document_service.py Fix knowledge_graph_kwd on infinity. Close #6476 and #6624 (#6651) 2025-03-28 22:05:40 +08:00
file2document_service.py
file_service.py
knowledgebase_service.py
langfuse_service.py Feat: add Langfuse APIs (#6460) 2025-03-24 18:25:43 +08:00
llm_service.py Refa: change LLM chat output from full to delta (incremental) (#6534) 2025-03-26 19:33:14 +08:00
task_service.py
user_canvas_version.py
user_service.py