Commit Graph

  • c67f345d0e Fix: disable operations of dataset when embedding unavailable (#1055) KVOJJJin 2023-08-30 17:27:19 +08:00
  • 8b8e510bfe fix: handle AttributeError for datasets and index (#1052) yezhwi 2023-08-30 11:14:16 +08:00
  • 3db839a5cb 773 change embed title welcome to use (#1053) crazywoola 2023-08-30 11:03:25 +08:00
  • 417c19577a feat: add LocalAI local embedding model support (#1021) takatost 2023-08-29 22:22:02 +08:00
  • b5953039de recreate qdrant vector (#1049) Jyong 2023-08-29 15:00:36 +08:00
  • a43e80dd9c add qdrant migration (#1046) Jyong 2023-08-29 10:37:04 +08:00
  • ad5f27bc5f fix openpyxl dimensions error (#1041) WangBooth 2023-08-29 10:36:48 +08:00
  • 05e0985f29 chore: match new dataset tool format (#1044) Joel 2023-08-29 09:07:45 +08:00
  • 7b3314c5db fix: dataset desc (#1045) takatost 2023-08-29 09:07:27 +08:00
  • a55ba6e614 Fix/ignore economy dataset (#1043) Jyong 2023-08-29 03:37:45 +08:00
  • f9bec1edf8 chore: perfect type definition (#1003) bowen 2023-08-28 19:48:53 +08:00
  • 16199e968e fix notion import limit check (#1042) Jyong 2023-08-28 16:49:03 +08:00
  • 02452421d5 fix: pub generate message text return null (#1037) takatost 2023-08-28 16:43:54 +08:00
  • 3a5c7c75ad Fix/model selector (#1032) zxhlyh 2023-08-28 10:54:41 +08:00
  • a7415ecfd8 Fix/upload document limit (#1033) zxhlyh 2023-08-28 10:53:45 +08:00
  • 934def5fcc Fix: eslint (#1030) KVOJJJin 2023-08-27 17:06:16 +08:00
  • 0796791de5 feat: hf inference endpoint stream support (#1028) takatost 2023-08-26 19:48:34 +08:00
  • 6c148b223d fix: dataset query truncated (#1026) takatost 2023-08-26 17:35:17 +08:00
  • 4b168f4838 fix: maintenance notice (#1025) zxhlyh 2023-08-26 16:09:55 +08:00
  • 1c114eaef3 feat: update contributing (#1020) takatost 2023-08-25 21:19:13 +08:00
  • e053215155 fix document estimate parameter (#1019) Jyong 2023-08-25 20:10:08 +08:00
  • 13482b0fc1 feat: maintenance notice (#1016) zxhlyh 2023-08-25 19:38:52 +08:00
  • 38fa152cc4 fix update document index technique (#1018) Jyong 2023-08-25 18:29:55 +08:00
  • 2d9616c29c fix: xinference last token being ignored (#1013) Uranus 2023-08-25 18:15:05 +08:00
  • 915e26527b update dataset index struct (#1012) Jyong 2023-08-25 15:52:33 +08:00
  • 2d604d9330 Fix/filter empty segment (#1004) Jyong 2023-08-25 15:50:29 +08:00
  • e7199826cc embedding model available check (#1009) Jyong 2023-08-25 00:25:16 +08:00
  • 70e24b7594 fix: loading and calc rem (#1006) crazywoola 2023-08-24 23:24:33 +08:00
  • c1602aafc7 refactor:cache in place & function name (#1001) yezhwi 2023-08-24 22:54:21 +08:00
  • a3fec11438 fix: styles (#1005) crazywoola 2023-08-24 22:37:46 +08:00
  • b1fd1b3ab3 Feat/vector db manage (#997) Jyong 2023-08-24 21:27:31 +08:00
  • 5397799aac document limit (#999) Jyong 2023-08-24 21:27:13 +08:00
  • 8e837dde1a feat: bump version to 0.3.18 (#1000) takatost 2023-08-24 18:13:18 +08:00
  • 9ae91a2ec3 feat: optimize xinference request max token key and stop reason (#998) takatost 2023-08-24 18:11:15 +08:00
  • 276d3d10a0 fix: apps loading issue (#994) Matri 2023-08-24 17:57:38 +08:00
  • f13623184a fix style in app share (#995) crazywoola 2023-08-24 17:57:25 +08:00
  • ef61e1487f fix: safetensor arm complie error (#996) takatost 2023-08-24 17:38:10 +08:00
  • 701e2b334f feat: remove unnecessary prompt of baichuan (#993) takatost 2023-08-24 15:30:59 +08:00
  • 6ebd6e7890 feat: bump version to 0.3.17 (#992) takatost 2023-08-24 15:12:47 +08:00
  • bd3a9b2f8d fix: xinference-chat-stream-response (#991) takatost 2023-08-24 14:39:34 +08:00
  • 18d3877151 feat: optimize xinference stream (#989) takatost 2023-08-24 13:58:34 +08:00
  • 53e83d8697 feat: optimize baichuan prompt (#988) takatost 2023-08-24 12:07:10 +08:00
  • 6377fc75c6 chore: update lintrc config (#986) Matri 2023-08-24 11:46:59 +08:00
  • 2c30d19cbe feat: add baichuan prompt (#985) takatost 2023-08-24 10:22:36 +08:00
  • 9b247fccd4 feat: adjust hf max tokens (#979) takatost 2023-08-23 22:24:50 +08:00
  • 3d38aa7138 feat: bump version to 0.3.16 John Wang 2023-08-23 20:16:54 +08:00
  • 7d2552b3f2 feat: upgrade xinference to 0.2.1 which support stream response (#977) takatost 2023-08-23 20:15:45 +08:00
  • 117a209ad4 Fix:condition for dataset availability check (#973) yezhwi 2023-08-23 19:57:27 +08:00
  • 071e7800a0 fix: add hf task field (#976) takatost 2023-08-23 19:48:31 +08:00
  • a76fde3d23 feat: optimize hf inference endpoint (#975) takatost 2023-08-23 19:47:50 +08:00
  • 1fc57d7358 normalize embedding (#974) Jyong 2023-08-23 19:10:11 +08:00
  • 916d8be0ae fix: activation page reload issue after activating (#964) Matri 2023-08-23 13:54:40 +08:00
  • a38412de7b update doc (#965) crazywoola 2023-08-23 12:29:52 +08:00
  • 9c9f0ddb93 fix: user activation request 404 issue (#963) Matri 2023-08-23 08:57:25 +08:00
  • f8fbe96da4 feat: bump version to 0.3.15 (#959) takatost 2023-08-22 18:20:33 +08:00
  • 215a27fd95 Feat/add xinference openllm provider (#958) zxhlyh 2023-08-22 18:19:10 +08:00
  • 5cba2e7087 fix: web reader tool retrieve content empty (#957) takatost 2023-08-22 18:01:16 +08:00
  • 5623839c71 update document segment (#950) Jyong 2023-08-22 17:59:24 +08:00
  • 78d3aa5fcd fix: embedding init err (#956) takatost 2023-08-22 17:43:59 +08:00
  • a7c78d2cd2 fix: spark provider field name (#955) zxhlyh 2023-08-22 17:28:18 +08:00
  • 4db35fa375 chore: obsolete info api use new api (#954) Joel 2023-08-22 16:59:57 +08:00
  • e67a1413b6 chore: create btn to first place (#953) Joel 2023-08-22 16:20:56 +08:00
  • 4f3053a8cc fix: xinference chat completion error (#952) takatost 2023-08-22 15:58:04 +08:00
  • b3c2bf125f Feat/model providers (#951) zxhlyh 2023-08-22 15:38:12 +08:00
  • 9d5299e9ec fix: segment error tip & save segment disable when loading (#949) zxhlyh 2023-08-22 15:22:16 +08:00
  • aee15adf1b update document segment (#948) Jyong 2023-08-22 15:19:09 +08:00
  • b185a70c21 Fix/speech to text button (#947) zxhlyh 2023-08-22 14:55:20 +08:00
  • a3aba7a9aa fix: provider model not delete when reset key pair (#946) takatost 2023-08-22 13:48:58 +08:00
  • 866ee5da91 fix: openllm generate cutoff (#945) takatost 2023-08-22 13:43:36 +08:00
  • e8039a7da8 fix: add flex-wrap to categories container (#944) Matri 2023-08-22 13:39:52 +08:00
  • 5e0540077a chore: perfect type definition (#940) bowen 2023-08-22 10:58:06 +08:00
  • b346bd9b83 fix: default language improvement in activation page (#942) Matri 2023-08-22 09:28:37 +08:00
  • 062e2e915b fix: login improvement (#941) Matri 2023-08-21 21:26:32 +08:00
  • e0a48c4972 fix: xinference chat support (#939) takatost 2023-08-21 20:44:29 +08:00
  • f53242c081 Feat/add document status tooltip (#937) zxhlyh 2023-08-21 18:07:51 +08:00
  • 4b53bb1a32 Feat/token support (#909) Jyong 2023-08-21 13:57:18 +08:00
  • 4c49ecedb5 feat: optimize web reader summary in 3.5 (#933) takatost 2023-08-21 11:58:01 +08:00
  • 4ff1870a4b fix: web reader tool missing nodejs (#932) takatost 2023-08-21 11:26:11 +08:00
  • 6c832ee328 fix: remove openllm pypi package because of this package too large (#931) takatost 2023-08-21 02:12:28 +08:00
  • 25264e7852 feat: add xinference embedding model support (#930) takatost 2023-08-20 19:35:07 +08:00
  • 18dd0d569d fix: xinference max_tokens alisa error (#929) takatost 2023-08-20 19:12:52 +08:00
  • 3ea8d7a019 feat: add openllm support (#928) takatost 2023-08-20 19:04:33 +08:00
  • da3f10a55e feat: server xinference support (#927) takatost 2023-08-20 17:46:41 +08:00
  • 8c991b5b26 Fix Readme.md typo error. (#926) Benjamin 2023-08-20 12:02:04 +08:00
  • 22c1aafb9b fix: document paused at format error (#925) takatost 2023-08-20 01:54:12 +08:00
  • 8d6d1c442b feat: optimize generate name length (#924) takatost 2023-08-19 23:34:38 +08:00
  • 95b179fb39 fix: replicate text generation model validate (#923) takatost 2023-08-19 21:40:42 +08:00
  • 3a0a9e2d8f fix: embedding get price definition missing (#922) takatost 2023-08-19 21:31:40 +08:00
  • 0a0d63457d feat: record price unit in messages (#919) takatost 2023-08-19 18:51:40 +08:00
  • 920fb6d0e1 fix: embedding price config (#918) takatost 2023-08-19 16:54:08 +08:00
  • fd0fc8f4fe Fix/price calc (#862) Krasus.Chen 2023-08-19 16:41:35 +08:00
  • 1c552ff23a fix: azure embedding model credentials include base_model_name is invalid for openai sdk (#917) takatost 2023-08-19 16:24:18 +08:00
  • 5163dd38e5 fix: run extra model serval ex not return (#916) takatost 2023-08-19 14:35:16 +08:00
  • 2a27dad2fb fix: run model serval ex not return (#915) takatost 2023-08-19 14:16:41 +08:00
  • 930f74c610 feat: remove unuse envs (#912) takatost 2023-08-18 21:34:28 +08:00
  • 3f250c9e12 Update README_CN.md takatost 2023-08-18 20:39:40 +08:00
  • fa408d264c Update README.md takatost 2023-08-18 20:38:52 +08:00
  • 09ea27f1ee feat: optimize service api authorization header invalid error (#910) takatost 2023-08-18 20:32:44 +08:00
  • db7156dafd Feature/mutil embedding model (#908) Jyong 2023-08-18 17:37:31 +08:00
  • 4420281d96 Feat/segment add tag (#907) zxhlyh 2023-08-18 17:18:58 +08:00