dify/api/core
zhuhao a45f8969a0
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
fix: remove the undefined variable line (#9446)
2024-10-17 17:25:14 +08:00
..
agent fix: In the output, the order of 'ta' is sometimes reversed as 'at'. #8015 (#8791) 2024-10-15 16:24:29 +08:00
app chore: disable chat service API passing parent_message_id (#8984) 2024-10-14 19:13:16 +08:00
callback_handler feat: output the execution results of tool should only in debug mode (#9104) 2024-10-09 12:53:55 +08:00
embedding chore: add abstract decorator and output log when query embedding fails (#9264) 2024-10-12 23:58:41 +08:00
entities fix: customize model credentials were invalid despite the provider credentials being active (#8864) 2024-09-28 15:54:26 +08:00
errors chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
extension chore: refurbish Python code by applying refurb linter rules (#8296) 2024-09-12 15:50:49 +08:00
external_data_tool chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
file fix s3 presign url check problem, support two versions(v2,v4) (#9093) 2024-10-09 10:23:21 +08:00
helper chore: apply ruff E501 line-too-long linter rule (#8275) 2024-09-12 14:00:36 +08:00
llm_generator fix: prompt for the follow-up suggestions (#8685) 2024-09-23 20:00:34 +08:00
memory fix: remove the latest message from the user that does not have any answer yet (#9297) 2024-10-13 23:25:50 +08:00
model_runtime fix: remove the undefined variable line (#9446) 2024-10-17 17:25:14 +08:00
moderation fix: fix the data validation consistency issue in keyword content review (#8908) 2024-09-30 12:52:18 +08:00
ops chore: optimize the trace ops slow queries on node executions. (#9282) 2024-10-12 18:30:46 +08:00
prompt feat: regenerate in Chat, agent and Chatflow app (#7661) 2024-09-22 03:15:11 +08:00
rag refactor: update the default values of top-k parameter in vdb to be consistent (#9367) 2024-10-16 16:00:21 +08:00
tools feat: add the workflow tool of comfyUI (#9447) 2024-10-17 16:48:42 +08:00
workflow Fix/economical knowledge retrieval (#9396) 2024-10-16 15:13:45 +08:00
__init__.py chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
hosting_configuration.py chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
indexing_runner.py chore: avoid implicit optional in type annotations of method (#8727) 2024-10-09 14:36:43 +08:00
model_manager.py add embedding input type parameter (#8724) 2024-09-24 21:53:50 +08:00
provider_manager.py chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00