LightRAG/lightrag/llm
clssck 8d099fc3ac chore: sync with upstream HKUDS/LightRAG
- Add KaTeX extensions (mhchem for chemistry, copy-tex for copying)
- Add CASCADE to AGE extension for PostgreSQL
- Remove future dependency, replace passlib with bcrypt
- Fix Jina embedding configuration and provider defaults
- Update gunicorn help text and bump API version to 0258
- Documentation and README updates
2025-12-01 21:30:19 +01:00
..
deprecated Add max_token_size parameter to embedding function decorators 2025-11-14 18:41:43 +08:00
__init__.py Separated llms from the main llm.py file and fixed some deprication bugs 2025-01-25 00:11:00 +01:00
anthropic.py Add Deepseek Style Chain of Thought (CoT) Support for OpenAI Compatible LLM providers 2025-09-09 22:34:36 +08:00
azure_openai.py Consolidate Azure OpenAI implementation into main OpenAI module 2025-11-21 17:12:33 +08:00
bedrock.py Improve Bedrock error handling with retry logic and custom exceptions 2025-11-14 18:51:41 +08:00
binding_options.py Add Gemini embedding support 2025-11-08 03:34:30 +08:00
gemini.py Add max_token_size parameter to embedding function decorators 2025-11-14 18:41:43 +08:00
hf.py Add max_token_size parameter to embedding function decorators 2025-11-14 18:41:43 +08:00
jina.py chore: sync with upstream HKUDS/LightRAG 2025-12-01 21:30:19 +01:00
llama_index_impl.py Add max_token_size parameter to embedding function decorators 2025-11-14 18:41:43 +08:00
lmdeploy.py Add Deepseek Style Chain of Thought (CoT) Support for OpenAI Compatible LLM providers 2025-09-09 22:34:36 +08:00
lollms.py Add max_token_size parameter to embedding function decorators 2025-11-14 18:41:43 +08:00
nvidia_openai.py Add max_token_size parameter to embedding function decorators 2025-11-14 18:41:43 +08:00
ollama.py chore: sync with upstream HKUDS/LightRAG 2025-12-01 21:30:19 +01:00
openai.py chore: sync with upstream HKUDS/LightRAG 2025-12-01 21:30:19 +01:00
zhipu.py Add Deepseek Style Chain of Thought (CoT) Support for OpenAI Compatible LLM providers 2025-09-09 22:34:36 +08:00