yangdx
d66bb5eefe
Update env sample file for Azure
2025-05-16 11:46:38 +08:00
yangdx
f0d5e4e65b
Update env sample file
2025-05-14 21:51:49 +08:00
yangdx
8ca6325ff3
Fix linting
2025-05-14 13:33:33 +08:00
yangdx
a8029f1657
Fix linting
2025-05-14 13:25:05 +08:00
yangdx
d15d3d78e3
Update env sample file
2025-05-14 13:22:03 +08:00
yangdx
0fdbdfe971
Fix env.sample
2025-05-11 10:25:46 +08:00
yangdx
9d0f09a183
Update env sample file
2025-05-09 14:19:42 +08:00
yangdx
3007dff153
Add env FORCE_LLM_SUMMARY_ON_MERGE
2025-04-10 17:29:07 +08:00
yangdx
37007244c2
Add ENABLE_LLM_CACHE env support
2025-04-09 12:42:17 +08:00
yangdx
29d01e1c74
Add title support for webui
2025-04-04 22:51:07 +08:00
yangdx
d5da79892f
Add webui title to api server
2025-04-04 21:43:52 +08:00
yangdx
27d478385d
Change default token expire hour
2025-04-04 21:26:55 +08:00
yangdx
bd2c528dba
Merge branch 'optimize-config-management' into clear-doc
2025-04-04 19:46:45 +08:00
yangdx
013be621d5
Remove TiDB storage implementaion
2025-04-02 14:40:27 +08:00
yangdx
1e31b26cbe
Remove Oracle storage implementation
2025-04-01 18:15:29 +08:00
Milin
787d91cb26
refactor(env): optimize env.example
2025-03-31 11:34:49 +08:00
Milin
4dbd5e3899
Merge branch 'main' into optimize-config-management
...
# Conflicts:
# env.example
# lightrag/api/utils_api.py
2025-03-31 11:29:29 +08:00
Milin
088fc19318
feat(config): Refactor configuration management
...
- Optimize JWT Auth module to load configuration via `global_args`.
- Decouple configuration-related code from `utils_api.py`, and add a new `config.py` file for unified configuration management.
- Adjust configuration import in `lightrag_server.py`, `auth.py`, and `document_routes.py` to be introduced through `global_args`.
2025-03-31 11:19:47 +08:00
yangdx
6a51f38cae
Remove namespace_prefix from PostgreSQL, maintain consistency with other storage implementation
2025-03-31 02:59:44 +08:00
yangdx
0538217c3e
Update env.example
2025-03-31 01:03:58 +08:00
yangdx
a3ff0534d6
Remove the comments at the end of the environment variable lines in .env file
2025-03-29 13:52:29 +08:00
yangdx
b79fb87dc7
Fix liinting
2025-03-29 13:22:16 +08:00
yangdx
8e57a925f1
Remove the comments at the end of the environment variable lines in .env file
2025-03-29 13:20:22 +08:00
Milin
23004546dc
Merge branch 'main'
2025-03-25 15:57:14 +08:00
yangdx
c4335f5dd0
Merge branch 'main' into add-temperature
2025-03-25 13:53:16 +08:00
zrguo
498cd5cd78
Merge pull request #1160 from Gardelll/fix-mongo-doc-status
...
Fix mongo doc status
2025-03-24 16:31:57 +08:00
Milin
b868dddac5
feat(webui): Display logged-in username
...
- Add username display in the `SiteHeader` component.
- Update logout button text to include username.
- Add `username` field in auth state.
- Optimize token parsing logic to extract username information.
- pre-commit fix
2025-03-24 15:59:18 +08:00
Milin
4dfdb9032c
feat(auth): Implement multi-user login support
...
- Add an `accounts` dictionary in `AuthHandler` to store multiple user account information.
- Modify login logic to support multiple user account verification.
- Update environment variable example, add description for `AUTH_ACCOUNTS` variable.
- Adjust authentication status check logic, use `auth_handler.accounts` to determine if authentication is configured.
2025-03-24 14:34:31 +08:00
yangdx
77ab26e5bf
Fix linting
2025-03-24 05:39:50 +08:00
yangdx
7e8a2c0e9b
Added temperature parameter for LLM
2025-03-24 02:02:34 +08:00
yangdx
6ae42165be
Refactor LightRAG Server documentation for clarity and structure.
2025-03-23 23:27:29 +08:00
Gardel
c5db900298
fix some example
2025-03-22 23:43:33 +08:00
zrguo
012252fbe2
Update env.example
2025-03-21 13:49:13 +08:00
yangdx
056b58af75
Updated JWT auth configuration in env.example.
2025-03-18 02:01:28 +08:00
yangdx
c2ba7f33ff
Adjust concurrency limits more LLM friendly settings for new comers
...
- Lowered max async LLM processes to 4
- Enabled LLM cache for entity extraction
- Reduced max parallel insert to 2
2025-03-16 23:56:34 +08:00
yangdx
c2f861fba9
Settign LLM cache option for entity extraction from env
2025-03-07 15:03:33 +08:00
Milin
11502fc756
Merge branch 'HKUDS:main' into feat_login-jwt
2025-03-05 20:21:21 +08:00
zrguo
06fc65d9a0
Revert "[EVO] Add language configuration to environment and argument parsing"
...
This reverts commit a688b8822a8a9eb3853781bb5c71029a22aa5396.
2025-03-05 16:26:28 +08:00
Milin
852634e20e
Merge branch 'main' into feat_login-jwt
2025-03-05 12:42:40 +08:00
Milin
63aa4f9dfc
feat(api): Add user authentication functionality
...
- Implement JWT-based user authentication logic
- Add login endpoint and token validation middleware
- Update API routes with authentication dependencies
- Add authentication-related environment variables
- Optimize requirements.txt with necessary dependencies
2025-03-05 11:09:31 +08:00
Yannick Stephan
a39e1554d1
Merge pull request #994 from Brocowlee/language_support
...
[EVO] Add language configuration to environment and argument parsing
2025-03-04 22:33:03 +01:00
Brocowlee
a688b8822a
[EVO] Add language configuration to environment and argument parsing
2025-03-04 10:09:47 +00:00
yangdx
a9a1fae787
Merge branch 'main' into max-graph-node
2025-03-03 01:20:05 +08:00
yangdx
12fbc5b851
Updated env.example with better documentation and clarity
...
- Renamed file from .env.example to env.example
2025-03-02 19:12:11 +08:00