lanceyq
ac7c891ded
活动统计
2026-03-26 20:44:55 +08:00
lanceyq
a874cc70a4
[changes] Add the content for client initialization failure alarm
2026-03-26 18:18:23 +08:00
lanceyq
2319432182
[changes] Set up Celery tasks to perform clustering
2026-03-26 18:18:23 +08:00
Ke Sun
7556468c6e
Merge pull request #686 from SuanmoSuanyangTechnology/feature/user-alias
...
Feature/user alias
2026-03-26 17:34:00 +08:00
Mark
dfc0ee9424
Merge pull request #695 from SuanmoSuanyangTechnology/feature/agent-tool_xjn
...
feat(workflow)
2026-03-26 16:24:43 +08:00
Timebomb2018
1df3fc416a
feat(workflow): Document extraction node
2026-03-26 16:19:40 +08:00
Eternity
6223b80cc4
fix(workflow): Fix LLM node, resolve abnormal field reading issue in message caching functionality
2026-03-26 16:19:01 +08:00
Timebomb2018
68489f1b28
feat(workflow): Document extraction node
2026-03-26 16:05:24 +08:00
lanceyq
863be50aaf
[changes] Spatial verification, retrieval synchronization
2026-03-26 15:03:33 +08:00
Eternity
4d4a780ab7
style(memory): Pref an anomaly in the message null check logic.
2026-03-26 12:05:53 +08:00
lanceyq
f92eb9f45a
[changes] Remove the unnecessary prompts
2026-03-25 19:23:31 +08:00
Mark
a136d44e27
Merge pull request #682 from SuanmoSuanyangTechnology/pref/workflow-engine
...
pref(workflow): optimize workflow execution performance and reduce logging noise
2026-03-25 18:59:27 +08:00
lanceyq
38c6c7f053
[changes] Simultaneously create the "end_user_info" data to ensure that the interface modification takes effect immediately.
2026-03-25 18:47:30 +08:00
lanceyq
c4461c4917
【add】User alias extraction and retrieval
2026-03-25 18:47:29 +08:00
Timebomb2018
294ee49d59
fix(file and app):
...
embedding and volcano model
2026-03-25 18:06:01 +08:00
Timebomb2018
caab58dd2f
fix(file and app):
...
1. Handle the encoding issue when downloading Markdown files;
2. Experience the sharing of memory configuration
2026-03-25 17:54:27 +08:00
Eternity
85daf576e9
perf(workflow): Optimize downstream node activation method to reduce performance overhead
2026-03-25 17:19:56 +08:00
Eternity
45eef12842
perf(workflow): Adjust graph construction timing, adopting a lazy strategy for constructing cyclic subgraphs within nodes
2026-03-25 14:36:21 +08:00
Eternity
e86d679ae5
perf(workflow): improve performance of workflow analysis algorithms, fix typos, adjust debug log levels
2026-03-25 13:24:17 +08:00
Timebomb2018
def7367e33
Merge branch 'refs/heads/feature/agent-tool_xjn' into feature/20260105_xjn
2026-03-25 11:48:42 +08:00
Timebomb2018
54cff5861a
feat(model): add volcano model
2026-03-25 11:45:49 +08:00
Ke Sun
1856c55c04
Merge pull request #679 from SuanmoSuanyangTechnology/pref/workflow-engine
...
pref(workflow): use lightweight deque for streaming scheduler output queue to reduce read/write overhead
2026-03-24 19:07:35 +08:00
Mark
04c54081c8
[add] celery support rbmq
2026-03-24 17:29:38 +08:00
Eternity
1c49e3c167
feat(workflow): use lightweight deque for streaming scheduler output queue to reduce read/write overhead
2026-03-24 17:17:30 +08:00
Eternity
b739b032d9
fix(workflow): remove edges for unreachable nodes in graph
2026-03-24 15:17:01 +08:00
Eternity
89d188fbf3
Merge branch 'develop' into feature/multimodel_memory
...
# Conflicts:
# api/app/core/memory/storage_services/extraction_engine/knowledge_extraction/embedding_generation.py
# api/app/repositories/neo4j/add_nodes.py
# api/app/repositories/neo4j/cypher_queries.py
# api/app/repositories/neo4j/graph_saver.py
# api/app/services/memory_agent_service.py
# api/app/services/multimodal_service.py
2026-03-24 14:15:18 +08:00
Eternity
6bba574ca6
feat(memory, model): update multi-modal memory write and model list API
...
- Adjust multi-modal memory write behavior for text and visual data
- Mask API keys in model list response to prevent exposure
- Add capability-based filtering to the model list API
2026-03-24 13:54:15 +08:00
lanceyq
f86448f4bf
【change】 Restore chat mode 1
2026-03-23 17:39:17 +08:00
lanceyq
48e2e613bb
【change】Restore chat mode
2026-03-23 17:34:54 +08:00
lanceyq
31b8a3764e
【change】 1.Standardize log specifications;2.Cluster settings trigger explicitly
2026-03-23 16:38:47 +08:00
Eternity
2ff81ba101
feat(memory): support perception-aware memory writing in workflow and Neo4j nodes
2026-03-23 16:33:25 +08:00
Ke Sun
37bc4beab4
Merge branch 'release/v0.2.8' into develop
2026-03-23 10:24:17 +08:00
Eternity
31085ed678
fix(workflow): fix memory write behavior in RAG workspace
2026-03-20 21:05:23 +08:00
Eternity
c17a2dad2d
style(memory): Some code style optimizations
2026-03-20 21:05:22 +08:00
Ke Sun
e8ae46b286
feat(memory-api): add end user management and enhance memory API endpoints
...
- Add end_user_controller with unauthenticated endpoint for creating end users
- Implement get_or_create_end_user logic to handle duplicate end users by other_id
- Register end_user_controller router in main controller initialization
- Add list_memory_configs endpoint to retrieve all workspace memory configurations
- Update MemoryWriteRequest and MemoryReadRequest to make config_id required field
- Refactor memory API endpoints to parse request body directly instead of using Body parameter
- Add CreateEndUserRequest and CreateEndUserResponse schemas for end user creation
- Add ListConfigsResponse schema for configs listing endpoint
- Remove unused config_id and llm_model_id parameters from Neo4j write operation
- Update .gitignore to exclude redbear-mem-metrics and pitch-deck directories
2026-03-20 21:04:41 +08:00
Ke Sun
78316de411
Merge pull request #660 from SuanmoSuanyangTechnology/fix/remove-redundancies
...
[changes] Remove the unused config_id
2026-03-20 20:50:57 +08:00
lanceyq
e3795fe1ed
[changes] Remove the unused config_id
2026-03-20 20:43:29 +08:00
lanceyq
72a2f2a7e8
[add] Introduce examples and triples to enrich the community summaries
2026-03-20 20:19:44 +08:00
Eternity
cf26c9f39c
fix(workflow): allow right-hand operand to be optional when not required by comparison
2026-03-20 19:53:02 +08:00
Eternity
06de54ebfd
fix(workflow): fix streaming output issues caused by unreachable nodes
2026-03-20 14:56:53 +08:00
Eternity
7c6e48b04e
feat(workflow): use internal streaming execution for non-stream API and return aggregated result
2026-03-20 11:58:44 +08:00
Eternity
fcc81ac025
feat(workflow): optimize streaming output logic for sequential execution of multiple END nodes
2026-03-19 21:26:59 +08:00
Mark
cbcbc8822c
Merge pull request #631 from wanxunyang/feature/permanent-file-url-wxy
...
feat: add file storage controller with OSS/S3 support
2026-03-19 20:49:46 +08:00
Ke Sun
39b2f3ba0e
Merge pull request #633 from SuanmoSuanyangTechnology/fix/knowledge-retrieval
...
fix(workflow): enable nested search in knowledge base retrieval node
2026-03-19 20:34:09 +08:00
lanceyq
b4615bacdc
[changes] Modify the execution conditions of the task
2026-03-19 20:17:43 +08:00
Eternity
e849fed5c1
fix(workflow): enable nested search in knowledge base retrieval node
2026-03-19 19:53:47 +08:00
lanceyq
f644c84fbb
[changes]Community node attribute check
2026-03-19 19:24:37 +08:00
Timebomb2018
4d5e2958dc
Merge branch 'refs/heads/release/v0.2.8' into fix/features_028
2026-03-19 17:58:17 +08:00
wxy
e8947ad0bb
feat: add permanent public URL support for remote storage (OSS/S3)
2026-03-19 17:48:46 +08:00
Timebomb2018
7056865726
fix(agetn features):
...
1. Historical multimodal message writing is incorporated into the conversation context;
2. Resolve the issues where csv, json, and txt files cannot be recognized due to encoding problems;
3. File quantity limit;
4. Error details
2026-03-19 17:25:44 +08:00