Commit Graph

368 Commits

Author SHA1 Message Date
Michael Yang
70195b14c4 build: v1.0.0-beta.12 release (^.^)YYa!! 2024-10-25 10:28:17 +08:00
Michael Yang
91d18f650f refactor: optimize RedisVectorStore 2024-10-25 09:43:46 +08:00
Michael Yang
df72447dfa test: update test 2024-10-23 12:44:00 +08:00
Michael Yang
cee09ed854 dependency: upgrade jedis version to "5.2.0" 2024-10-23 12:17:57 +08:00
Michael Yang
8ef2fe2122 chore: update pom.xml in agents-flex-bom 2024-10-23 11:24:07 +08:00
Michael Yang
859f1cf799 refactor:optimize HistoriesPrompt.java 2024-10-22 13:47:38 +08:00
Michael Yang
61b63770c2 feat: add DocumentStoreConfig 2024-10-22 13:22:55 +08:00
Michael Yang
7d0db2ac31
!17 fix(智谱): jdk 17 NoClassDefFoundError: javax/xml/bind/DatatypeConverter
Merge pull request !17 from 读钓/main
2024-10-08 06:22:48 +00:00
songyinyin
1de4ae87c9 fix: jdk 17 NoClassDefFoundError: javax/xml/bind/DatatypeConverter #I9AELG 2024-10-03 14:56:03 +08:00
Michael Yang
fab0bc7f87 build: v1.0.0-beta.11 release (^.^)YYa!! 2024-09-18 11:26:58 +08:00
Michael Yang
1f23ea73aa test: optimize OllamaLlmTest.java 2024-09-18 11:21:54 +08:00
Michael Yang
a7ace41fcd refactor: optimize image models 2024-09-18 11:21:42 +08:00
Michael Yang
590030cef6 feat: add StringUtil.isJsonObject method 2024-09-18 11:21:07 +08:00
Michael Yang
9639cf3d35 refactor: ImageResponse add error flag and errorMessage properties 2024-09-18 11:20:53 +08:00
Michael Yang
ff5634c12e doc: update readme_zh.md 2024-09-15 10:33:21 +08:00
Michael Yang
c2d5a39e44 chore: code format 2024-09-15 10:32:53 +08:00
Michael Yang
452af07ec7 test: add test for ollama vision Models 2024-09-15 10:19:09 +08:00
Michael Yang
8641a63537 refactor: make ImagePrompt to extends HumanMessage 2024-09-15 10:18:46 +08:00
Michael Yang
2622196da7 feat: Ollama function calling support 2024-09-13 16:07:15 +08:00
Michael Yang
f388e96e60 chore: optimize VectorData.toString 2024-09-13 16:07:03 +08:00
Michael Yang
6df225f007
!16 本地测试时的细节问题提交
Merge pull request !16 from sssllg/main
2024-09-13 07:57:42 +00:00
slg
aff3da1a9a OllamaLLm 在本地测试时的细节问题提交 2024-09-13 15:43:56 +08:00
Michael Yang
691ac80560 test: update OllamaLlmTest.java 2024-09-13 14:57:13 +08:00
Michael Yang
ec1efea4d2 chore: update debug print 2024-09-13 14:56:57 +08:00
Michael Yang
d66e9c90e8 test: add function calling test in Ollama 2024-09-13 14:38:39 +08:00
Michael Yang
6af2e06230 feat: Ollama function calling support 2024-09-13 14:19:48 +08:00
Michael Yang
db4983f674 feat: Ollama add options config 2024-09-13 14:14:32 +08:00
Michael Yang
8fc1d9a8bf test: add MapsTest.java 2024-09-13 14:13:49 +08:00
Michael Yang
3418c02a8a feat: Maps can put a child map by key 2024-09-13 14:13:34 +08:00
Michael Yang
3859fc15fe feat: ChatOptions add "send" property 2024-09-13 14:12:57 +08:00
Michael Yang
ce6e030834 doc: update readme_zh.md 2024-09-12 16:21:23 +08:00
Michael Yang
37c02ab87b refactor: rename Image.writeBytesToFile to writeToFile 2024-09-12 16:09:38 +08:00
Michael Yang
beb2f7b016 feat: add siliconFlow image models 2024-09-12 15:56:15 +08:00
Michael Yang
73dac15656 refactor: rename "giteesd3" to "gitee" 2024-09-12 15:55:34 +08:00
Michael Yang
08e5ddc1d2 feat: Maps Util add putOrDefault method 2024-09-12 15:55:05 +08:00
Michael Yang
4a4b949854 feat: GenerateImageRequest negativePrompt property 2024-09-12 15:54:48 +08:00
Michael Yang
5b691e1994 feat: BaseImageRequest add extend options property 2024-09-12 15:54:35 +08:00
Michael Yang
2fa7efaf85 build: v1.0.0-beta.10 release (^.^)YYa!! 2024-09-09 18:18:00 +08:00
Michael Yang
414f7904c3 build: v1.0.0-beta.10 release (^.^)YYa!! 2024-09-09 18:16:40 +08:00
Michael Yang
2e44a63868 feat: add gitee image models support 2024-09-08 14:32:06 +08:00
Michael Yang
4d2eb523e5 fix: fix misspell 2024-09-08 12:39:03 +08:00
Michael Yang
36d18c1122 feat: add gitee ai models 2024-09-08 12:37:05 +08:00
Michael Yang
1e01bedf9e refactor: optimize Coze LLM 2024-09-08 12:01:56 +08:00
Michael Yang
211df6bb92
!15 集成Coze api,实现和Bot对话
Merge pull request !15 from 余龙生/dev-coze
2024-09-05 06:25:00 +00:00
yulsh
6174953033 集成Coze api,实现和Bot对话 2024-09-05 13:38:25 +08:00
Michael Yang
ce762b4743 chore: add IllegalStateException 2024-09-05 11:59:36 +08:00
Michael Yang
7e4d3b049d doc: update docs 2024-09-05 11:59:22 +08:00
Michael Yang
4a14ed0d9f feat: add RedisVectorStore 2024-09-05 11:49:22 +08:00
Michael Yang
bd955f0af2 feat: add RedisVectorStore 2024-09-03 12:44:02 +08:00
Michael Yang
034238978f
!14 添加 redis向量操作工具类
Merge pull request !14 from xgc/main
2024-09-03 03:18:18 +00:00