yangdx
fb4f12ba8e
Add user prompt support for Ollama api
2025-05-09 11:37:43 +08:00
drahnreb
9c6b5aefcb
fix linting
2025-04-18 16:24:43 +02:00
drahnreb
20ba1eb9c2
add: to optionally replace default tiktoken Tokenizer with a custom one
2025-04-18 16:24:43 +02:00
choizhang
0944df2679
docs: Translate annotations
2025-04-11 02:57:34 +08:00
yangdx
25f2ecb5a9
Fix linting
2025-04-08 18:47:50 +08:00
yangdx
1375b8eea7
Fix linting
2025-04-08 18:46:09 +08:00
yangdx
fa8f6d615a
Improve context only mode for Ollama api
2025-04-08 18:41:00 +08:00
Exploding-Soda
7432450e46
Add /context query prefix to Ollama model simulation for LightRAG Server
2025-04-08 02:16:40 +08:00
yangdx
d05cf286f4
Fix linting
2025-03-24 14:30:17 +08:00
yangdx
9e3994419e
Refactor authentication logic and Swagger UI config
...
- Consolidate authentication dependencies
- Improve Swagger UI security parameters
2025-03-24 14:29:36 +08:00
yangdx
90ef55960d
Refactor authentication and whitelist handling
...
- Combined auth and API key dependencies
- Optimized whitelist path matching
- Added optional API key to OllamaAPI
2025-03-24 05:23:40 +08:00
Saifeddine ALOUI
95a6a274ca
Update ollama_api.py
2025-03-05 15:33:06 +01:00
yangdx
62e1fe5df2
Change Ollama API router tag to lowercase
2025-02-20 14:23:33 +08:00
yangdx
57cdab2b2b
Add tags to OllamaAPI router
2025-02-20 12:33:43 +08:00
yangdx
5d884f6d3e
refactor: centralize configuration and utility functions
...
- Move parse_args and display_splash_screen functions from lightrag_server.py to utils_api.py
- Move OllamaServerInfos class and instance from ollama_api.py to utils_api.py
2025-02-20 12:12:20 +08:00
yangdx
c0c87edc45
split lightrag_servery.py to smaller files
2025-02-20 03:26:39 +08:00