Mark
a416a6b2bd
Merge pull request #702 from wanxunyang/feature/app-message-log
...
fix: add tenant status check on token refresh
2026-03-26 19:54:06 +08:00
wxy
06b823ff96
fix: prevent token refresh when tenant is disabled
2026-03-26 18:48:20 +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
lanceyq
863be50aaf
[changes] Spatial verification, retrieval synchronization
2026-03-26 15:03:33 +08:00
Mark
189013f0f8
Merge pull request #689 from wanxunyang/feature/version-intro-db-source
...
feature: version intro db source
2026-03-26 13:49:17 +08:00
wxy
9d2f3aa8f9
feat: version introduction support db source with json fallback
2026-03-26 11:50:36 +08:00
lanceyq
65b2f9e6e1
[changes] AI reviews and modifies the code
2026-03-25 18:57:35 +08:00
lanceyq
2a12cb04bf
[changes] Optimize the Cypher query statement
2026-03-25 18:47:30 +08:00
lanceyq
1e986c641f
[fix] Fix the code according to the comments
2026-03-25 18:47:30 +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
db14d40fb3
[changes] user_alias修改为end_user_info
2026-03-25 18:47:29 +08:00
lanceyq
a7285e35ad
【add】Create user alias table and functionality
2026-03-25 18:47:29 +08:00
lanceyq
c4461c4917
【add】User alias extraction and retrieval
2026-03-25 18:47:29 +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
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
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
dce7206c44
fix(celery, rag): unify rag_write return type and remove deprecated downstream calls
...
- Unify the return type of `rag_write` in Celery tasks for consistency.
- Remove two deprecated downstream API calls to avoid obsolete dependencies.
2026-03-20 21:05:22 +08:00
Eternity
c17a2dad2d
style(memory): Some code style optimizations
2026-03-20 21:05:22 +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
81f3b50200
Ensure stability
2026-03-20 20:45:29 +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
Timebomb2018
0f1b1d7d10
fix(app): The processing features of the application
2026-03-20 15:36:04 +08:00
Timebomb2018
bd1f649bd0
fix(app): The processing features of the application
2026-03-20 15:14:50 +08:00
lanceyq
b4615bacdc
[changes] Modify the execution conditions of the task
2026-03-19 20:17:43 +08:00
lanceyq
f644c84fbb
[changes]Community node attribute check
2026-03-19 19:24:37 +08:00
Eternity
13abb03d87
feat(memory): add pagination support for conversation list in working memory
2026-03-19 17:49:16 +08:00
lixiangcheng1
49d7398e14
Merge branch 'feature/knowledge_lxc' into release/v0.2.8
2026-03-19 10:47:10 +08:00
lixiangcheng1
d77220a603
Merge branch 'feature/knowledge_lxc' into develop
2026-03-19 08:19:24 +08:00
lixiangcheng1
f52b681133
【fix]Nested query of folder knowledge base
2026-03-19 08:17:58 +08:00
lanceyq
5d6007aaff
[add] Complete the missing cypher statement
2026-03-18 18:52:36 +08:00
Mark
83017d0c80
Merge branch 'release/v0.2.8' into develop
...
* release/v0.2.8: (23 commits)
[add] migration script
fix(workflow and tool): Output processing modification of tool nodes and error modification for tool tests
feat(workflow): add configurable workflow feature options
fix(web): app features
fix(web): app features
fix(web): app bugfix
fix(web): agent add tools bugfix
fix(web): workflow node ports bugfix
fix(web): my sharing app add empty
fix(app): The bugs that were fixed in the previous version but were later rolled back.
fix(web): app sharing bugfix
fix(app): 1.The end users are still bound to the app. 2. Multi-modal file support includes xlsx, csv, and json. 3. The file routing protocol is consistent with the page routing.
fix(web): audio recorder add max size check
fix(web): max_file_count precision
feat(workflow): expose workflow memory enable status in app share config API
revert(web): file download
fix(perceptual): resolve inconsistency between local filename and actual filename
fix(multimodel): filter unsupported files during perception memory write
fix(web): file download
fix(web): file download
...
2026-03-18 17:43:00 +08:00
Timebomb2018
7b99a32a1e
fix(app):
...
1.The end users are still bound to the app.
2. Multi-modal file support includes xlsx, csv, and json.
3. The file routing protocol is consistent with the page routing.
2026-03-18 10:46:55 +08:00
Ke Sun
e8c3744f5e
Merge pull request #586 from SuanmoSuanyangTechnology/feature/recall-content
...
Feature/recall content
2026-03-17 19:20:47 +08:00
Ke Sun
ede8a11584
Merge pull request #573 from SuanmoSuanyangTechnology/feature/node-aggregation
...
Feature/node aggregation
2026-03-17 15:55:02 +08:00
lanceyq
dacfb360f6
[add] The application layer introduces the clustering community-retrieval module
2026-03-17 14:56:11 +08:00
lanceyq
56adca9f22
[changes] Batch mode for metadata creation and unified management of indexes
2026-03-16 23:06:41 +08:00
Timebomb2018
ea391dc44e
feat(app):
...
1. Add new functional features to the agent;
2. Enhance the voice output;
3. Modify the end_user binding;
4. Delete and modify the tools.
2026-03-16 18:00:09 +08:00
lanceyq
bdf0c256b3
[add] Change the "last_done" storage to UTC and remove the intermediate conversion.
2026-03-16 16:13:30 +08:00
Ke Sun
f7c2e82dc0
Merge branch 'develop' into release/v0.2.7
2026-03-16 15:47:00 +08:00
lanceyq
f32d92b9d0
[Changes]
2026-03-16 14:05:12 +08:00
lanceyq
f9fb480cc3
[changes] Community Clustering Retrieval Module
2026-03-16 13:38:38 +08:00
lanceyq
f033607c8b
[changes] Queue uniformity, query statement uniformity
2026-03-13 20:07:18 +08:00
lanceyq
382e4c5377
[changes] The user's personal configuration and the clustering trigger boundary are clearly defined
2026-03-13 18:02:23 +08:00
lanceyq
5141a91041
[changes]
2026-03-13 15:52:38 +08:00
lanceyq
6d8b1aede4
[add] Create the attribute values of the community nodes
2026-03-13 15:47:05 +08:00