67 Commits

Author SHA1 Message Date
yangdx
78033edabb Update env.example 2025-07-09 04:37:04 +08:00
yangdx
5d4484882a Merge branch 'main' into rerank 2025-07-09 03:59:04 +08:00
yangdx
14d51518dd Merge branch 'add-Memgraph-graph-db' into memgraph 2025-07-09 03:38:07 +08:00
yangdx
3a0249a6b9 Update env.example 2025-07-09 03:36:17 +08:00
DavIvek
4438897b6b add changes based on review 2025-07-08 16:28:06 +02:00
zrguo
d4651d59c1 Add rerank to server 2025-07-08 21:44:20 +08:00
zrguo
71cb3adb4f Merge branch 'main' into rerank 2025-07-08 15:10:23 +08:00
zrguo
04a57445da update chunks truncation method 2025-07-08 13:31:05 +08:00
zrguo
f5c80d7cde Simplify Configuration 2025-07-08 11:16:34 +08:00
yangdx
9b7b2a9b0f Reduce default embedding batch size from 32 to 10 2025-07-08 11:00:09 +08:00
yangdx
186c6411fb Update env.example 2025-07-08 10:45:32 +08:00
yangdx
3eaadb8a44 Update env.example 2025-07-08 03:06:19 +08:00
zrguo
75dd4f3498 add rerank model 2025-07-07 22:44:59 +08:00
yangdx
68921bc475 Update env.example 2025-07-07 17:49:33 +08:00
yangdx
752df9d674 Update env.example 2025-07-07 08:53:33 +08:00
yangdx
4632adb355 Add NEO4J_WORKSPACE env var override support
- Allow workspace override via NEO4J_WORKSPACE
- Update env.example with new config option
2025-07-07 04:16:44 +08:00
yangdx
033098c1bc Feat: Add WORKSPACE support to all storage types 2025-07-07 00:57:21 +08:00
yangdx
1fd74540c2 Update env example 2025-07-05 08:05:53 +08:00
yangdx
3a317c54c2 Update env.example 2025-07-05 08:04:59 +08:00
yangdx
ff1b1c61c7 Implemented storage types: PostgreSQL and MongoDB 2025-07-03 11:46:24 +08:00
zrguo
1ee9cab235 Add max_gleaning to env 2025-07-01 17:14:02 +08:00
zrguo
479865a271 Add max_gleaning to env 2025-07-01 17:13:33 +08:00
Alexander Bruhn
5e3970e18b
Resolve confusion between azure embedding and completion environment variables 2025-06-04 14:45:11 +02:00
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