Commit Graph

  • 9d5a89eab6 feat: add log date timezone (#4623) liuzhenghua 2024-06-19 15:51:00 +08:00
  • bdf3ea4369 docs(api/README): Remove unnecessary = (#5380) -LAN- 2024-06-19 15:17:13 +08:00
  • 4c37847ea4 Fix: use new button (#5384) KVOJJJin 2024-06-19 14:53:19 +08:00
  • a3bd5eba02 refactor: refactor the button component using forwardRef (#4379) TinsFox 2024-06-19 14:13:16 +08:00
  • bb33ffc332 feat: initial support for Milvus 2.4.x (#3795) Bowen Liang 2024-06-19 13:55:44 +08:00
  • 3cc6093e4b feat: introduce pydantic-settings for config definition and validation (#5202) Bowen Liang 2024-06-19 13:41:12 +08:00
  • d160d1ed02 feat: support opensearch approximate k-NN (#5322) baojingyu 2024-06-19 12:44:33 +08:00
  • a651e7e2da Add sample environment variables for Aliyun OSS (#5366) Li Yi 2024-06-19 12:37:30 +08:00
  • e785cbb81d Fix: multi image preview sign (#5376) fishisnow 2024-06-19 12:36:40 +08:00
  • 2b0c779173 feat: default timezone to user's local timezone in activate form (#5374) Charles Zhou 2024-06-18 21:27:06 -05:00
  • a965d1ac98 fix: remove conversation_id description in completion-messages docs (#5372) Xiaoxi HU 2024-06-19 10:11:46 +08:00
  • 0e3113b7ce feat: allow non-english wikipedias to be searched (#5371) kurokobo 2024-06-19 11:06:47 +09:00
  • fad36d0cfd docs: Add notes for running Postgres Docker on Windows WSL2 Ubuntu … (#5373) akou 2024-06-18 23:33:27 +08:00
  • 7d5ebbb611 docs(readme): Optimize the content in the readme file (#5364) 开坦克的贝塔 2024-06-18 18:33:22 +08:00
  • 85eee0dfbb Update README.md (#5359) horochx 2024-06-18 18:21:45 +08:00
  • 369a395ee9 fix: resolve issue with cot_agent_runner not analyzing user-uploaded images correctly (#5360) Xiao Ley 2024-06-18 18:15:41 +08:00
  • 4e3d76a1d1 chore: add novita_client to pyproject.toml (#5349) -LAN- 2024-06-18 14:52:20 +08:00
  • 7450b9acf3 dep: bump chromadb from 0.5.0 to 0.5.1 (#5345) Bowen Liang 2024-06-18 14:05:14 +08:00
  • c7d378555a chore: set build system to Poetry and remove unnecessary settings with package mode disabled (#5263) Bowen Liang 2024-06-18 13:27:03 +08:00
  • 5f0ce5811a feat: add flask upgrade-db command for running db upgrade with redis lock (#5333) Bowen Liang 2024-06-18 13:26:01 +08:00
  • 9b7fdadce4 fix: wrong token usage in iteration node for streaming result (#5336) rerorero 2024-06-18 14:08:40 +09:00
  • 132f5fb3de feat: add Novita AI image generation tool, implemented model search, text-to-image and create tile functionalities (#5308) Xiao Ley 2024-06-18 11:08:25 +08:00
  • 3828d4cd22 feat: support Latex (#5001) Nam Vu 2024-06-18 09:43:47 +07:00
  • c7641be093 fix: workflow results in FAIL status due to null reference error (#5332) rerorero 2024-06-18 10:33:33 +09:00
  • 8266842809 chore: update llm.py (#5335) Ikko Eltociear Ashimine 2024-06-18 10:29:14 +09:00
  • d7213b12cc fix: extract params by function calling for models supporting tool call (#5334) sino 2024-06-17 23:25:29 +08:00
  • c163521b9e Update and fix the model param of Deepseek (#5329) Richards Tu 2024-06-17 21:40:04 +08:00
  • 7305713b97 fix: allow special characters in email (#5327) Mitsuki Ogasahara 2024-06-17 22:32:59 +09:00
  • edffa5666d fix: got unknown type of prompt message in multi-round ReAct agent chat (#5245) sino 2024-06-17 21:20:17 +08:00
  • 54756cd3b2 chore(core/workflow/utils/variable_template_parser): Refactor VariableTemplateParser class for better readability and maintainability. (#5328) -LAN- 2024-06-17 21:18:56 +08:00
  • b73ec87afc fix(core/workflow): Handle special values in node run result outputs (#5321) -LAN- 2024-06-17 20:41:57 +08:00
  • 61f4f08744 Add bedrock command r models (#4521) Justin Wu 2024-06-17 20:37:46 +08:00
  • 07387e9586 add the filename length limit (#5326) Jyong 2024-06-17 20:36:54 +08:00
  • 147a39b984 feat: support tencent cos storage (#5297) quicksand 2024-06-17 19:18:52 +08:00
  • 7a758a35fe fix: pin tenacity to 8.3.0 (#5319) Bowen Liang 2024-06-17 18:03:42 +08:00
  • f146bebe5a fix:update Member field error (#5295) DomKing 2024-06-17 17:22:16 +08:00
  • be3512aa57 fix: unable to reindex documents (#5276) sino 2024-06-17 17:19:43 +08:00
  • cc4a4ec796 feat: permission and security fixes (#5266) Charles Zhou 2024-06-17 03:06:32 -05:00
  • a1d8c86ee3 chore: upgrade next to 14.1.1 (#5310) Joel 2024-06-17 15:50:41 +08:00
  • 61ebcd8adb Fix: workflow result display (#5299) KVOJJJin 2024-06-17 14:36:17 +08:00
  • 24282236f0 fix: not checked require_summary of duckduckgo search raise error (#5303) 非法操作 2024-06-17 14:18:49 +08:00
  • 5a99aeb864 fix(core): Reorder field_validator and classmethod to fit Pydantic V2. (#5257) -LAN- 2024-06-17 10:04:28 +08:00
  • e95f8fa3dc Dalle3 add seed (#5288) Charlie.Wei 2024-06-17 09:27:27 +08:00
  • 9a64aa76c1 fix: typo and check (#5287) crazywoola 2024-06-17 09:15:43 +08:00
  • 42029791e4 fix: add event handler to delete the site when the related app deleted (#5282) kurokobo 2024-06-17 09:47:26 +09:00
  • 4f60fe7bc6 Fixed wrong /text-to-audio curl example (#5286) Masahiro Yamaguchi 2024-06-16 17:45:51 -07:00
  • baf5490504 Fix: z-index of delete account modal (#5277) KVOJJJin 2024-06-16 20:42:47 +08:00
  • 013bffc161 fix: copyright with latest time (#5271) crazywoola 2024-06-16 14:39:29 +08:00
  • c03e6ee41b Feat: support delete account (#5208) KVOJJJin 2024-06-16 10:26:39 +08:00
  • d94279ae75 fix: casting non-string type value for tool parameter options (#5267) Bowen Liang 2024-06-16 09:47:20 +08:00
  • 3a423e8ce7 fix: visioin model always with low quality (#5253) rerorero 2024-06-16 10:46:17 +09:00
  • 37c87164dc fix: respect the interface language specified by the user on the activation success screen (#5258) kurokobo 2024-06-16 10:37:19 +09:00
  • 4b54843ed7 fix: run agent with Vertex AI Gemini models (#5260) Pan, Wen-Ming 2024-06-16 09:36:31 +08:00
  • ef55d0da78 chore: add icon in .idea (#5259) Gallardot 2024-06-16 09:25:11 +08:00
  • 9961cdd7c8 fix: modal z-index cleanup (#5234) Charles Zhou 2024-06-15 08:09:19 -05:00
  • 2e842333b1 fix: correct typos in the icons for microsoft (#5243) kurokobo 2024-06-15 22:02:47 +09:00
  • 6ccde0452a feat: Added hindi translation i18n (#5240) Yash Parmar 2024-06-15 18:31:03 +05:30
  • 795714bc2f feat(Tools): Add Serply Web/Job/Scholar/News Search tool for more options (#5186) Serply 2024-06-15 08:09:33 -04:00
  • d9bee03ff6 fix: embedding job fails using IAM role (#5252) Masashi Tomooka 2024-06-15 19:57:54 +09:00
  • 4f0488abb5 fix: wrong order of history prompts in ReAct agent mode (#5236) sino 2024-06-15 10:53:30 +08:00
  • 12c815c597 fix: ExtractSetting optional value missing None as default val (#5238) takatost 2024-06-15 02:58:47 +08:00
  • d098bdc59b version to 0.6.11 (#5224) takatost 2024-06-15 02:46:24 +08:00
  • ba5f8afaa8 Feat/firecrawl data source (#5232) Jyong 2024-06-15 02:46:02 +08:00
  • 918ebe1620 update tooltip (#5235) Chenhe Gu 2024-06-15 02:21:46 +08:00
  • 6be0027853 fix: note editor italic (#5230) zxhlyh 2024-06-14 22:31:39 +08:00
  • bc757f1ddc fix: z-index (#5229) crazywoola 2024-06-14 22:31:19 +08:00
  • 8da035aac6 Update README.md (#5228) takatost 2024-06-14 22:31:01 +08:00
  • ef6034abfd fix: allow the name and icon of the web app to be set independently of that of the bot itself (#5225) kurokobo 2024-06-14 23:16:11 +09:00
  • 0391282b5e fix: initialize site with customized icon and icon_background (#5227) kurokobo 2024-06-14 23:15:50 +09:00
  • 28554350de feat: support firecrawl frontend code (#5226) Joel 2024-06-14 22:02:41 +08:00
  • 8d1386df0f feat(Tools): Add Feishu multi-dimensional table operation function (#5213) 走在修行的大街上 2024-06-14 21:19:20 +08:00
  • e7752e8135 chore: development script for syncing Poetry lockfile (#5170) Bowen Liang 2024-06-14 20:54:07 +08:00
  • 43c19007e0 fix: workspace member's last_active should be last_active_time, but not last_login_time (#4906) DomKing 2024-06-14 20:49:19 +08:00
  • c6b791d070 fix: number variable cause type error in openai moderation (#5222) rerorero 2024-06-14 21:43:03 +09:00
  • 8bcc5a36bb feat: new editor user permission profile (#4435) Charles Zhou 2024-06-14 07:34:25 -05:00
  • cdb6c801c1 Fix: http_request delete method not working (#4975) th3n00b13 2024-06-14 21:07:22 +09:00
  • 511ead4b8d Update README, deploy dify with YAML file on Kubernetes (#5131) Winson Li 2024-06-14 19:53:40 +08:00
  • 4080f7b8ad feat: support tencent vector db (#3568) quicksand 2024-06-14 19:25:17 +08:00
  • 9ed21737d5 fix: add repo check for build-push.yml (#5141) gongzhongqiang 2024-06-14 19:15:27 +08:00
  • 337bad8525 feat: Add Optional API Key, Proxy Server, and Bypass Cache Parameters to Jina Tools (#5197) Jaxon Ley 2024-06-14 19:09:25 +08:00
  • 0f35d07052 support ERNIE-4.0-8K-Latest (#5216) Bin 2024-06-14 18:45:24 +08:00
  • 7f44e88eda fix(model_providers/ollama): Fix OllamaLargeLanguageModel to correctly set the stop option (#5217) -LAN- 2024-06-14 18:26:14 +08:00
  • b7ff765d8d Add novita.ai as model provider (#4961) Jason 2024-06-14 18:23:06 +08:00
  • c28d709d7f feat: workflow add note node (#5164) zxhlyh 2024-06-14 17:08:11 +08:00
  • d7fbae286a add aws s3 iam check (#5174) Jyong 2024-06-14 15:19:59 +08:00
  • 0633aae7dc feat: allow to use IAM Role for Bedrock (#5188) Masashi Tomooka 2024-06-14 16:18:42 +09:00
  • f87f11e92c chore: make the Celery command more noticeable (#5203) doufa 2024-06-14 15:06:07 +08:00
  • 2b04388361 chore: remove bump-pydantic dependency (#5177) Bowen Liang 2024-06-14 15:05:17 +08:00
  • 3c0f21d174 fix: workflow as tool create error by type misuse (#5205) takatost 2024-06-14 15:01:09 +08:00
  • 8e2f8ffb9e Modify docs in JP (#5185) Hanqing Zhao 2024-06-14 14:06:23 +08:00
  • e68d1b88de Fix: conversation id display & support copy (#5195) KVOJJJin 2024-06-14 13:58:51 +08:00
  • ed53ef29f4 fix(core/tools): Fix the issue with iterating over None in _transform_tool_parameters_type. (#5190) -LAN- 2024-06-14 11:25:48 +08:00
  • 4289f17be2 Chore: refactor embedded chatbot (#5125) KVOJJJin 2024-06-14 08:42:41 +08:00
  • 54e02b8147 chore(deps): bump authlib from 1.2.0 to 1.3.1 in /api (#5115) dependabot[bot] 2024-06-14 03:55:40 +08:00
  • 7f98c2ea3f refactor: Delete the dataset to verify whether it is in use (#5112) Summer-Gu 2024-06-14 03:25:38 +08:00
  • 7189a4c379 chore(deps): bump azure-identity from 1.15.0 to 1.16.1 in /api (#5116) dependabot[bot] 2024-06-14 03:24:32 +08:00
  • 415022aa14 fix: pydantic2 error (#5172) takatost 2024-06-14 03:05:04 +08:00
  • edf2047f04 fix: milvus_vector default dataset index_struct type from weaviate to milvus (#5098) saga.rey 2024-06-14 02:36:01 +08:00
  • b85ae146a7 fix: JSON mode with an image doesn't work for Gemini (#5169) rerorero 2024-06-14 03:32:09 +09:00
  • 5ec7d85629 fix: issues by pydantic2 upgrade (#5171) takatost 2024-06-14 02:28:28 +08:00