QuantumGhost
e761f38d26
fix(api): adjust gevent patching
2 달 전
QuantumGhost
e2ff7fac77
fix(api): fix variable truncation related field not returned.
2 달 전
jyong
617dc247f5
fix preview and recommend plugins
2 달 전
jyong
e1b6da21f4
fix preview and recommend plugins
2 달 전
Novice
7896eeec5b
fix: correct run history tracing sequence
2 달 전
Novice
d2787dc925
feat: tools add rag tag
2 달 전
jyong
7623dc14bb
fix preview and recommend plugins
2 달 전
jyong
343f1a375f
fix preview and recommend plugins
2 달 전
jyong
8467494706
fix preview and recommend plugins
2 달 전
jyong
7ace7e65e1
fix preview and recommend plugins
2 달 전
jyong
56fc9088dd
add recommended rag plugin endpoint
2 달 전
jyong
826b9d5b21
add recommended rag plugin endpoint
2 달 전
jyong
633de2cb47
add recommended rag plugin endpoint
2 달 전
jyong
d94e03c72b
add recommended rag plugin endpoint
2 달 전
QuantumGhost
89ec13ec67
fix(api): fix ToolNode._extract_variable_selector_to_variable_mapping
The original selector syntax does not match our current implementation
for injecting user inputs into VariablePool.
2 달 전
jyong
1103130f81
add recommended rag plugin endpoint
2 달 전
jyong
493dae239f
add recommended rag plugin endpoint
2 달 전
QuantumGhost
acbf27eb65
chore(api): adjust migration order and date
2 달 전
QuantumGhost
e2ae89e08d
fix(tests): fix broken tests and linter issues
2 달 전
jyong
1676207776
add recommended rag plugin endpoint
2 달 전
jyong
7920714f49
add recommended rag plugin endpoint
2 달 전
QuantumGhost
63c035d8a2
chore(api): migrate import for db
2 달 전
QuantumGhost
c72d847ac7
feat(api): support array[boolean] truncation
2 달 전
QuantumGhost
982fd9170c
WIP: test(api): tests for truncation logic
2 달 전
QuantumGhost
91fac9b720
WIP: feat(api): draft var cleanup task
2 달 전
QuantumGhost
a527bd42b5
chore(api): optimize file url signing
2 달 전
QuantumGhost
621b75b343
feat(api): implement truncation for SSE events
2 달 전
QuantumGhost
6b9d2e98b9
feat(api): Implement truncation for WorkflowNodeExecution
2 달 전
QuantumGhost
2fd337e610
feat(api): add WorkflowNodeExecutionOffload model
2 달 전
QuantumGhost
a7aa17e361
chore(api): remove orphan files in draft var cleanup script
2 달 전
QuantumGhost
13eb9f7d7d
feat(api): implement truncation for draft var
2 달 전
QuantumGhost
d7db58cabd
feat(api): implement VariableTruncator
2 달 전
QuantumGhost
0cf8a80bdd
chore(api): Introduce variable truncation configuration
2 달 전
QuantumGhost
a10586c8ea
fixup! feat(api): Add migration for WorkflowDraftVariableFile
2 달 전
QuantumGhost
40faa9ce16
refactor(api): Inject db dependency to FileService
2 달 전
QuantumGhost
58dfae60f0
feat(api): Add migration for WorkflowDraftVariableFile
2 달 전
QuantumGhost
de08b2310c
feat(api): Introduce WorkflowDraftVariableFile model
This model is used to track offloaded variables values for
`WorkflowDraftVariable`.
2 달 전
QuantumGhost
e9c6038192
docs(api): update docs for UploadFile
2 달 전
Asuka Minato
9f528d23d4
poc of validate config (#24837)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 달 전
horochx
0fe078d25e
fix: workflow_finish_to_stream_response assert exception with celery … (#24674)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 달 전
QuantumGhost
8d60e5c342
chore(api): fix Alembic offline migration compatibility (#24795)
This PR fixes Alembic offline mode (`--sql` flag) by ensuring data migration functions only execute in online mode. When running in offline mode, these functions now skip data operations and output informational comments to the generated SQL.
2 달 전
QuantumGhost
d9eb1a73af
fix(api): fix `DetachedInstanceError` for Account.current_tenant_id (#24789)
The `Account._current_tenant` object is loaded by a database session (typically `db.session`) whose lifetime
is not aligned with the Account model instance. This misalignment causes a `DetachedInstanceError` to be raised
when accessing attributes of `Account._current_tenant` after the original session has been closed.
To resolve this issue, we now reload the tenant object with `expire_on_commit=False`, ensuring the tenant remains
accessible even after the session is closed.
2 달 전
Novice
1a34ff8a67
fix: change the mcp server strucutre to support github copilot (#24788)
2 달 전
非法操作
14e7ba4818
chore: change the oauth_provider_apps table to uuidV7 (#24792)
2 달 전
jyong
c2afb84884
fix chunk format
2 달 전
jyong
3c0adfb48a
fix chunk format
2 달 전
-LAN-
20ae3eae54
feat: add filename support to multi-modal prompt messages (#24777)
2 달 전
QIN2DIM
929d9e0b3f
feat(api): maintain assistant content parts and file handling in advanced chat (#24663)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 달 전
jyong
5cf795f2b8
fix preview run
2 달 전
kenwoodjw
e4383d6167
Chore: remove dupliacte logic in DatasetApi.get() (#24769)
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
2 달 전