dify/api/core
2024-04-25 18:31:38 +08:00
..
agent refactor: tool parameter cache (#3703) 2024-04-23 15:22:42 +08:00
app fix: citations always appear in the chatflow app (#3844) 2024-04-25 18:31:38 +08:00
callback_handler chore: remove langchain in tools (#3247) 2024-04-09 19:28:22 +08:00
docstore fix the return with wrong datatype of segment (#3525) 2024-04-16 17:09:15 +08:00
embedding
entities feat: remove langchain from output parsers (#3473) 2024-04-15 00:23:42 +08:00
errors
extension
external_data_tool
file
helper refactor: tool parameter cache (#3703) 2024-04-23 15:22:42 +08:00
llm_generator feat: remove langchain from output parsers (#3473) 2024-04-15 00:23:42 +08:00
memory
model_runtime fix: credentials validate failed for groqcloud model provider (#3817) 2024-04-25 12:09:44 +08:00
moderation
prompt feat: query prompt template support in chatflow (#3791) 2024-04-25 18:01:53 +08:00
rag fix:still enable SSL verification when using qdrant based on HTTP protocol (#3805) 2024-04-25 13:04:31 +08:00
rerank
splitter
tools fix: missing url field when searching special keywords (#3820) 2024-04-25 12:33:58 +08:00
utils
workflow feat: query prompt template support in chatflow (#3791) 2024-04-25 18:01:53 +08:00
__init__.py
application_manager.py
hosting_configuration.py
indexing_runner.py feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416) 2024-04-12 16:22:24 +08:00
model_manager.py
provider_manager.py