Commit Graph

1123 Commits

Author SHA1 Message Date
yangdx
da9eaafcb7 Fix API docs link 2025-01-23 01:53:59 +08:00
yangdx
57093c3571 Merge commit '548ad1f299c875b59df21147f7edf9eab2d73d2c' into fix-RAG-param-missing 2025-01-23 01:41:52 +08:00
yangdx
54c11d7734 Delete outdated doc (new version is lightrag/api/README.md) 2025-01-23 01:17:21 +08:00
yangdx
11b618d434 Fix parameters missing in app creation in case openai is selected 2025-01-23 01:15:48 +08:00
zrguo
548ad1f299 Merge pull request #618 from nickjfrench/patch-2
Replacing ParisNeo with this repo owner, HKUDS
2025-01-22 15:57:38 +08:00
zrguo
ec1d8e5176 Merge pull request #622 from ParisNeo/main
Addind a simple tool to view the lightrag database in 3d
2025-01-22 15:56:22 +08:00
zrguo
5d4066bc9b Merge pull request #617 from nickjfrench/patch-1
Fixed API docs link in Readme.md
2025-01-22 15:54:47 +08:00
Saifeddine ALOUI
39450cc63f added ignore of putting imports after some code (required for pipmaster) 2025-01-22 01:15:10 +01:00
Saifeddine ALOUI
6db8b5bf79 linting fix 2025-01-22 00:40:39 +01:00
Saifeddine ALOUI
f5fd8d5eac Merge branch 'main' of https://github.com/ParisNeo/LightRAG 2025-01-22 00:38:38 +01:00
Saifeddine ALOUI
54d0b64fdb upgraded 2025-01-22 00:38:35 +01:00
Nick French
78fa56e2a7 Replacing ParisNeo with this repo owner, HKUDS 2025-01-21 10:50:27 -05:00
Nick French
76352867d6 Fixed API docs link in readme.md 2025-01-21 10:35:16 -05:00
Nick French
6549b9c950 Fixing API Docs link in Readme.md 2025-01-21 10:32:25 -05:00
zrguo
4e5ca51e38 Update __init__.py 2025-01-21 10:29:52 +08:00
zrguo
79820abda0 Merge pull request #613 from ParisNeo/main
Added OpenWebui Tool
2025-01-21 10:27:57 +08:00
zrguo
103c50be77 Merge pull request #610 from danielaskdd/indexing-during-startup
Add document indexing during FastAPI startup, Fix docx package name i…
2025-01-21 10:27:31 +08:00
Saifeddine ALOUI
a3311df27c fixed linting 2025-01-21 00:10:52 +01:00
Saifeddine ALOUI
710ca687c2 Merge branch 'HKUDS:main' into main 2025-01-21 00:01:39 +01:00
Saifeddine ALOUI
84e44938c0 Added an OpenWebui tool for LightRag 2025-01-21 00:01:10 +01:00
yangdx
a85c148249 Add sample environment variable for Ollama model tag 2025-01-21 03:31:50 +08:00
yangdx
8a05ff459f Add environment variable for Ollama model tag 2025-01-21 03:13:13 +08:00
yangdx
ae824f2878 fix linux sample service file script name error 2025-01-21 02:48:07 +08:00
yangdx
81a0a7cff0 fixed linting 2025-01-21 01:03:37 +08:00
yangdx
2e62cf1c66 Add document indexing during FastAPI startup, Fix docx package name in requirements
- Initialize DocumentManager earlier
- Add lifespan context manager
- Scan and index documents on startup
- Fix docx package name in requirements
2025-01-21 00:50:11 +08:00
zrguo
326057deeb fixed linting 2025-01-20 17:28:40 +08:00
zrguo
d9a22850c5 Merge pull request #608 from ParisNeo/main
Temporary fix to introduced problem in ollama and lollm
2025-01-20 17:23:28 +08:00
Saifeddine ALOUI
501610c603 Update llm.py 2025-01-20 10:04:17 +01:00
zrguo
a2993aeec2 Merge pull request #607 from danielaskdd/fix_OpenAI_alike_api_key
Update OpenAI alike LLM API key handling in lightrag_server
2025-01-20 16:19:32 +08:00
Saifeddine ALOUI
a557878e4e Update llm.py 2025-01-20 09:04:32 +01:00
Saifeddine ALOUI
e4945c9653 Update llm.py 2025-01-20 08:58:08 +01:00
Saifeddine ALOUI
f18f484a87 Update llm.py 2025-01-20 08:54:18 +01:00
yangdx
9ab719b605 Updated API documentation for LLM bindings and configurations. 2025-01-20 15:35:43 +08:00
yangdx
a76abf23f2 Updated OpenAI configuration and documentation.
- Added OpenAI alike example in .env.example
- Updated README for OpenAI alike server
- Modified API key handling in lightrag_server.py
2025-01-20 14:50:06 +08:00
zrguo
e589134a97 Merge pull request #605 from ParisNeo/main
Pull Request: API Key Management Implementation and Azure OpenAI Bug Fix
2025-01-20 12:27:32 +08:00
zrguo
f8ba76f7b8 Merge branch 'main' into main 2025-01-20 12:26:01 +08:00
zrguo
617eb1bfaa Merge pull request #602 from danielaskdd/fix-azure-model-name-problem
Use LLM_MODEL env var in Azure OpenAI function
2025-01-20 12:20:34 +08:00
Saifeddine ALOUI
70425b0357 fixed linting 2025-01-20 00:26:28 +01:00
Saifeddine ALOUI
2dfbbec407 Started a dummy OpenWebUI tool. I will upload the working version in the next pull request 2025-01-19 23:25:26 +01:00
Saifeddine ALOUI
9cae05e1ff Fixed a bug introduced by a modification by someone else in azure_openai_complete (please make sure you test before commiting code)
Added api_key to lollms, ollama, openai for both llm and embedding bindings allowing to use api key protected services.
2025-01-19 23:24:37 +01:00
Saifeddine ALOUI
34c051b0b9 Merge branch 'HKUDS:main' into main 2025-01-19 10:40:21 +01:00
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
yangdx
b50fdeccaa Merge branch 'main' into ollama-emulation 2025-01-19 13:32:07 +08:00
yangdx
b008c586ea Refactor service and script paths for LightRAG.
- Renamed service file to `lightrag-server.service.example`
- Updated `ExecStart` path in service file
- Corrected README.md service file reference
- Moved `start_lightrag.sh.example` to root
- No functionality is changed
2025-01-19 13:28:29 +08:00
zrguo
476e31f1e5 Merge pull request #600 from danielaskdd/ollama-emulation
Migrate Ollama emulation features from lightrag_ollama to lightrag_server
2025-01-19 12:58:36 +08:00
zrguo
0a9089ff74 Merge pull request #597 from nickjfrench/fix-hardcoded-model
Fixes #596 - Hardcoded model deployment name in azure_openai_complete
2025-01-19 12:56:43 +08:00
yangdx
ef73ed4291 Install Lightrag as a Linux Service (sample files and installation guide) 2025-01-19 12:53:13 +08:00
yangdx
a7b37652cf Add document scan API notes in API README.md 2025-01-19 12:24:46 +08:00
yangdx
3a227701b2 pre-commit run --all-files 2025-01-19 10:44:46 +08:00
yangdx
fb9a645f5e Update README with Ollama API and Open WebUI details
- Add section on query mode selection
- Separate Ollama API and Open WebUI details
- Clarify query prefix usage
2025-01-19 10:38:01 +08:00