QuantumGhost
|
5077f8b299
|
fix(api): fix format, replace .filter with .where
|
2025-09-17 22:55:13 +08:00 |
QuantumGhost
|
eefcd3ecc4
|
chore(api): apply autofix manully
|
2025-09-17 22:34:21 +08:00 |
jyong
|
b04d945b3d
|
Merge branch 'main' into feat/rag-2
|
2025-09-16 19:29:27 +08:00 |
Jiang
|
b283b10d3e
|
Fix/lindorm vdb optimize (#25748)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-16 16:54:18 +08:00 |
jyong
|
1c6e57d3df
|
dev/reformat
|
2025-09-16 16:41:50 +08:00 |
jyong
|
0ec037b803
|
dev/reformat
|
2025-09-16 16:08:04 +08:00 |
QuantumGhost
|
dd34002db2
|
Merge remote-tracking branch 'upstream/main' into feat/rag-2
|
2025-09-16 14:59:35 +08:00 |
Asuka Minato
|
bdd85b36a4
|
ruff check preview (#25653)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-16 12:58:12 +08:00 |
湛露先生
|
0bbf4fb66a
|
correct typos . (#25717)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
|
2025-09-15 21:22:40 +08:00 |
-LAN-
|
bab4975809
|
chore: add ast-grep rule to convert Optional[T] to T | None (#25560)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-15 13:06:33 +08:00 |
Ritoban Dutta
|
67a686cf98
|
[Chore/Refactor] use __all__ to specify export member. (#25681)
|
2025-09-15 09:45:35 +08:00 |
ChasePassion
|
a3f2c05632
|
optimize _merge_splits function by using enumerate instead of manual index tracking (#25680)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2025-09-15 09:41:16 +08:00 |
Krito.
|
a13d7987e0
|
chore: adopt StrEnum and auto() for some string-typed enums (#25129)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-09-12 21:14:26 +08:00 |
kenwoodjw
|
c91253d05d
|
fix segment deletion race condition (#24408)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-09-12 15:29:57 +08:00 |
Asuka Minato
|
cbc0e639e4
|
update sql in batch (#24801)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2025-09-10 13:00:17 +08:00 |
-LAN-
|
08dd3f7b50
|
Fix basedpyright type errors (#25435)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-10 01:54:26 +08:00 |
Yongtao Huang
|
2ac7a9c8fc
|
Chore: thanks to bump-pydantic (#25437)
|
2025-09-09 20:07:17 +08:00 |
Asuka Minato
|
38057b1b0e
|
add typing to all wraps (#25405)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-09 16:48:33 +08:00 |
-LAN-
|
23cd615489
|
Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
|
2025-09-08 14:30:43 +08:00 |
-LAN-
|
299141ae01
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-08 13:56:45 +08:00 |
Asuka Minato
|
f6059ef389
|
add more typing (#24949)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-08 10:40:00 +08:00 |
-LAN-
|
9b8a03b53b
|
[Chore/Refactor] Improve type annotations in models module (#25281)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-09-08 09:42:27 +08:00 |
-LAN-
|
7aef0b54e5
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-07 12:34:54 +08:00 |
NeatGuyCoding
|
afa7228076
|
fix: a failed index to be marked as created (#25290)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
|
2025-09-06 22:53:26 +08:00 |
-LAN-
|
abb53f11ad
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-06 16:05:13 +08:00 |
Asuka Minato
|
a78339a040
|
remove bare list, dict, Sequence, None, Any (#25058)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2025-09-06 03:32:23 +08:00 |
-LAN-
|
6c3302a192
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-05 21:13:07 +08:00 |
Yongtao Huang
|
432f89cf33
|
Chore: clean some # type: ignore (#25157)
|
2025-09-05 11:30:04 +08:00 |
Yoshio Sugiyama
|
4966e4e1fb
|
fix: Remove invalid key from firecrawl request payload. (#25190)
Signed-off-by: SUGIYAMA Yoshio <nenegi.01mo@gmail.com>
|
2025-09-05 10:10:56 +08:00 |
jyong
|
b9394d542c
|
Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
# Conflicts:
# api/core/app/apps/advanced_chat/generate_task_pipeline.py
# api/pyproject.toml
# api/uv.lock
# docker/docker-compose-template.yaml
# docker/docker-compose.yaml
# web/package.json
|
2025-09-04 20:30:08 +08:00 |
-LAN-
|
938a845852
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-04 12:48:58 +08:00 |
Davide Delbianco
|
cdf9b674dc
|
chore: Bump weaviate-client to latest v3 version (#25096)
|
2025-09-04 11:15:36 +08:00 |
-LAN-
|
53c4a8787f
|
[Chore/Refactor] Improve type safety and resolve type checking issues (#25104)
|
2025-09-04 09:35:32 +08:00 |
-LAN-
|
9c96b23d55
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-04 00:27:08 +08:00 |
GuanMu
|
ff7a0e3170
|
fix: improve error logging for vector search operation in MyScale (#25087)
|
2025-09-03 22:24:45 +08:00 |
jyong
|
d4aed3df5c
|
Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
# Conflicts:
# api/core/memory/token_buffer_memory.py
# api/core/rag/extractor/notion_extractor.py
# api/core/repositories/sqlalchemy_workflow_node_execution_repository.py
# api/core/variables/variables.py
# api/core/workflow/graph/graph.py
# api/core/workflow/graph_engine/entities/event.py
# api/services/dataset_service.py
# web/app/components/app-sidebar/index.tsx
# web/app/components/base/tag-management/selector.tsx
# web/app/components/base/toast/index.tsx
# web/app/components/datasets/create/website/index.tsx
# web/app/components/datasets/create/website/jina-reader/base/options-wrap.tsx
# web/app/components/workflow/header/version-history-button.tsx
# web/app/components/workflow/hooks/use-inspect-vars-crud-common.ts
# web/app/components/workflow/hooks/use-workflow-interactions.ts
# web/app/components/workflow/panel/version-history-panel/index.tsx
# web/service/base.ts
|
2025-09-03 15:01:06 +08:00 |
-LAN-
|
b81745aed8
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-03 11:56:05 +08:00 |
-LAN-
|
9d5956cef8
|
[Chore/Refactor] Switch from MyPy to Basedpyright for type checking (#25047)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2025-09-03 11:52:26 +08:00 |
湛露先生
|
1fff4620e6
|
clean console apis and rag cleans. (#25042)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-03 11:25:18 +08:00 |
-LAN-
|
8c41d95d03
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-03 11:06:42 +08:00 |
Yongtao Huang
|
bc9efa7ea8
|
Refactor: use DatasourceType.XX.value instead of hardcoded (#25015)
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-03 08:56:48 +08:00 |
-LAN-
|
77a9a73d0d
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-03 01:33:17 +08:00 |
Yongtao Huang
|
8fcc864fb7
|
Post fix of #23224 (#25007)
|
2025-09-02 20:59:08 +08:00 |
Bowen Liang
|
7b379e2a61
|
chore: apply ty checks on api code with script and ci action (#24653)
|
2025-09-02 16:05:13 +08:00 |
湛露先生
|
deea07e905
|
make clean() function in index_processor_base abstractmethod (#24959)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-02 14:48:45 +08:00 |
-LAN-
|
0b0dc63f29
|
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
|
2025-09-02 11:52:25 +08:00 |
Novice
|
ca96350707
|
chore: optimize SQL queries that perform partial full table scans (#24786)
|
2025-09-02 11:46:11 +08:00 |
Yongtao Huang
|
be3af1e234
|
Migrate SQLAlchemy from 1.x to 2.0 with automated and manual adjustments (#23224)
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
|
2025-09-02 10:30:19 +08:00 |
Frederick2313072
|
2042353526
|
fix:score threshold (#24897)
|
2025-09-02 08:58:14 +08:00 |
wlleiiwang
|
9486715929
|
FEAT: Tencent Vector optimize BM25 initialization to reduce loading time (#24915)
Co-authored-by: wlleiiwang <wlleiiwang@tencent.com>
|
2025-09-01 21:08:41 +08:00 |