Commit Graph

  • 0e162b25aa Merge branch 'pr/703' zrguo 2025-02-05 01:30:29 +08:00
  • f30b8c64c5 Merge pull request #704 from wo10378931/main zrguo 2025-02-05 01:21:54 +08:00
  • e0ea0d3130 Merge pull request #702 from ArnoChenFx/graph-viewer-improvements zrguo 2025-02-05 01:20:47 +08:00
  • b8574ae099 better font handling ArnoChen 2025-02-04 17:31:21 +08:00
  • 6e79bef321 Fix get_by_id DB query ressult is empty array chenjingyang 2025-02-04 17:09:34 +08:00
  • 3ae2719bfb improve graph viewer UI and rendering ArnoChen 2025-02-04 01:38:42 +08:00
  • 6a4e1b1401 fixed pipmaster install Saifeddine ALOUI 2025-02-04 00:28:33 +01:00
  • 14b5adc15c minor fix Saifeddine ALOUI 2025-02-04 00:26:22 +01:00
  • 61b06a3d1a linting Saifeddine ALOUI 2025-02-03 23:17:43 +01:00
  • 57af1d1815 Update README.md Saifeddine ALOUI 2025-02-03 22:54:26 +01:00
  • a55cf5d1ee Update README.md Saifeddine ALOUI 2025-02-03 22:52:34 +01:00
  • 9a30dc7b04 Integrated the graphml visualizer as part of lightrag and made it a component that can be installed using [tools] option Saifeddine ALOUI 2025-02-03 22:51:46 +01:00
  • 797b5fa463 Merge branch 'HKUDS:main' into main Saifeddine ALOUI 2025-02-03 22:05:59 +01:00
  • 0c8a2bface Merge pull request #701 from RayWang1991/main zrguo 2025-02-04 00:16:34 +08:00
  • d97ccbf298 Merge pull request #699 from ArnoChenFx/new-graph-visualizer zrguo 2025-02-04 00:14:28 +08:00
  • 4a7dc3af8f Merge pull request #698 from danielaskdd/add-bypass-support-ollama zrguo 2025-02-04 00:13:32 +08:00
  • dca31df1e7 Merge pull request #697 from danielaskdd/improve-unit-test zrguo 2025-02-04 00:13:14 +08:00
  • 9659b98809 Merge pull request #696 from ultrageopro/main zrguo 2025-02-04 00:12:48 +08:00
  • e825b079bc fix status error ruirui 2025-02-03 23:45:21 +08:00
  • 460a2cda02 refactoring the graph visualizer ArnoChen 2025-02-03 22:08:25 +08:00
  • da6864d9c6 Merge branch 'HKUDS:main' into main Saifeddine ALOUI 2025-02-03 11:24:08 +01:00
  • 0284469fd4 doc: add information about log_dir parameter ultrageopro 2025-02-03 11:25:09 +03:00
  • 5cf875755a Update API endpoint documentation to clarify Ollama server compatibility yangdx 2025-02-03 13:07:08 +08:00
  • 4ab02a878f Fix linting yangdx 2025-02-03 12:39:52 +08:00
  • ede4122b63 docs: add documentation for /bypass prefix in LightRAG api yangdx 2025-02-03 12:25:59 +08:00
  • a8f7b7e2b7 Add "/bypass" mode to skip context retrieval and directly use LLM yangdx 2025-02-03 11:49:17 +08:00
  • 840639a873 Fix linting yangdx 2025-02-02 22:13:49 +08:00
  • c316edb2d9 Add http status check for unit tests yangdx 2025-02-02 22:03:55 +08:00
  • 9f82ba4970 Remove error handling tests from "all" mode yangdx 2025-02-02 21:59:56 +08:00
  • 749003f380 fix: path for windows ultrageopro 2025-02-02 14:59:46 +03:00
  • ba9c8cd734 fix: default log dir ultrageopro 2025-02-02 14:06:31 +03:00
  • 35c4115441 feat: custom log dir ultrageopro 2025-02-02 14:04:24 +03:00
  • c07b5522fe Merge pull request #695 from ShanGor/main zrguo 2025-02-02 18:27:11 +08:00
  • fade69a2ae Merge pull request #693 from danielaskdd/fix-concurrent-problem zrguo 2025-02-02 18:26:42 +08:00
  • 02ac96ff8e - Fix the bug from main stream that using doc['status'] - Improve the performance of Apache AGE. - Revise the README.md for Apache AGE indexing. Samuel Chan 2025-02-02 18:20:32 +08:00
  • c65dcff991 Fixed a typo Saifeddine ALOUI 2025-02-02 09:47:05 +01:00
  • 7ea1856699 Add comment to clarify LLM cache setting for entity extraction yangdx 2025-02-02 07:29:01 +08:00
  • 6e1b5d6ce6 Merge branch 'main' into fix-concurrent-problem yangdx 2025-02-02 04:36:52 +08:00
  • 0a693dbfda Fix linting yangdx 2025-02-02 04:27:55 +08:00
  • ecf48a5be5 Add embedding cache config and disable LLM cache for entity extraction for API Server yangdx 2025-02-02 04:27:21 +08:00
  • 6f5503ebd6 Update similarity_check prompt to avoid generating two scores sometiimes yangdx 2025-02-02 04:22:43 +08:00
  • 8484564f50 Fix llm_model_func retrieval error. yangdx 2025-02-02 03:54:41 +08:00
  • 873b52d2e4 Add debug logging for cache response retrieval yangdx 2025-02-02 03:15:43 +08:00
  • fdc9017ded Set embedding_func in all llm_response_cache yangdx 2025-02-02 03:14:07 +08:00
  • bed5a97ae2 Fix prompt respond cache fail when is_embedding_cache_enabled is true yangdx 2025-02-02 03:09:06 +08:00
  • 5d14ab03eb Fix linting yangdx 2025-02-02 01:56:32 +08:00
  • b45ae1567c Refactor LLM cache handling and entity extraction yangdx 2025-02-02 01:28:46 +08:00
  • 6c7d7c25d3 Refactor cache handling logic for better readability, keep function unchanged. yangdx 2025-02-02 00:10:21 +08:00
  • c9481c81b9 Add cache type "extract" for entity extraction yangdx 2025-02-01 23:05:02 +08:00
  • 2d387fa6de Save keywords to cache only when it's no empty yangdx 2025-02-01 22:54:23 +08:00
  • 3c3cdba499 Fix typo error yangdx 2025-02-01 22:27:49 +08:00
  • b87703aea6 Add embedding_func to llm_response_cache yangdx 2025-02-01 22:19:16 +08:00
  • 3bc7c4d8f1 Save cache_type to llm_response_cache yangdx 2025-02-01 22:18:59 +08:00
  • c3942077a9 Use direct embedding_func from hashing_kv (do not by pass maxiumu async control) yangdx 2025-02-01 22:12:45 +08:00
  • c98a675b6c remove unused parm yangdx 2025-02-01 22:07:12 +08:00
  • 75b5739f81 Merge pull request #689 from ParisNeo/main zrguo 2025-02-01 21:39:45 +08:00
  • eafb822344 Merge pull request #688 from TianhongDai/fix-postgres-demo zrguo 2025-02-01 21:39:29 +08:00
  • 95edf8a51e Fix linting yangdx 2025-02-01 15:22:40 +08:00
  • a0710e9d65 Merge branch 'main' into fix-extract-entity-concurrent-problem yangdx 2025-02-01 14:45:42 +08:00
  • b109f57ddd Refactor async call limiting to use asyncio.Semaphore for better performance. yangdx 2025-02-01 10:36:15 +08:00
  • 635d4fd9e4 Add lock to protect file write operations in NanoVectorDBStorage yangdx 2025-02-01 10:14:59 +08:00
  • 6a326e2783 Revert "Refactor embedding functions and add async query limit" yangdx 2025-02-01 10:03:27 +08:00
  • 2ba36f87e3 Add support for list input in quantize_embedding function yangdx 2025-02-01 09:55:05 +08:00
  • 1192727be7 remove semaphore logic from EmbeddingFunc(cause num of instances is already control by limit_async_func_call) yangdx 2025-02-01 09:53:11 +08:00
  • 60b66b95e3 Fix typo in prompt yangdx 2025-01-31 20:40:37 +08:00
  • 0692635ebd Improve prompts to avoid make-up respond from LLM like qwen-plus when very long context is provided. yangdx 2025-01-30 22:38:32 +08:00
  • b22a8b216c Fix linting yangdx 2025-01-30 22:26:28 +08:00
  • 2a010c985e Add logging for chunk truncation in mix_kg_vector_query yangdx 2025-01-30 22:21:52 +08:00
  • 3a40772d30 Simplified file loading Saifeddine ALOUI 2025-02-01 01:19:32 +01:00
  • e09cb85f37 fixed linting as well as file path Saifeddine ALOUI 2025-02-01 01:15:06 +01:00
  • ef35f9a4e4 Introduced docling instead of other tools for loading files Saifeddine ALOUI 2025-02-01 00:56:43 +01:00
  • 5dda38eeb9 fix import bugs of postgres example Tianhong Dai 2025-01-31 17:13:21 +00:00
  • e24a0a86e5 Update requirements.txt Saifeddine ALOUI 2025-01-31 17:12:10 +01:00
  • e59cb7493c fixed linting zrguo 2025-01-31 23:35:42 +08:00
  • 58a9ae2f83 Merge pull request #686 from gurjot-05/main zrguo 2025-01-31 23:34:53 +08:00
  • a3f2a3f1de Merge pull request #682 from ParisNeo/main zrguo 2025-01-31 23:33:28 +08:00
  • 470b39930c Merge pull request #681 from danielaskdd/Improve-prompt-prevent-make-up-answer zrguo 2025-01-31 23:32:54 +08:00
  • 78b858c03b Finished testing api key Saifeddine ALOUI 2025-01-31 16:19:46 +01:00
  • d2a550fd31 Update api.js Saifeddine ALOUI 2025-01-31 16:08:23 +01:00
  • d1210851aa Update api.js Saifeddine ALOUI 2025-01-31 16:07:27 +01:00
  • e9591548b4 Update api.js Saifeddine ALOUI 2025-01-31 16:03:31 +01:00
  • 2894e8faf2 Fix linting errors Gurjot Singh 2025-01-31 19:05:47 +05:30
  • 8a624e198a Add faiss integration for storage Gurjot Singh 2025-01-31 19:00:36 +05:30
  • 2d4991dfbd Fix typo in prompt yangdx 2025-01-31 20:40:37 +08:00
  • 2444975bf1 Update api.js Saifeddine ALOUI 2025-01-31 13:22:19 +01:00
  • 6889606a48 Update lightrag_server.py Saifeddine ALOUI 2025-01-31 11:19:12 +01:00
  • b0d87b2e29 Fix linting yangdx 2025-01-31 15:33:50 +08:00
  • 389f4ee872 Shorten log message for cosine similarity threshold. yangdx 2025-01-31 15:33:41 +08:00
  • 21481dba8f Refactor embedding functions and add async query limit yangdx 2025-01-31 15:00:56 +08:00
  • 381f7deec6 linting Saifeddine ALOUI 2025-01-30 23:29:21 +01:00
  • 219cbab1e3 Added progress when scanning files and fixed some bugs in the API Saifeddine ALOUI 2025-01-30 23:27:43 +01:00
  • 54b68074a1 Merge branch 'main' into fix-extract-entity-concurrent-problem yangdx 2025-01-31 01:19:44 +08:00
  • fb63e5ed39 Improve prompts to avoid make-up respond from LLM like qwen-plus when very long context is provided. yangdx 2025-01-30 22:38:32 +08:00
  • 601f10b132 Fix linting yangdx 2025-01-30 22:26:28 +08:00
  • 82460088da Merge commit '59617da83e224e3af1c97fb21dd661b088effc2d' into Improve-prompt-prevent-make-up-answer yangdx 2025-01-30 22:24:13 +08:00
  • 81655829bc Add logging for chunk truncation in mix_kg_vector_query yangdx 2025-01-30 22:21:52 +08:00
  • 59617da83e Merge pull request #675 from danielaskdd/Fix-get_conversation_turns zrguo 2025-01-30 20:36:59 +08:00
  • 9ef1438ff6 Merge pull request #674 from danielaskdd/topk-cosine-threshold-env-config zrguo 2025-01-30 20:36:44 +08:00
  • e31482e49b Merge commit '5d3060dfa56b5e9f149f170a76db874ce8ca6ffb' into Improve-prompt-prevent-make-up-answer yangdx 2025-01-30 13:42:04 +08:00
  • 5d3060dfa5 Refactor configuration and conversation history handling of unit test code yangdx 2025-01-30 13:12:19 +08:00