874 Revīzijas (03656da4dd8549904a102fb833b98cead88354b8)

Autors SHA1 Ziņojums Datums
  Yongteng Lei 0fa1a1469e
Fix: avoid mixing different embedding models in document parsing (#8260) pirms 4 mēnešiem
  Kevin Hu f7074037ef
Feat: Let number of task ahead be visible. (#8259) pirms 4 mēnešiem
  Yongteng Lei b2eed8fed1
Fix: incorrect progress updating (#8253) pirms 4 mēnešiem
  Liu An 99725444f1
Fix: desc parameter parsing (#8229) pirms 4 mēnešiem
  Stephen Hu 1ab0f52832
Fix:The OpenAI-Compatible Agent API returns an incorrect message (#8177) pirms 4 mēnešiem
  Kevin Hu d36c8d18b1
Refa: make exception more clear. (#8224) pirms 4 mēnešiem
  Liu An 7fbbc9650d
Fix: Move pagerank field from create to update dataset API (#8217) pirms 4 mēnešiem
  Liu An d0c5ff04a6
Fix: Add pagerank validation for non-elasticsearch doc engines (#8215) pirms 4 mēnešiem
  Liu An cef587abc2
Fix: Add validation for dataset name in KB update API (#8194) pirms 4 mēnešiem
  Liu An 60c1bf5a19
Fix: duplicate knowledgebase name validation logic (#8199) pirms 4 mēnešiem
  Liu An e87ad8126c
Fix: Improve dataset name validation in KB app (#8188) pirms 4 mēnešiem
  Stephen Hu e6f68e1ccf
Fix: When List Kbs some times the total is wrong (#8151) pirms 4 mēnešiem
  yurhett 9c6c6c51e0
Fix: use jwks_uri from OIDC metadata for JWKS client (#8136) pirms 4 mēnešiem
  Liu An 968ffc7ef3
Refa: dataset operations to simplify error handling (#8132) pirms 4 mēnešiem
  Liu An 92625e1ca9
Fix: document typo in test (#8091) pirms 5 mēnešiem
  Stephen Hu 6953ae89c4
Fix:when stream=false,new message without sessionid does no (#8078) pirms 5 mēnešiem
  Kevin Hu 91804f28f1
Fix: issue for tavily only in a assistant. (#8076) pirms 5 mēnešiem
  Liu An 8b7c424617
Fix: Document.update() now refreshes object data (#8068) pirms 5 mēnešiem
  Gecko Security de89b84661
Fix: Authentication Bypass via predictable JWT secret and empty token validation (#7998) pirms 5 mēnešiem
  Stephen Hu f819378fb0
Update api_utils.py (#8069) pirms 5 mēnešiem
  Liu An ab5e3ded68
Fix: DataSet.update() now refreshes object data (#8058) pirms 5 mēnešiem
  天海蒼灆 9938a4cbb6
Feat: Allow update conversation parameters and persist to database in completion (#8039) pirms 5 mēnešiem
  Stephen Hu b832372c98
Fix: /v1/conversation/completion KeyError: 'conversation_id' (#8037) pirms 5 mēnešiem
  Kevin Hu b6f1cd7809
Fix: no kb selected for an assistant. (#8021) pirms 5 mēnešiem
  Liu An e64da8b2aa
Fix: sdk can not update chat model (#8016) pirms 5 mēnešiem
  Jin Hai 31f4d44c73
Update upload filename length limit from 128 to 256, which is aligned with os (#7971) pirms 5 mēnešiem
  CharlesHsu 241fdf266a
Fix: Prevent Flask hot reload from hanging due to early thread startup (#7966) pirms 5 mēnešiem
  Stephen Hu 62611809e0
Fix: Add user_id when create Conversation (#7960) pirms 5 mēnešiem
  dong 62de535ac8
Fix Bug: When performing the dify_retrieval, the metadata of the document was empty. (#7968) pirms 5 mēnešiem
  Qidi Cao f0879563d0
fix: resolve residual image files issue after document deletion (#7964) pirms 5 mēnešiem
  Stephen Hu a31ad7f960
Fix: File selection in Retrieval testing causes other options to disappear (#7759) pirms 5 mēnešiem
  天海蒼灆 f584f5c3d0
agents openai API add new way to get session_id (#7937) pirms 5 mēnešiem
  Yongteng Lei 0c562f0a9f
Refa: change citation mark as [ID:n] (#7923) pirms 5 mēnešiem
  Yongteng Lei b95747be4c
Fix: early return when update doc in sdk (#7907) pirms 5 mēnešiem
  sinopec 243ed4bc35
Feat: Surpport dynamically add knowledge basees for retrieval while u… (#7915) pirms 5 mēnešiem
  Qidi Cao 4d835b7303
fix: resolve “has no attribute 'max_length'” error in keyword_extraction (#7903) pirms 5 mēnešiem
  liu an ff0e82988f
Fix: patch regex vulnerability in filename handling (#7887) pirms 5 mēnešiem
  Kevin Hu 1f32e6e4f4
Fix: list out of boundary (#7843) pirms 5 mēnešiem
  Hao Zhang 2f4d803db1
Delete Corresponding Minio Bucket When Deleting a Knowledge Base (#7841) pirms 5 mēnešiem
  Yongteng Lei 453287b06b Feat: more robust fallbacks for citations (#7801) pirms 5 mēnešiem
  liu an e166f132b3 Feat: change default models (#7777) pirms 5 mēnešiem
  Yongteng Lei 42f4d4dbc8 Fix: wrong type hint (#7738) pirms 5 mēnešiem
  liu an fed1221302
Refa: HTTP API list datasets / test cases / docs (#7720) pirms 5 mēnešiem
  Chaoxi Weng 6ed81d6774
Feat: Add OAuth `state` parameter for CSRF protection (#7709) pirms 5 mēnešiem
  donblack01 115850945e
Fix:When you create a new API module named xxxa_api, the access route will become xxx instead of xxxa. For example, when I create a new API module named 'data_api', the access route will become 'dat' instead of 'data (#7325) pirms 5 mēnešiem
  Yongteng Lei e8e2a95165
Refa: more fallbacks for bad citation format (#7710) pirms 5 mēnešiem
  Yongteng Lei 0ebf05440e
Feat: repair corrupted PDF files on upload automatically (#7693) pirms 5 mēnešiem
  liwenju0 7df1bd4b4a
When creating an assistant, no dataset is specified, a different default system promt is used (#7690) pirms 5 mēnešiem
  Song Fuchang b0275b8483
Fix: value too long error for chat name (#7697) pirms 5 mēnešiem
  Song Fuchang a1f06a4fdc
Feat: Support tool calling in Generate component (#7572) pirms 5 mēnešiem