Commit Graph

145 Commits

Author SHA1 Message Date
Yeuoly 642308f123 feat: support detail logs for DEBUGGING 2024-12-02 14:10:00 +08:00
Yeuoly 05d6255e6a fix: set default value None to permission field 2024-12-02 13:25:27 +08:00
Yeuoly 347cb0c5f0 fix: add ParameterType text 2024-11-29 20:23:48 +08:00
Yeuoly 5bcbae8b80 fix: add json schema 2024-11-29 20:19:57 +08:00
Yeuoly 07a02f67d6 fix: field validator should be wrappered with classmethod 2024-11-29 20:14:12 +08:00
Yeuoly 4afefe26e4 fix: add prompt_message transformer 2024-11-29 20:06:48 +08:00
Yeuoly 9f6754dd31 fix: openai api compatible get_num_tokens and document prompt message content 2024-11-29 20:00:03 +08:00
Yeuoly 7f87021c2a feat: support DOCUMENT/AUDIO/VIDEO to ModelFeature 2024-11-29 17:48:05 +08:00
Yeuoly 3507f55e46 feat: openai compat 2024-11-29 16:46:37 +08:00
Yeuoly 3811d8d786 refactor: tts 2024-11-29 15:54:56 +08:00
Yeuoly eb8a9c4039 fix: add float type to default 2024-11-28 17:35:37 +08:00
Yeuoly afd5c2c3e4 fix: credentials 2024-11-27 17:46:59 +08:00
Yeuoly b21d97ea39 refactor: allow user_id to be transformed into from_credentials 2024-11-26 17:26:27 +08:00
Yeuoly af63f59827 refactor: text-embedding 2024-11-22 18:15:58 +08:00
Yeuoly d6b9a6a84c fix: increase timeout of http backwards invocations 2024-11-20 21:08:53 +08:00
Yeuoly d5d796bc29 refactor: remove files to be delivered to dify 2024-11-19 13:11:46 +08:00
Yeuoly 4962415904 fix: missing app permission configuration 2024-11-18 17:04:01 +08:00
Yeuoly 9bddcd4745 fix: decoding error when chunking messages 2024-11-15 19:27:35 +08:00
Yeuoly 39aeab91c9 cleanup 2024-11-15 16:45:44 +08:00
Yeuoly 364c8af027 enhance: add file to global 2024-11-14 20:29:11 +08:00
Yeuoly b237ed2b50 feat: support file type 2024-11-14 18:56:27 +08:00
Yeuoly c49b84824c feat: support upload files 2024-11-14 18:36:03 +08:00
Yeuoly d53dd64f37 refactor: remove tool-selector 2024-11-14 16:11:14 +08:00
Yeuoly 6df346e8c9 cleanup: remove numpy 2024-11-08 23:09:09 +08:00
takatost 58de3940a0 chore: replace transformers instead of tiktoken 2024-11-08 21:50:07 +08:00
Yeuoly e71e7575d7 fix: endless aws transaction 2024-11-08 21:22:18 +08:00
Yeuoly 0ad327fa7f feat: automatically exit when parent process has dead 2024-11-05 20:59:36 +08:00
Yeuoly c10330ebea feat: colorful warnings 2024-11-05 20:46:01 +08:00
Yeuoly 37b1fcace4 refactor: initialization process 2024-11-05 16:43:39 +08:00
takatost 6f117d207d fix route 2024-11-01 00:45:14 -07:00
takatost 40e2f429ca fix: get model schema api 2024-10-31 22:38:34 -07:00
Yeuoly f7bd158457 fix: missing file __init__.py 2024-10-29 15:56:18 +08:00
Yeuoly 697ddc22d7 feat: support split large file into small chunks 2024-10-23 16:50:24 +08:00
Yeuoly 19ce6f3632 feat: support for multimodal 2024-10-22 17:25:07 +08:00
Yeuoly 43a2f4261d feat: support backwards invoke summary 2024-10-17 19:56:51 +08:00
Yeuoly 8e93e782b1 feat: add description 2024-10-16 20:05:46 +08:00
Yeuoly 041df019b0 feat: add app_id/conversation_id/message_id/endpoint_id into sessions 2024-10-16 15:22:08 +08:00
Yeuoly cff56d516b fix: missing permission configuration 2024-10-08 23:49:37 +08:00
Yeuoly cedcf6a214 refactor: manifest 2024-09-30 21:14:06 +08:00
Yeuoly e3dbc574f5 feat: support tool runtime parameters 2024-09-29 18:20:16 +08:00
Yeuoly 7c0510624b feat: add openai compat helper 2024-09-29 17:45:14 +08:00
takatost 71081cf1c4 feat: text embedding invoke add input_type param 2024-09-29 14:35:40 +08:00
Yeuoly efac3f6365 cleanup 2024-09-29 14:02:00 +08:00
Yeuoly 2a66ffe085 fix: transform generic error into correct type 2024-09-29 13:49:42 +08:00
Yeuoly 57dc0ef655 refactor: add detailed args to error session message 2024-09-29 12:40:11 +08:00
takatost 8c87948091 feat: convert llm invoke result type to generator 2024-09-27 21:53:08 +08:00
takatost 0d541b7d5b feat: add missing routes 2024-09-27 18:56:01 +08:00
Yeuoly 64856a75a9 add modes 2024-09-26 17:41:41 +08:00
takatost 5c9a48c67d feat: add GetAIModelSchema route 2024-09-26 15:11:04 +08:00
Yeuoly bd8300d8dd feat: backwards invoke to workflows nodes 2024-09-24 20:16:53 +08:00