272 Commits

Author SHA1 Message Date
zrguo
4d58ff8bb4
Merge pull request #771 from enriquecatala/fix-litellm-litellm-proxy-support
Enable LiteLLM proxy with embedding_binding_host
2025-02-14 09:43:55 +08:00
Enrique Catalá
f9d69b889e ruff reformat 2025-02-14 00:16:59 +01:00
Enrique Catalá
0ece8e102d lint fix 2025-02-14 00:09:32 +01:00
Enrique Catalá
991fa33986 Enable LiteLLM proxy with embedding_binding_host 2025-02-13 22:45:03 +01:00
yangdx
35d6e2d322 Fix linting 2025-02-14 02:32:33 +08:00
yangdx
6f999aa5e5 Refactor file conversion to use async execution
- Wrap sync conversion in async function
- Use asyncio.to_thread for non-blocking IO
- Maintain same functionality as before
- Clean up temporary files properly
- Improve responsiveness of file processing
2025-02-14 02:31:58 +08:00
yangdx
cd3815e825 Fix linting 2025-02-14 01:14:12 +08:00
yangdx
08364e99fb Move document scanning trigger by command line to background task
- Added background task management
- Prevented concurrent scanning
- Tracked scanning progress
- Improved startup performance
- Enhanced error handling
2025-02-14 01:12:39 +08:00
yangdx
47268c2ab1 Fix linting 2025-02-13 21:01:34 +08:00
yangdx
e1d9dba20d Fix typos in documentation tree structure and storage implementation names
• Correct menu tree structure in splash screen
• Fix MilvusVectorDBStorage typo
• Update storage env requirements
2025-02-13 20:40:29 +08:00
zrguo
dea6f4f288
Merge branch 'main' into select-datastore-in-api-server 2025-02-13 20:03:38 +08:00
yangdx
fab33cfc91 chore: bump api version from 1.0.4 to 1.0.5 2025-02-13 19:33:15 +08:00
ArnoChen
6896d4ab21 add pre-built graph viewer files
format

a

a
2025-02-13 18:05:50 +08:00
ArnoChen
464042f2c0 display webui and graph viewer links in splash screen 2025-02-13 18:03:09 +08:00
ArnoChen
bc83c4c7ed update readme
configure output directory
2025-02-13 17:54:10 +08:00
ArnoChen
c674905a98 use KnowledgeGraph typed dict for graph API response 2025-02-13 17:32:51 +08:00
ArnoChen
e4562c761c fix typo 2025-02-13 17:32:05 +08:00
ArnoChen
adb234d5cf remove webui_depricated 2025-02-13 17:30:03 +08:00
ArnoChen
85e6989abc move lightrag_webui folder to top directory 2025-02-13 17:29:51 +08:00
yangdx
906a9f6641 docs: improve organization and clarity of API documentation 2025-02-13 15:22:18 +08:00
yangdx
5ad3555f4c docs: add MongoDB storage support and improve storage client comment 2025-02-13 14:31:12 +08:00
yangdx
cdd52809b0 Fix linting 2025-02-13 14:07:36 +08:00
yangdx
28b17b327b Fix: top_k param handling error, unify top_k and cosine default value. 2025-02-13 06:05:21 +08:00
ArnoChen
c50c581767 Merge branch 'main' into graph-viewer-webui 2025-02-13 04:42:57 +08:00
yangdx
ed73ea4076 Fix linting 2025-02-13 04:12:00 +08:00
yangdx
d25386ff1b refactor: simplify storage configuration handling while maintaining the same functionality 2025-02-13 04:04:51 +08:00
yangdx
9a77d91023 Add LLM response cache to registered RagServer components 2025-02-13 01:30:21 +08:00
yangdx
4c39cf399d refactor: move database connection pool initialization to lifespan of FastAPI
- Add proper database connection lifecycle management
- Add connection pool cleanup in FastAPI lifespan
2025-02-13 01:11:09 +08:00
ArnoChen
9daab4340c add MongoDocStatusStorage
remove unnecessary logging

format
2025-02-12 04:13:48 +08:00
ArnoChen
23a6d8b17c fix button 2025-02-11 23:02:30 +08:00
ArnoChen
3cacc088fe enhance graph viewer with settings, status and api key 2025-02-11 22:51:31 +08:00
yangdx
aaddc08336 Add storage info to splash screen 2025-02-11 14:57:37 +08:00
ArnoChen
d418ceee82 add label filter 2025-02-11 06:48:04 +08:00
yangdx
cddde8053d Add configuration examples for Oracle, TiDB, PostgreSQL and storage backends 2025-02-11 06:31:59 +08:00
yangdx
56c1792767 feat optimize storage configuration and environment variables
* add storage type compatibility validation table
* add enviroment variables check for storage
* modify storage init to get setting from confing.ini and env
2025-02-11 00:55:52 +08:00
ArnoChen
4d4ace295a remove test button 2025-02-10 23:57:26 +08:00
ArnoChen
beee79d013 better error handing 2025-02-10 23:44:58 +08:00
ArnoChen
7d6ffbbd87 implement backend health check and alert system 2025-02-10 23:33:51 +08:00
ArnoChen
a08f59f663 add properties view 2025-02-10 22:02:06 +08:00
ArnoChen
07f19b939c Merge branch 'main' into graph-viewer-webui 2025-02-10 13:56:25 +08:00
ArnoChen
a55b3263f1 move config.ini.example to root directory 2025-02-10 01:30:55 +08:00
ArnoChen
ee5c00e0c6 add example configuration file for API
format
2025-02-10 01:23:41 +08:00
ArnoChen
09195182c2 enable MongoGraphStorage based on config
mongo graph
2025-02-10 01:07:41 +08:00
ArnoChen
294d094076 use "database" instead of "LightRAG" for MongoDB config 2025-02-10 01:00:02 +08:00
ArnoChen
c858e4a4e6 add qdrant backend 2025-02-10 00:57:28 +08:00
ArnoChen
10a0fa1530 use relative path for graph API endpoint 2025-02-10 00:38:04 +08:00
ArnoChen
1c7f918d8c format
format
2025-02-10 00:33:59 +08:00
ArnoChen
09ee968926 fix mount 2025-02-09 23:28:42 +08:00
ArnoChen
489d7f6c12 mount graph viewer webui in /webui endpoint 2025-02-09 23:17:30 +08:00
ArnoChen
b5eb51a861 add graph viewer webui 2025-02-09 23:17:26 +08:00