lightrag / examples /lightrag_api_openai_compatible_demo.py

Commit History

Separated llms from the main llm.py file and fixed some deprication bugs
0553d6a

ParisNeo commited on

Fix: unexpected keyword argument error.
94cd4d3

Larfii commited on

Linting
9916565

LarFii commited on

集中处理环境变量
1ddf088

antas commited on

feat(lightrag): 添加环境变量控制嵌入层最大 token 数量
9366906

antas commited on

refactor(lightrag): 优化文件上传接口
d73a3fd

antas commited on

API中可以通过POST参数控制查询是否only_need_context
1b35ed6

antas commited on

fastapi接收环境变量EMBEDDING_MODEL、LLM_MODEL、OPENAI_API_KEY、OPENAI_BASE_URL以自定模型
3a69956

antas commited on

Refactor code formatting in lightrag_api_openai_compatible_demo.py
78e9f46

thinkthinking commited on

Refactor code formatting in lightrag_api_openai_compatible_demo.py
4bc1d2e

thinkthinking commited on

[feat] Add API server implementation and endpoints
5f1de60

thinkthinking commited on