LightRAG/lightrag
yangdx 347843d545 Use LLM_MODEL env var in Azure OpenAI function
- Remove model parameter from azure_openai_complete (all LLM complete functions must have the same parameter structure)
- Use LLM_MODEL env var in Azure OpenAI function
- Comment out Lollms example in .env.example (duplication with Ollama example)
2025-01-19 14:04:03 +08:00
..
api Refactor service and script paths for LightRAG. 2025-01-19 13:28:29 +08:00
kg Merge pull request #590 from jin38324/main 2025-01-16 14:20:08 +08:00
__init__.py Update __init__.py 2025-01-16 14:24:29 +08:00
base.py Add custom function with separate keyword extraction for user's query and a separate prompt 2025-01-14 22:10:47 +05:30
lightrag.py Merge pull request #590 from jin38324/main 2025-01-16 14:20:08 +08:00
llm.py Use LLM_MODEL env var in Azure OpenAI function 2025-01-19 14:04:03 +08:00
operate.py Merge pull request #590 from jin38324/main 2025-01-16 14:20:08 +08:00
prompt.py feat: 增强知识图谱关系的时序性支持 2024-12-29 15:25:57 +08:00
storage.py fix linting errors 2024-12-31 17:32:04 +08:00
utils.py support pipeline mode 2025-01-16 12:58:15 +08:00