mirror of
https://gitee.com/agents-flex/agents-flex.git
synced 2024-11-29 18:38:17 +08:00
build: v1.0.0-beta.4 release (^.^)YYa!!
This commit is contained in:
parent
ba16191a37
commit
2884990df9
26
changes.md
26
changes.md
@ -1,5 +1,31 @@
|
||||
# Agents-Flex ChangeLog
|
||||
|
||||
## v1.0.0-beta.4 20240531
|
||||
- feat: OpenAiLlm support embedding model config
|
||||
- feat: add get dimensions method in EmbeddingModel
|
||||
- feat: SparkLlm support embedding
|
||||
- feat: optimize MilvusVectorStore
|
||||
- feat: MilvusVectorStore add username and password config
|
||||
- refactor: optimize HttpClient.java
|
||||
- refactor: optimize AliyunVectorStore
|
||||
- refactor: update StoreOptions to extends Metadata
|
||||
- refactor: optimize StoreResult and Metadata
|
||||
- fix: fix AIMessage tokens parse
|
||||
|
||||
|
||||
---
|
||||
- 新增:OpenAiLlm 添加自定义 embedding 模型的支持
|
||||
- 新增:EmbeddingModel 添加获取向量维度的支持
|
||||
- 新增:SparkLlm 星火大模型添加对 embedding 的支持
|
||||
- 新增:添加 Milvus 向量数据库的支持
|
||||
- 优化:优化 HttpClient 的代码
|
||||
- 优化:优化 AliyunVectorStore 的代码
|
||||
- 优化:优化 StoreOptions 和 Metadata 的代码
|
||||
- 修复:AIMessage 的 tokens 消耗解析不正确的问题
|
||||
|
||||
|
||||
|
||||
|
||||
## v1.0.0-beta.3 20240516
|
||||
- feat:add "description" to agent for automatic arrangement by LLM
|
||||
- feat: StoreResult can return ids if document store success
|
||||
|
@ -1,5 +1,31 @@
|
||||
# Agents-Flex ChangeLog
|
||||
|
||||
## v1.0.0-beta.4 20240531
|
||||
- feat: OpenAiLlm support embedding model config
|
||||
- feat: add get dimensions method in EmbeddingModel
|
||||
- feat: SparkLlm support embedding
|
||||
- feat: optimize MilvusVectorStore
|
||||
- feat: MilvusVectorStore add username and password config
|
||||
- refactor: optimize HttpClient.java
|
||||
- refactor: optimize AliyunVectorStore
|
||||
- refactor: update StoreOptions to extends Metadata
|
||||
- refactor: optimize StoreResult and Metadata
|
||||
- fix: fix AIMessage tokens parse
|
||||
|
||||
|
||||
---
|
||||
- 新增:OpenAiLlm 添加自定义 embedding 模型的支持
|
||||
- 新增:EmbeddingModel 添加获取向量维度的支持
|
||||
- 新增:SparkLlm 星火大模型添加对 embedding 的支持
|
||||
- 新增:添加 Milvus 向量数据库的支持
|
||||
- 优化:优化 HttpClient 的代码
|
||||
- 优化:优化 AliyunVectorStore 的代码
|
||||
- 优化:优化 StoreOptions 和 Metadata 的代码
|
||||
- 修复:AIMessage 的 tokens 消耗解析不正确的问题
|
||||
|
||||
|
||||
|
||||
|
||||
## v1.0.0-beta.3 20240516
|
||||
- feat:add "description" to agent for automatic arrangement by LLM
|
||||
- feat: StoreResult can return ids if document store success
|
||||
|
Loading…
Reference in New Issue
Block a user