LightRAG/lightrag
zrguo dc0d60ea58
Merge pull request #504 from congiuluc/feature-azureopenai-api
Added Azure OpenAI api sample with streaming
2024-12-24 19:01:46 +08: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-20 18:26:53 +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 Add Gremlin graph storage 2024-12-19 17:47:42 +01: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 add concurrent embedding limit 2024-12-10 09:01:21 +08:00