Commit Graph

  • ead5f7aba9
    Fix infinite recursion in RagTokenizer when processing repetitive characters (#6109) kaiyuan Zhang 2025-04-01 13:59:52 +08:00
  • 58e6e7b668
    Test: Refactor test fixtures and test cases (#6709) liu an 2025-04-01 13:39:07 +08:00
  • 20b8ccd1e9
    Hotfix ece5903 (#6705) Yue-Lyu123 2025-04-01 12:06:28 +08:00
  • d0dca16fee
    Feat: Allows users to search for models in the model selection drop-down box #3221 (#6708) balibabu 2025-04-01 11:53:48 +08:00
  • fc21dd0a4a
    Feat: add qwq-plus-latest (#6702) Kevin Hu 2025-04-01 11:06:03 +08:00
  • 61c0dfab70
    Fix: Email error. (#6701) Kevin Hu 2025-04-01 10:37:04 +08:00
  • 67330833af
    fix: correct [AttributeError: 'set' object has no attribute 'nodes' T… (#6699) Yue-Lyu123 2025-04-01 09:38:21 +08:00
  • ece59034f7
    fix: Resolve KnowledgeGraph entity resolution errors (#6653) (#6691) Yue-Lyu123 2025-03-31 22:31:35 +08:00
  • 0a42e5777e
    Refa: docker/.env comment refinement. (#6689) Kevin Hu 2025-03-31 18:26:20 +08:00
  • e2b66628f4
    Feat: extend S3 storage compatibility and add knowledge base ID prefix (#6355) RedBookOfMemory 2025-03-31 16:09:43 +08:00
  • 46b5e32cd7
    Feat: support vision llm for gpustack (#6636) Alex Chen 2025-03-31 15:33:52 +08:00
  • 7d9dd1e5d3
    Refa: remove default build-in rerank model. (#6682) Kevin Hu 2025-03-31 15:33:19 +08:00
  • 1985ff7918
    add type canvas (#6680) so95 2025-03-31 13:46:29 +07:00
  • 60b9c027c8
    Refa: add meta data to retrieval. (#6676) Kevin Hu 2025-03-31 11:45:56 +08:00
  • 2793c8e4fe
    Added a guide on setting page rank. (#6645) writinwaters 2025-03-31 11:44:18 +08:00
  • 805a8f1f47
    Update broken discord (#6678) Yingfeng 2025-03-31 11:29:34 +08:00
  • d4a3e9a7cc
    Fix table migration on non-exist-yet indexed columns. (#6666) Song Fuchang 2025-03-31 11:27:20 +08:00
  • ad4e59edb2
    Don't split and strip input in retrieval component. (#6662) Song Fuchang 2025-03-31 11:26:49 +08:00
  • aca4cf4369
    Test: Added test cases for Retrieval Chunks HTTP API (#6649) liu an 2025-03-31 10:05:35 +08:00
  • 9aa047257a
    Fix agent completion requiring calling twice with parameters in begin component (#6659) Song Fuchang 2025-03-31 09:57:56 +08:00
  • 65a8cd1772
    Fix knowledge_graph_kwd on infinity. Close #6476 and #6624 (#6651) Zhichang Yu 2025-03-28 22:05:40 +08:00
  • 563a84beaf
    Docs: fix retrieval docs. (#6633) Kevin Hu 2025-03-28 16:03:37 +08:00
  • d32a35d8fd
    Fix entity_types. Close #6287 and #6608 (#6632) Zhichang Yu 2025-03-28 15:00:24 +08:00
  • 2632493c8b
    Consolidate entrypoint to support broader deployment scenarios (#6566) Wanderson Pinto dos Santos 2025-03-28 01:39:34 -03:00
  • c61df5dd25
    Dynamic Context Window Size for Ollama Chat (#6582) Marcus Yuan 2025-03-28 12:38:27 +08:00
  • 1fbc4870f0
    Fix: HTTP API delete_chunks issue. (#6621) Kevin Hu 2025-03-28 12:13:43 +08:00
  • f304492716
    Fix: binlog_expire_logs_seconds (#6626) AdySec 2025-03-28 11:37:53 +08:00
  • f35c226ce7
    Feat: Add RadioGroup component #3221 (#6622) balibabu 2025-03-28 10:20:49 +08:00
  • 0b48a2e0d1
    Fix: When Excel is a formula, the parsed result is a formula, but cannot be correctly parsed as a value type (#6613) donblack01 2025-03-28 09:33:49 +08:00
  • fd614a7aef
    Test: Added test cases for Delete Chunks HTTP API (#6612) liu an 2025-03-28 09:33:23 +08:00
  • 0758c04941
    Refa: token similarity calculations. (#6614) Kevin Hu 2025-03-28 09:33:08 +08:00
  • fe0396bbb9
    Introduced delete_knowledge_graph (#6605) Zhichang Yu 2025-03-27 17:16:48 +08:00
  • 974a467cf6
    Fix: The rule of Categorize operator is adjusted. (#6599) Xc1995 2025-03-27 17:02:21 +08:00
  • 36b62e0fab
    EntityResolution batch. Close #6570 (#6602) Zhichang Yu 2025-03-27 16:40:36 +08:00
  • d2043ff9f2
    Fix: LmStudioChat issue. (#6591) Kevin Hu 2025-03-27 14:59:15 +08:00
  • ecc9605a32
    Fix: team doc deletion issue. (#6589) Kevin Hu 2025-03-27 13:26:38 +08:00
  • 70dc56d26b Feat: Add logo-with-text-white.svg #3221 (#6588) balibabu 2025-03-27 11:59:07 +08:00
  • 82ccbd2cba
    fix:  Remove unnecessary minio initialization (#6544) Zanyatta 2025-03-27 09:54:25 +08:00
  • c4998d0e09
    Rename graphrag task lock (#6576) Zhichang Yu 2025-03-26 23:48:47 +08:00
  • 5eabfe3912
    Update values.yaml image to infiniflow/infinity:v0.6.0-dev3 issue#5882 (#6568) Fengbo Yuan 2025-03-26 06:15:26 -07:00
  • df3890827d
    Refa: change LLM chat output from full to delta (incremental) (#6534) Yongteng Lei 2025-03-26 19:33:14 +08:00
  • 6599db1e99
    Test: Update test cases for PR #6405 #6504 #6538 (#6565) liu an 2025-03-26 19:23:13 +08:00
  • b7d7ad536a
    AI search vs. chat (#6569) writinwaters 2025-03-26 18:46:34 +08:00
  • 24d8ff7425
    Fix:flow DB Assistant module translate to zh (#6562) andy 2025-03-26 17:32:05 +08:00
  • 735d9dd949
    Feat: add "tools" to llm_factories.json (#6552) Chenzy 2025-03-26 17:31:18 +08:00
  • cc5f4a5efa
    Fix: python_api_reference.md update dataset bug (#6527) zstar 2025-03-26 17:30:09 +08:00
  • 93c26ae1ef
    Test: Added test cases for Update Chunk HTTP API (#6556) liu an 2025-03-26 16:47:47 +08:00
  • cc8029a732
    Fix: uploading in chat box issue. (#6547) Kevin Hu 2025-03-26 15:37:48 +08:00
  • 6bf26e2a81
    Optimize graphrag again (#6513) Zhichang Yu 2025-03-26 15:34:42 +08:00
  • 7a677cb095
    Fix: image_id is None. (#6538) Kevin Hu 2025-03-26 12:04:21 +08:00
  • 12ad746ee6
    Fix: Bedrock model invocation error. (#6533) Kevin Hu 2025-03-26 11:27:12 +08:00
  • 163e71d06f
    Fix: Hunyuan model adding error. (#6531) Kevin Hu 2025-03-26 10:33:33 +08:00
  • c8c91fd827
    Fix: link to KB from filemanager. (#6530) Kevin Hu 2025-03-26 09:41:14 +08:00
  • d17970ebd0
    0321 chunkmethods (#6520) writinwaters 2025-03-26 09:03:18 +08:00
  • bf483fdf02
    Fix: describe parameter error. (#6519) Kevin Hu 2025-03-26 09:02:48 +08:00
  • b2b7ed8927
    Fix: abnormal chunk id (#6506) Kevin Hu 2025-03-25 19:03:29 +08:00
  • 0a79dfd5cf
    Test: Added test cases for List Chunks HTTP API (#6514) liu an 2025-03-25 17:28:58 +08:00
  • 1d73baf3d8
    Feat: improve '/mv' '/list' API performance (#6502) Stephen Hu 2025-03-25 16:30:25 +08:00
  • f3ae4a3bae
    Fix: img_id errror. (#6504) Kevin Hu 2025-03-25 15:57:03 +08:00
  • 814a210f5d
    Fix: failed to acquire lock exception with retry mechanism for postgres and mysql (#6483) liwenju0 2025-03-25 15:09:56 +08:00
  • 60c3a253ad
    Fix: api-key issue for xinference. (#6490) Kevin Hu 2025-03-25 15:01:13 +08:00
  • 384b6549a6
    Fix: remove doc status checking while creating an assistant. (#6486) Kevin Hu 2025-03-25 11:13:22 +08:00
  • b2ec39c59d
    Fix: Resolve FlowSetting not reading Title from .ts files (#6469) 科幻大脑 2025-03-25 11:07:29 +08:00
  • 095fc84cf2
    Fix: claude max tokens. (#6484) Kevin Hu 2025-03-25 10:41:55 +08:00
  • 542cf16292
    Feat: add project_id and project_name to Langfuse API (#6481) Yongteng Lei 2025-03-25 10:36:34 +08:00
  • 27989eb9a5
    Test: Add list chunk checkpoint for the add chunk API (#6482) liu an 2025-03-25 10:36:21 +08:00
  • 05997e8215
    Remove thinking block from keyword node's result (#6474) Graf2242 2025-03-25 05:22:41 +03:00
  • 5d9afce12d
    Feat: improve the performance for '/upload' API (#6479) Stephen Hu 2025-03-25 10:22:19 +08:00
  • ee6a0bd9db
    Refa: enhancement: enhance the prompt of related_question API (#6463) Yongteng Lei 2025-03-25 10:00:10 +08:00
  • b6f3242c6c
    Test: Update test cases to reduce execution time (#6470) liu an 2025-03-25 09:17:05 +08:00
  • 390086c6ab
    Fix: split process bug in graphrag extract (#6423) utopia2077 2025-03-24 21:41:20 +08:00
  • a40c5aea83
    Miscellaneous UI updates (#6471) writinwaters 2025-03-24 19:36:47 +08:00
  • f691b4ddd2
    Feat: Improve "/convert" API's performance (#6465) Stephen Hu 2025-03-24 19:08:22 +08:00
  • 3c57a9986c
    Feat: Add LangfuseCard component. #6155 (#6468) balibabu 2025-03-24 19:07:55 +08:00
  • 5e0a77df2b
    Feat: add Langfuse APIs (#6460) Yongteng Lei 2025-03-24 18:25:43 +08:00
  • 66e557b6c0
    Fix: Langfuse update model has no fields attribute (#6453) Yongteng Lei 2025-03-24 15:37:14 +08:00
  • 200b6f55c6
    Fix: NameError: free variable 'langfuse_generation' referenced before assignment in enclosing scope (#6451) Roccat 2025-03-24 15:14:36 +08:00
  • b77ce4e846
    Feat: support api-key for Ollama. (#6448) Kevin Hu 2025-03-24 14:53:17 +08:00
  • 85eb367ede
    Feat: add basic Langfuse support for LLM module (#6443) Yongteng Lei 2025-03-24 13:18:47 +08:00
  • 0b63346a1a
    Test: Update test case for #6081 (#6446) liu an 2025-03-24 13:18:12 +08:00
  • 85eb3775d6
    Refa: update Anthropic models. (#6445) Kevin Hu 2025-03-24 12:34:57 +08:00
  • e4c8d703b5
    Test: Update test cases for PR #6194 #6259 #6376 (#6444) liu an 2025-03-24 12:01:33 +08:00
  • 60afb63d44
    Feat: Add background-core-standard to tailwind.css #3221 (#6437) balibabu 2025-03-24 10:51:46 +08:00
  • ee5aa51d43
    Fix: point in tag issue. (#6436) Kevin Hu 2025-03-24 10:45:29 +08:00
  • a6aed0da46
    Fix: rerank with YoudaoRerank issue. (#6396) zhou 2025-03-24 10:09:16 +08:00
  • d77380f024
    Feat: support pic base bullet for PPT (#6406) Stephen Hu 2025-03-24 09:31:31 +08:00
  • efc4796f01
    Fix ratelimit errors during document parsing (#6413) fansir 2025-03-22 23:07:03 +08:00
  • d869e4d43f
    Fix: Preserve quotes while handling variable substitution withTemplate component. (#6410) Richard 2025-03-21 19:44:03 +08:00
  • 8eefc8b5fe
    Test: Added test cases for Add Chunk HTTP API (#6408) liu an 2025-03-21 19:16:30 +08:00
  • 4091af4560
    Fix: multiple top-level packages error in Python project (#6370) fansir 2025-03-21 18:44:49 +08:00
  • 394d1a86f6
    Fix: add chunk, empty question issue. (#6405) Kevin Hu 2025-03-21 18:44:12 +08:00
  • d88964f629
    Feat: If the Transfer item is disabled, the item cannot be edited. #3221 (#6409) balibabu 2025-03-21 18:42:52 +08:00
  • 0e0ebaac5f
    Feat: Adds hierarchical title path tracking for tables in DOCX documents to improve context association (#6374) fansir 2025-03-21 18:42:36 +08:00
  • 8b7e53e643
    Fix: miss calculate of token number. (#6401) Kevin Hu 2025-03-21 17:30:38 +08:00
  • 979cdc3626
    UI updates. (#6398) writinwaters 2025-03-21 16:50:20 +08:00
  • a2a4bfe3e3
    Fix: change ollama default num_ctx. (#6395) Kevin Hu 2025-03-21 16:22:03 +08:00
  • 85480f6292
    Fix: the error of Ollama embeddings interface returning "500 Internal Server Error" (#6350) zhou 2025-03-21 15:25:48 +08:00
  • f537b6ca00
    Fix: flow list translate to zh (#6371) andy 2025-03-21 14:54:12 +08:00
  • b5471978b0
    Fix: add chunk api, empty content issue (#6390) Kevin Hu 2025-03-21 14:05:59 +08:00
  • efdfb39a33
    Feat: Add Duplicate ID Check and Update Deletion Logic (#6376) liwenju0 2025-03-21 14:05:17 +08:00