dify/api/core
2024-05-22 14:28:52 +08:00
..
agent fix: cot agent token usage is empty (#4474) 2024-05-17 14:45:20 +08:00
app chore: skip unnecessary key checks prior to accessing a dictionary (#4497) 2024-05-19 18:30:45 +08:00
callback_handler chore: remove langchain in tools (#3247) 2024-04-09 19:28:22 +08:00
docstore chore: skip unnecessary key checks prior to accessing a dictionary (#4497) 2024-05-19 18:30:45 +08:00
embedding Compatible with unique index conflicts (#3183) 2024-04-09 02:16:19 +08:00
entities feat: remove langchain from output parsers (#3473) 2024-04-15 00:23:42 +08:00
errors Model Runtime (#1858) 2024-01-02 23:42:00 +08:00
extension fix: api / moderation extension import error (#3037) 2024-03-29 21:07:34 +08:00
external_data_tool FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
file FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
helper improve: generalize transformations and scripts of runner and preloads into TemplateTransformer (#4487) 2024-05-20 15:56:26 +08:00
llm_generator feat: remove langchain from output parsers (#3473) 2024-04-15 00:23:42 +08:00
memory fix: image text when retrieve chat histories (#3220) 2024-04-09 15:20:45 +08:00
model_runtime Fix bedrock claude wrong pricing (#4572) 2024-05-22 14:28:28 +08:00
moderation FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
prompt improve: exract Code Node provider for each supported scripting language (#4164) 2024-05-17 11:58:12 +08:00
rag allow to config max segmentation tokens length for RAG document using environment variable (#4375) 2024-05-20 13:20:27 +08:00
rerank Fix/langchain document schema (#2539) 2024-02-23 14:16:44 +08:00
splitter fix overlap and splitter optimization (#2742) 2024-03-07 18:25:49 +08:00
tools fix: some google search result raise exception (#4567) 2024-05-22 14:28:52 +08:00
utils FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
workflow chore: apply and fix flake8-bugbear lint rules (#4496) 2024-05-20 16:34:13 +08:00
__init__.py feat: add api-based extension & external data tool & moderation backend (#1403) 2023-11-06 19:36:16 +08:00
application_manager.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
hosting_configuration.py feat: Add new Azure OpenAI Embedding models (#2758) 2024-03-08 19:04:20 +08:00
indexing_runner.py allow to config max segmentation tokens length for RAG document using environment variable (#4375) 2024-05-20 13:20:27 +08:00
model_manager.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
provider_manager.py Refactor part of the ProviderManager code to improve readability (#4524) 2024-05-22 11:18:03 +08:00