dify/api/core
John Wang b6bd14b7a5 feat: optimize provider credential set 2023-05-19 13:04:11 +08:00
..
agent Initial commit 2023-05-15 08:51:32 +08:00
callback_handler Initial commit 2023-05-15 08:51:32 +08:00
chain Initial commit 2023-05-15 08:51:32 +08:00
constant Initial commit 2023-05-15 08:51:32 +08:00
docstore Initial commit 2023-05-15 08:51:32 +08:00
embedding feat: support azure openai temporary, must create deployment id same as openai model name, eg. gpt-3.5-turbo / text-embedding-ada-002 / ... 2023-05-19 09:34:16 +08:00
generator Initial commit 2023-05-15 08:51:32 +08:00
index feat: take is_valid provider as default provider 2023-05-19 10:36:59 +08:00
llm feat: optimize provider credential set 2023-05-19 13:04:11 +08:00
memory Initial commit 2023-05-15 08:51:32 +08:00
prompt Initial commit 2023-05-15 08:51:32 +08:00
tool Initial commit 2023-05-15 08:51:32 +08:00
vector_store Initial commit 2023-05-15 08:51:32 +08:00
__init__.py Initial commit 2023-05-15 08:51:32 +08:00
completion.py Initial commit 2023-05-15 08:51:32 +08:00
conversation_message_task.py fix: import wrong user (#32) 2023-05-15 23:30:58 +08:00
indexing_runner.py fix: remove empty segment in splitter (#68) 2023-05-17 15:02:58 +08:00