Commit Graph

  • 15a6a9cf7c fix: log filtering void when uvicorn wokers is greater than 1 yangdx 2025-02-26 12:23:35 +08:00
  • 2752a764ae Refactor storage implementations to support both single and multi-process modes yangdx 2025-02-26 05:38:38 +08:00
  • 32b498b71c Merge pull request #946 from ArnoChenFx/dev-webui Yannick Stephan 2025-02-25 19:40:17 +01:00
  • 798c37d4fa build webui ArnoChen 2025-02-25 18:36:34 +08:00
  • 40a1a94a31 add graph depth and layout iteration settings ArnoChen 2025-02-25 18:28:31 +08:00
  • 8050b0f91b feat: automatically initialize API manager in single process mode yangdx 2025-02-25 12:09:30 +08:00
  • a642bb3190 refactor: use shared manager from main process for storage implementations. yangdx 2025-02-25 12:08:49 +08:00
  • e22e014f22 feat(storage): Add shared memory support for FAISS yangdx 2025-02-25 11:25:06 +08:00
  • 362321204f Merge branch 'main' into add-multi-worker-support yangdx 2025-02-25 11:15:12 +08:00
  • 087d5770b0 feat(storage): Add shared memory support for file-based storage implementations yangdx 2025-02-25 11:10:13 +08:00
  • 7262f61b0e add redis configuration and update workers default value yangdx 2025-02-25 10:47:27 +08:00
  • 04fc5ce604 Remove unspported endpoint from splash mesages yangdx 2025-02-25 09:45:14 +08:00
  • ddc366b672 Optimize display_splash_screen function yangdx 2025-02-25 09:44:17 +08:00
  • d74a23d2cc Add multiple workers support for API Server yangdx 2025-02-25 09:37:00 +08:00
  • 4a3c6de4ba remove character ticks Huỳnh Triệu Vĩ 2025-02-25 04:18:52 +07:00
  • a4d88b8cd4 fix this event loop is already running Huỳnh Triệu Vĩ 2025-02-25 04:16:22 +07:00
  • 7f96ab654a Merge pull request #933 from ArnoChenFx/dev-webui Yannick Stephan 2025-02-24 12:11:06 +01:00
  • e54aa276c8 Merge remote-tracking branch 'origin/main' into dev-webui ArnoChen 2025-02-24 19:00:06 +08:00
  • 69b36d855b build webui ArnoChen 2025-02-24 18:59:31 +08:00
  • dbf5481959 replace react-shiki with react-syntax-highlighter to reduce package size ArnoChen 2025-02-24 18:58:57 +08:00
  • 2e13def95c Remove unused global_top_k variable and related configurations. yangdx 2025-02-24 18:20:39 +08:00
  • 5ccad9adf4 update logo in README ArnoChen 2025-02-24 18:18:59 +08:00
  • e2b4e661e3 feat: retrieval message code highlight, message copy button ArnoChen 2025-02-24 18:17:17 +08:00
  • 8e86e6523d Merge pull request #931 from konrad-woj/fix-dim-error zrguo 2025-02-24 17:52:45 +08:00
  • c79ab5bb35 Merge pull request #928 from danielaskdd/impl-get-kg-grap zrguo 2025-02-24 17:29:47 +08:00
  • 4f76b1c23e fix AttributeError: 'NoneType' object has no attribute 'dim' Konrad Wojciechowski 2025-02-24 03:29:39 +01:00
  • 9fd0ab185f Removed unnecessary comment yangdx 2025-02-24 16:28:18 +08:00
  • b8543b8701 Remove unnecessary comment in networkx_impl.py yangdx 2025-02-24 09:55:03 +08:00
  • 9dd18ccd89 Simplify log message yangdx 2025-02-24 03:52:43 +08:00
  • 03326ff2f7 Merge branch 'main' into impl-get-kg-grap yangdx 2025-02-24 03:36:17 +08:00
  • facf7c11fe Reduce knowledge graph max_depth from 100 to 3 yangdx 2025-02-24 03:34:44 +08:00
  • 6cf555ebd5 Fix linting yangdx 2025-02-24 03:33:22 +08:00
  • b4543561f6 Limit subgraph size to 500 nodes in NetworkXStorage yangdx 2025-02-24 03:32:33 +08:00
  • b13c947360 Implement get_all_labels and get_knowledge_graph methods in NetworkXStorage yangdx 2025-02-24 02:37:42 +08:00
  • f29628125b Fix typo in parameter name from 'nodel_label' to 'node_label' yangdx 2025-02-24 02:36:36 +08:00
  • b020f5fe2b Merge pull request #925 from danielaskdd/simplify-cli-arguments Yannick Stephan 2025-02-23 15:02:58 +01:00
  • 2ebab84b72 Fix typo yangdx 2025-02-23 19:54:12 +08:00
  • 9546be326a Improve entity extraction logging and metrics yangdx 2025-02-23 19:47:43 +08:00
  • bf13bfcab8 Merge branch 'clear-text-before-insert' into simplify-cli-arguments yangdx 2025-02-23 18:50:48 +08:00
  • 4202ce8d2f Fix entity_type string formatting(Fix PostgreSQL indexing) yangdx 2025-02-23 18:47:10 +08:00
  • 4a9cfdcb10 Update storage configurations in .env.example yangdx 2025-02-23 17:56:10 +08:00
  • 6b446535b8 Merge branch 'main' into simplify-cli-arguments yangdx 2025-02-23 17:12:40 +08:00
  • df1eebbbbd Merge branch 'main' into clear-text-before-insert yangdx 2025-02-23 17:11:31 +08:00
  • f5efe5977b Merge branch 'clear-text-before-insert' into simplify-cli-arguments yangdx 2025-02-23 17:06:39 +08:00
  • 78e0ca7835 Change defautl timeout for LLM to 150s yangdx 2025-02-23 17:03:35 +08:00
  • 57884f2fb8 Refine LLM settings in env sample file yangdx 2025-02-23 16:52:41 +08:00
  • df95f251dc Move server ready message to lifespan yangdx 2025-02-23 16:42:31 +08:00
  • dbeda8a9ff Change scanning logs from INFO to DEBUG level yangdx 2025-02-23 16:12:08 +08:00
  • 0867e0bd67 Merge pull request #923 from enriquecatala/fix_apipeline_enqueue_documents Yannick Stephan 2025-02-23 09:10:46 +01:00
  • 845e914f1b fix: make ids parameter optional and optimize input text cleaning yangdx 2025-02-23 15:46:47 +08:00
  • 460bc3a6aa update README.md and .env.example yangdx 2025-02-23 13:26:38 +08:00
  • 637d6756b8 Optimize RAG initialization for openai-ollama yangdx 2025-02-23 11:54:36 +08:00
  • ac58a4b2d0 fix apipeline_enqueue_documents Enrique Catalá 2025-02-22 19:15:13 +01:00
  • d84b90bcd4 Handle special case of CLI argument openai-ollama yangdx 2025-02-22 15:27:19 +08:00
  • e935fed50e Add automatic comment handling in .env files yangdx 2025-02-22 13:25:12 +08:00
  • f9780830ad Revert: get llm-binding and embedding-binding from cli yangdx 2025-02-22 10:46:54 +08:00
  • 351c8db849 Fix linting yangdx 2025-02-22 10:18:39 +08:00
  • 411782797b Fix linting yangdx 2025-02-22 10:18:39 +08:00
  • 2fd997ca4f Merge branch 'clear-text-before-insert' into simplify-cmdline-arguments yangdx 2025-02-22 10:07:46 +08:00
  • 2fff9ae1ab Merge branch 'main' into clear-text-before-insert yangdx 2025-02-22 10:06:46 +08:00
  • 3c866eec16 Merge branch 'refactor-api-server' into clear-text-before-insert yangdx 2025-02-22 10:04:56 +08:00
  • ff921b1274 Merge pull request #916 from ShanGor/main zrguo 2025-02-21 22:53:06 +08:00
  • 60ad8ccf12 Add support to namespace_prefix Samuel Chan 2025-02-21 22:48:23 +08:00
  • 2e4d51e80d Update __version__ zrguo 2025-02-21 21:34:58 +08:00
  • 78bc096fac Merge pull request #914 from ShanGor/main zrguo 2025-02-21 21:34:16 +08:00
  • 566a9f9876 fix linting zrguo 2025-02-21 21:33:43 +08:00
  • b1a9a55ec8 Merge pull request #880 from danielaskdd/refactor-api-server zrguo 2025-02-21 21:30:12 +08:00
  • dff07e50a4 Merge branch 'main' into refactor-api-server yangdx 2025-02-21 21:12:02 +08:00
  • b144e0c3b0 Sync modifications from main branch yangdx 2025-02-21 21:07:37 +08:00
  • 25342250d6 Fix the demo issue of PG to cater with new LightRag changes Samuel Chan 2025-02-21 20:53:00 +08:00
  • 2fdbbc2062 Reorder and improve command line argument definitions for better organization yangdx 2025-02-21 20:01:43 +08:00
  • a848884a7b Remove unnesessary CLI arguments, reduce CLI arguments complexity yangdx 2025-02-21 19:34:17 +08:00
  • 9ba12a4f31 refactor: remove redundant top_k checks in query routes yangdx 2025-02-21 18:53:43 +08:00
  • 6ed81ed1c6 Merge pull request #906 from konrad-woj/fix-insert-custom-chunks zrguo 2025-02-21 18:45:40 +08:00
  • 84f975f63f Merge pull request #892 from PiochU19/main zrguo 2025-02-21 18:42:52 +08:00
  • e8efcc335d Add access log filtering to reduce noise from high-frequency API endpoints yangdx 2025-02-21 17:53:01 +08:00
  • 746cd054ea Merge pull request #905 from ArnoChenFx/remove-rust zrguo 2025-02-21 17:12:03 +08:00
  • 0eac3fd9e0 Merge pull request #897 from ParisNeo/main zrguo 2025-02-21 17:09:54 +08:00
  • c95656ca87 feat: improve debug message handling with better truncation and formatting yangdx 2025-02-21 16:28:08 +08:00
  • 2d8a262ac3 Improve entity extraction logging with cleaner summary and verbose debug output yangdx 2025-02-21 16:26:56 +08:00
  • 8164c57b7e Fix linting yangdx 2025-02-21 14:59:50 +08:00
  • 5fa6982d36 Merge branch 'refactor-api-server' into clear-text-before-insert yangdx 2025-02-21 14:57:11 +08:00
  • cff229a806 fix: respect user-specified log level in set_logger yangdx 2025-02-21 14:46:27 +08:00
  • f5bd3f2b16 Fix linting yangdx 2025-02-21 13:23:55 +08:00
  • bee4622052 fix: handle null bytes (0x00) in text processing yangdx 2025-02-21 13:18:26 +08:00
  • 1749678384 Fix linting yangdx 2025-02-21 12:16:04 +08:00
  • 043dbad683 Merge remote-tracking branch 'origin/main' into refactor-api-server yangdx 2025-02-21 11:24:16 +08:00
  • 50eb97762a fix insert_custom_chunks skipping every new doc with "This document is already in the storage." Konrad Wojciechowski 2025-02-20 23:08:36 +01:00
  • ed9dc799b0 Merge branch 'HKUDS:main' into main Saifeddine ALOUI 2025-02-20 18:15:55 +01:00
  • 9aba7d7d48 simplify dockerfile and docker-compose files ArnoChen 2025-02-20 22:18:42 +08:00
  • fa2884841f Merge branch 'HKUDS:main' into main Yannick Stephan 2025-02-20 15:10:55 +01:00
  • b1463185eb Merge pull request #904 from HKUDS/revert-885-remove-unsused Yannick Stephan 2025-02-20 15:10:32 +01:00
  • 678e0f9aea Revert "Cleanup of code" Yannick Stephan 2025-02-20 15:09:43 +01:00
  • db5159fc24 added missing type Yannick Stephan 2025-02-20 14:47:31 +01:00
  • c431cd584a Merge pull request #902 from YanSte/version Yannick Stephan 2025-02-20 14:33:10 +01:00
  • 3647bc9b11 updated version to 1.1.11 Yannick Stephan 2025-02-20 14:32:24 +01:00
  • d71bc10e26 Merge pull request #901 from HKUDS/revert-886-clean-2 Yannick Stephan 2025-02-20 14:31:00 +01:00
  • 439685e69c Revert "removed get_knowledge_graph" Yannick Stephan 2025-02-20 14:29:36 +01:00
  • 0d4c580859 Merge pull request #900 from YanSte/cleanup-3 Yannick Stephan 2025-02-20 14:22:31 +01:00
  • c4562f71b9 cleanup extraction Yannick Stephan 2025-02-20 14:17:26 +01:00