Commit Graph

  • 76351590b2 Update UI component styling in dark mode yangdx 2025-04-02 23:45:14 +08:00
  • f9f588aa16 Feat: add reset button to the right of input box yangdx 2025-04-02 23:40:16 +08:00
  • 7b1c946069 Update i18n translation yangdx 2025-04-02 23:28:58 +08:00
  • c339f8686a Add is_truncated to graph query for Neo4j yangdx 2025-04-02 23:20:07 +08:00
  • 72132ee1d6 Added info logs when graph is truncated yangdx 2025-04-02 23:19:41 +08:00
  • 82c4baba70 Add is_truncated to graph query for NetworkX graph db yangdx 2025-04-02 22:12:20 +08:00
  • 4ceafb7cbc Optimize NetworkX subgraph query yangdx 2025-04-02 21:41:24 +08:00
  • a50edffdb0 Optimize Neo4J subgraph query performance yangdx 2025-04-02 20:53:15 +08:00
  • ac7e275932 Fix linting yangdx 2025-04-02 18:36:05 +08:00
  • 1a1f934e27 Feat: replace min_degree with max_nodes in webui yangdx 2025-04-02 18:35:32 +08:00
  • d7d04a0d94 Update graph retrival api(abandon pydantic model) yangdx 2025-04-02 18:32:03 +08:00
  • d62a77500b Update graph retrival api yangdx 2025-04-02 17:21:45 +08:00
  • fb2fad7766 Update comments of get_knowledge_graph func for Noe4j yangdx 2025-04-02 17:02:01 +08:00
  • 454e21a868 Adjust storage position in STORAGE_IMPLEMENTATIONS yangdx 2025-04-02 16:40:25 +08:00
  • c2f007199f Fix linting yangdx 2025-04-02 16:36:28 +08:00
  • 3ed7f11b4c Add index on entity_id for Neo4j yangdx 2025-04-02 16:36:02 +08:00
  • 4994bd1461 Simplified graph retrival by removing inclusive and min_degree parameters yangdx 2025-04-02 16:27:58 +08:00
  • df07c2a8b1 Remove Gremlin storage implementaion yangdx 2025-04-02 14:43:53 +08:00
  • 013be621d5 Remove TiDB storage implementaion yangdx 2025-04-02 14:40:27 +08:00
  • 5d517d72f5 Fix file_path error in PostgreSQL storage yangdx 2025-04-02 14:30:13 +08:00
  • 554d290993 Changed node label from 'Entity' to 'base' and fix edge deletion error in PostgreSQL AGE graph yangdx 2025-04-02 14:03:56 +08:00
  • fc3208cf5b Filter nodes by :base for entity label retrieval in Neo4j yangdx 2025-04-02 12:53:17 +08:00
  • c72c149e71 Fix linting yangdx 2025-04-02 12:16:40 +08:00
  • cd67d7cd79 Removed redundant entity_id extraction in upsert logic for Neo4JStorage yangdx 2025-04-02 12:16:13 +08:00
  • 5f678adb71 Refactor Neo4J storage initialization and cleanup yangdx 2025-04-02 10:45:21 +08:00
  • ad1d362865 docs: Add Token Statistics Function Description in README choizhang 2025-04-01 23:50:14 +08:00
  • ab9d210fcd Add document deletion support to PGDocStatusStorage yangdx 2025-04-01 22:15:31 +08:00
  • cff142379c Add FAISS_USE_GPU env var to control which version of FAISS to be installed yangdx 2025-04-01 21:59:05 +08:00
  • 0ea55cb8cd Update splash screen message yangdx 2025-04-01 18:30:31 +08:00
  • ce74879258 Remove api demo (reference to LightRAG Server instead) yangdx 2025-04-01 18:17:17 +08:00
  • 1e31b26cbe Remove Oracle storage implementation yangdx 2025-04-01 18:15:29 +08:00
  • aec302de4e Update webui assets yangdx 2025-04-01 17:12:19 +08:00
  • 92d81a6266 Update i18n translation yangdx 2025-04-01 17:10:05 +08:00
  • 1f99522fd6 Update webui assets yangdx 2025-04-01 16:27:16 +08:00
  • 002738b197 Preventing document list reload from blocking dialogs to close faster yangdx 2025-04-01 16:26:41 +08:00
  • 4bb22046e0 Improve toast notifications and document clearing flow yangdx 2025-04-01 15:44:36 +08:00
  • d653711969 Update webui assets yangdx 2025-04-01 15:00:26 +08:00
  • 4372024ad6 feat(ui): Add document list refresh to UploadDocumentsDialog yangdx 2025-04-01 14:55:27 +08:00
  • 0d93ed2f2c feat(ui): Improve document list refresh mechanism in ClearDocumentsDialog yangdx 2025-04-01 14:46:52 +08:00
  • b0f0f1ff84 refactor: improve document clearing status management yangdx 2025-04-01 14:03:45 +08:00
  • ff5c7182da Fix update status handling bugs in drop function of json kv storage yangdx 2025-04-01 13:53:02 +08:00
  • e83f6c0c63 Fix lingting yangdx 2025-04-01 13:32:05 +08:00
  • 4c9c600472 Refactoring clear document UI yangdx 2025-04-01 13:31:14 +08:00
  • cd94e84267 Update clear cache endpoint path yangdx 2025-04-01 10:36:28 +08:00
  • 7a67f6c2fd Merge pull request #1243 from JoramMillenaar/fix-file-name-keyerror zrguo 2025-04-01 12:06:29 +11:00
  • f349618e37 Fix: unknown filepath errors jofoks 2025-03-31 14:50:13 -07:00
  • e04670d8e6 refactor: constants choizhang 2025-04-01 00:59:15 +08:00
  • 7831f49665 docs(locales): Add translation for edgeSizeRange choizhang 2025-04-01 00:52:11 +08:00
  • 109b2d3a41 docs: Fix spelling errors in README.md choizhang 2025-04-01 00:39:37 +08:00
  • cd3817ce30 feat (graph settings): Add edge thickness range configuration function choizhang 2025-04-01 00:36:32 +08:00
  • d54bda8d36 feat(api): Add Pydantic models for all endpoints in document_routes.py yangdx 2025-03-31 23:53:14 +08:00
  • 8845779ed7 Add clear cache API endpoint yangdx 2025-03-31 23:37:03 +08:00
  • 0981ee1af9 Replace delete() with drop_cache_by_modes() method to implement cache clearing operations yangdx 2025-03-31 23:23:31 +08:00
  • 95a8ee27ed Fix linting yangdx 2025-03-31 23:22:27 +08:00
  • 3d4f8f67c9 Add drop_cace_by_modes to all KV storage implementation yangdx 2025-03-31 23:10:21 +08:00
  • 04967b33cc feat(api): Add dedicated ClearDocumentsResponse class for document deletion endpoint yangdx 2025-03-31 19:13:27 +08:00
  • 1772e7a887 Add delete support to all storage implementation yangdx 2025-03-31 16:21:20 +08:00
  • 2cb64ad280 feat: Remove immediate persistence in delete operation for JsonDocStatusStorage yangdx 2025-03-31 14:46:36 +08:00
  • 81f887ebab feat: Remove immediate persistence in delete operation yangdx 2025-03-31 14:14:32 +08:00
  • bbc770d1ed feat(api): enhance document clearing error handling and status reporting yangdx 2025-03-31 13:01:52 +08:00
  • b79dac9d63 feat(DocumentManager): Add document status filter feature, support filtering documents by status Eric Shao 2025-03-31 12:43:21 +08:00
  • fe270a9ebe Remove some graph storage support: MongoDB, TiDB and Oracle yangdx 2025-03-31 12:18:53 +08:00
  • 795b69b275 Add drop support for TiDB yangdx 2025-03-31 12:11:21 +08:00
  • 787d91cb26 refactor(env): optimize env.example Milin 2025-03-31 11:34:49 +08:00
  • 4dbd5e3899 Merge branch 'main' into optimize-config-management Milin 2025-03-31 11:29:29 +08:00
  • 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. Milin 2025-03-31 11:19:47 +08:00
  • 22a4e08439 Merge pull request #1228 from choizhang/fix-edge-label zrguo 2025-03-31 11:21:33 +11:00
  • f953d63159 Merge pull request #1229 from choizhang/update-TokenTracker zrguo 2025-03-31 11:20:51 +11:00
  • 9959ea90a8 Add drop support for Oracle yangdx 2025-03-31 03:19:06 +08:00
  • 6a51f38cae Remove namespace_prefix from PostgreSQL, maintain consistency with other storage implementation yangdx 2025-03-31 02:59:44 +08:00
  • 5b7cd50005 Add delete support for MongoKVStorage yangdx 2025-03-31 02:14:16 +08:00
  • 078cee390c Add drop support for all storage type implementation for Mongo DB yangdx 2025-03-31 02:10:58 +08:00
  • b411ce2fed Add drop support for RedisKVStorage yangdx 2025-03-31 01:40:14 +08:00
  • 77bc9594cf Remove delete_entity and delete_entity_relation from RediskKVStorage yangdx 2025-03-31 01:34:41 +08:00
  • 0a82356d08 Add drop support for Gremlin Graph yangdx 2025-03-31 01:16:56 +08:00
  • ee2719896f Add drop support for AGE storage yangdx 2025-03-31 01:09:30 +08:00
  • 0538217c3e Update env.example yangdx 2025-03-31 01:03:58 +08:00
  • 637d37eec4 Update drop implementation for all storage type of PostgreSQL yangdx 2025-03-31 01:03:41 +08:00
  • 8b125488e9 Bump api version to 1.2.9 yangdx 2025-03-30 16:31:57 +08:00
  • 949a3904a9 feat(api): Enhance document clearing functionality yangdx 2025-03-30 16:30:41 +08:00
  • 53ab5e015c remove check_storage_env_vars from lightrag.py yangdx 2025-03-30 15:25:04 +08:00
  • 1df4b777d7 Add drop funtions to storage implementations yangdx 2025-03-30 15:17:57 +08:00
  • 1a25a78e8a feat: remove check_storage_env_vars and add TODOs yangdx 2025-03-30 10:25:49 +08:00
  • 164faf94e2 feat(TokenTracker): Add context manager support to simplify token tracking choizhang 2025-03-30 00:59:23 +08:00
  • 9518360021 fix(useLightragGraph): Change the label of the edge from type to keyword choizhang 2025-03-29 23:27:40 +08:00
  • 6eea8bdf5d Update README.md zrguo 2025-03-29 21:28:25 +08:00
  • d0eb602b12 Update README.md zrguo 2025-03-29 21:25:34 +08:00
  • 7cf6381359 Merge pull request #1225 from danielaskdd/main Daniel.y 2025-03-29 13:54:41 +08:00
  • a3ff0534d6 Remove the comments at the end of the environment variable lines in .env file yangdx 2025-03-29 13:52:29 +08:00
  • be3be54ed4 Merge pull request #1224 from danielaskdd/main Daniel.y 2025-03-29 13:22:54 +08:00
  • b79fb87dc7 Fix liinting yangdx 2025-03-29 13:22:16 +08:00
  • 8e57a925f1 Remove the comments at the end of the environment variable lines in .env file yangdx 2025-03-29 13:20:22 +08:00
  • c94f30be2d Shorten log message to fit in pipelinestatus UI yangdx 2025-03-29 13:18:22 +08:00
  • d543f860ca Merge pull request #1223 from danielaskdd/main Daniel.y 2025-03-29 04:06:50 +08:00
  • 7c5442b392 Update doc yangdx 2025-03-29 04:05:31 +08:00
  • 1d18d66400 Merge pull request #1222 from danielaskdd/main Daniel.y 2025-03-29 03:49:13 +08:00
  • 65574459f9 standardize .env loading behavior across modules yangdx 2025-03-29 03:48:38 +08:00
  • 9559ed857b Merge pull request #1221 from danielaskdd/main Daniel.y 2025-03-29 03:45:16 +08:00
  • 539fcd5ebb Update env file warning message to be more specific yangdx 2025-03-29 03:42:51 +08:00
  • c590d5878c refactor: standardize .env loading behavior across modules yangdx 2025-03-29 03:37:23 +08:00