LightRAG/lightrag
2024-12-26 21:32:56 +01:00
..
api Added azure openai lightrag server to the api install and fused documentation. 2024-12-26 21:32:56 +01:00
kg GremlinStorage: fixes and patch to support other Gremlin compatible BD. Tested on ArcadeDB with Gremlin plugin. The main change is using "entity_name" vertex property instead of the label as a node_id since different implementations have different restrictions on label names. 2024-12-23 16:16:17 +01:00
__init__.py Update __init__.py 2024-12-26 15:13:24 +08:00
base.py Add support for Ollama streaming output and integrate Open-WebUI as the chat UI demo 2024-12-06 10:13:16 +08:00
lightrag.py Update lightrag.py 2024-12-26 22:14:04 +08:00
llm.py Refactor code formatting and update requirements for improved clarity and consistency 2024-12-24 09:56:33 +01:00
operate.py Merge pull request #461 from tjyiiuan/main 2024-12-13 15:10:53 +08:00
prompt.py refactor(prompt): 优化提示模板以提高相似度评估的准确性- 明确了相似度评分的评判标准,包括不同情况下的评分依据 2024-12-11 12:57:58 +08:00
storage.py Update __version__ 2024-12-13 20:15:49 +08:00
utils.py Update utils.py 2024-12-26 22:09:46 +08:00