Commit Graph

936 Commits (e88f5607ac1884d4cfda2da46c82cc6d26598593)

Author SHA1 Message Date
Su Yang 26b6fd2236
feat: add support for bedrock claude-3-5-sonnet-20240620 (#5461) 2 years ago
takatost ff0f02d809
feat: add support for claude-3-5-sonnet-20240620 (#5452) 2 years ago
-LAN- 142dc0afd7
refactor: Remove unused code in large_language_model.py (#5433) 2 years ago
Bowen Liang 39c14ec7c1
improve: unify Excel files parsing in either xls or xlsx file format by Pandas (#4965) 2 years ago
-LAN- 23fa3dedc4
fix(core): Fix incorrect type hints. (#5427) 2 years ago
Bowen Liang aed56b1a8f
fix: Revert "feat: initial support for Milvus 2.4.x (#3795)" downgrading to 2.3.x for Linux arm64 installation failure (#5414) 2 years ago
takatost a88aa20824
fix: optional parameter missing default value None in http request node (#5413) 2 years ago
quicksand 0105129fa8
fix bug: tencent vdb #5378 (#5408) 2 years ago
Bowen Liang c923684edd
chore: extract retrival method literal values into enum (#5060) 2 years ago
Bowen Liang bb33ffc332
feat: initial support for Milvus 2.4.x (#3795) 2 years ago
baojingyu d160d1ed02
feat: support opensearch approximate k-NN (#5322) 2 years ago
kurokobo 0e3113b7ce
feat: allow non-english wikipedias to be searched (#5371) 2 years ago
Xiao Ley 369a395ee9
fix: resolve issue with cot_agent_runner not analyzing user-uploaded images correctly (#5360)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2 years ago
rerorero 9b7fdadce4
fix: wrong token usage in iteration node for streaming result (#5336) 2 years ago
Xiao Ley 132f5fb3de
feat: add Novita AI image generation tool, implemented model search, text-to-image and create tile functionalities (#5308)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2 years ago
Ikko Eltociear Ashimine 8266842809
chore: update llm.py (#5335) 2 years ago
sino d7213b12cc
fix: extract params by function calling for models supporting tool call (#5334) 2 years ago
Richards Tu c163521b9e
Update and fix the model param of Deepseek (#5329) 2 years ago
sino edffa5666d
fix: got unknown type of prompt message in multi-round ReAct agent chat (#5245) 2 years ago
-LAN- 54756cd3b2
chore(core/workflow/utils/variable_template_parser): Refactor VariableTemplateParser class for better readability and maintainability. (#5328) 2 years ago
-LAN- b73ec87afc
fix(core/workflow): Handle special values in node run result outputs (#5321) 2 years ago
Justin Wu 61f4f08744
Add bedrock command r models (#4521)
Co-authored-by: Justin Wu <justin.wu@ringcentral.com>
Co-authored-by: Chenhe Gu <guchenhe@gmail.com>
2 years ago
sino be3512aa57
fix: unable to reindex documents (#5276) 2 years ago
非法操作 24282236f0
fix: not checked require_summary of duckduckgo search raise error (#5303) 2 years ago
-LAN- 5a99aeb864
fix(core): Reorder `field_validator` and `classmethod` to fit Pydantic V2. (#5257) 2 years ago
Charlie.Wei e95f8fa3dc
Dalle3 add seed (#5288)
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2 years ago
crazywoola 9a64aa76c1
fix: typo and check (#5287) 2 years ago
Bowen Liang d94279ae75
fix: casting non-string type value for tool parameter options (#5267) 2 years ago
rerorero 3a423e8ce7
fix: visioin model always with low quality (#5253) 2 years ago
Pan, Wen-Ming 4b54843ed7
fix: run agent with Vertex AI Gemini models (#5260)
Co-authored-by: Wenming Pan <pwm@google.com>
2 years ago
kurokobo 2e842333b1
fix: correct typos in the icons for microsoft (#5243) 2 years ago
Serply 795714bc2f
feat(Tools): Add Serply Web/Job/Scholar/News Search tool for more options (#5186)
Co-authored-by: teampen <136991215+teampen@users.noreply.github.com>
2 years ago
Masashi Tomooka d9bee03ff6
fix: embedding job fails using IAM role (#5252) 2 years ago
sino 4f0488abb5
fix: wrong order of history prompts in ReAct agent mode (#5236) 2 years ago
takatost 12c815c597
fix: ExtractSetting optional value missing None as default val (#5238) 2 years ago
Jyong ba5f8afaa8
Feat/firecrawl data source (#5232)
Co-authored-by: Nicolas <nicolascamara29@gmail.com>
Co-authored-by: chenhe <guchenhe@gmail.com>
Co-authored-by: takatost <takatost@gmail.com>
2 years ago
走在修行的大街上 8d1386df0f
feat(Tools): Add Feishu multi-dimensional table operation function (#5213)
Co-authored-by: 黎斌 <libin.23@bytedance.com>
Co-authored-by: takatost <takatost@gmail.com>
2 years ago
rerorero c6b791d070
fix: number variable cause type error in openai moderation (#5222) 2 years ago
th3n00b13 cdb6c801c1
Fix: http_request delete method not working (#4975) 2 years ago
quicksand 4080f7b8ad
feat: support tencent vector db (#3568) 2 years ago
Jaxon Ley 337bad8525
feat: Add Optional API Key, Proxy Server, and Bypass Cache Parameters to Jina Tools (#5197) 2 years ago
Bin 0f35d07052
support ERNIE-4.0-8K-Latest (#5216) 2 years ago
-LAN- 7f44e88eda
fix(model_providers/ollama): Fix OllamaLargeLanguageModel to correctly set the stop option (#5217) 2 years ago
Jason b7ff765d8d
Add novita.ai as model provider (#4961) 2 years ago
Masashi Tomooka 0633aae7dc
feat: allow to use IAM Role for Bedrock (#5188) 2 years ago
takatost 3c0f21d174
fix: workflow as tool create error by type misuse (#5205) 2 years ago
-LAN- ed53ef29f4
fix(core/tools): Fix the issue with iterating over None in `_transform_tool_parameters_type`. (#5190) 2 years ago
takatost 415022aa14
fix: pydantic2 error (#5172) 2 years ago
saga.rey edf2047f04
fix: milvus_vector default dataset index_struct type from weaviate to milvus (#5098) 2 years ago
rerorero b85ae146a7
fix: JSON mode with an image doesn't work for Gemini (#5169) 2 years ago