Commit Graph

3230 Commits

Author SHA1 Message Date
Aries-ckt
58d08780d6
feat(ChatKnowledge): ChatKnowledge Support Keyword Retrieve (#1624)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
2024-06-13 13:49:17 +08:00
Fangyin Cheng
162e2c9b1c
chore(model): Update the default model to glm-4-9b-chat (#1629) 2024-06-13 09:43:34 +08:00
Fangyin Cheng
e11087aa7e
feat(model): Support Qwen2 models (#1612) 2024-06-07 00:56:20 +08:00
Kevin.Shin
20e7ccc831
FIX:1598 Use PageTextSplitter for DatasourceKnowledge (#1599)
Co-authored-by: shenk-b <shenk-b@glodon.com>
Co-authored-by: aries_ckt <916701291@qq.com>
2024-06-06 13:45:50 +08:00
Aries-ckt
59b7aa790b
chore: wechat update (#1606) 2024-06-06 13:44:12 +08:00
Fangyin Cheng
acd76bada9
feat(model): Support glm-4-9b-chat (#1602) 2024-06-05 15:34:00 +08:00
Fangyin Cheng
43b5821ce4
fix(model): Fix vllm new tokenizer error (#1601) 2024-06-05 15:27:58 +08:00
yyhhyy
c3c063683c
feat(model): Support new zhipuai SDK (#1592)
Co-authored-by: yyhhyy <yyhhyyyyyy@qq.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
2024-06-04 19:04:52 +08:00
Ikko Eltociear Ashimine
85bf64e9a2
docs: add Japanese README (#1593) 2024-06-04 13:50:04 +08:00
Cooper
04703f2b3a
fix(storage): Fix storage connector error (#1547)
Co-authored-by: dong <dongzhancai@iie2.com>
Co-authored-by: Zhancai Dong <dongzhancai1@jd.com>
Co-authored-by: aries_ckt <916701291@qq.com>
2024-05-30 22:02:18 +08:00
Fangyin Cheng
a88af6f87d
feat: Support intent detection (#1588) 2024-05-30 18:51:57 +08:00
Aries-ckt
73d175a127
style:fmt and v0.5.7 tag (#1584) 2024-05-30 15:56:29 +08:00
yongzheJIN
14e159fa67
Update data_loader.py - timestamp+id (#1572) 2024-05-30 10:28:09 +08:00
Aries-ckt
47b0630e88
feat(RAG): add BM25 Retriever. (#1578) 2024-05-30 10:13:24 +08:00
Aries-ckt
8533b3d390
fix:cannot connect other vector store (#1579) 2024-05-30 09:51:15 +08:00
wangzhichao
6f66da4d5e
fix: Fix the problem of multiple line breaks in Q&A (#1573) 2024-05-28 17:34:43 +08:00
Aries-ckt
ac18363f2d
chore:wechat update (#1566) 2024-05-27 23:34:54 +08:00
Fangyin Cheng
e481a0acd9
feat(model): Support openchat-3.6-8b-20240522 (#1564) 2024-05-27 22:28:50 +08:00
Fangyin Cheng
82ed4611a5
feat(model): Support llama-3-sqlcoder-8b (#1559) 2024-05-25 17:26:04 +08:00
Aries-ckt
83d7e9d82d
fix(ChatKnowledge): add aload_document (#1548) 2024-05-23 11:59:34 +08:00
Fangyin Cheng
7f55aa4b6e
feat(model): Support Phi-3 models (#1554) 2024-05-23 09:45:32 +08:00
Fangyin Cheng
47430f2a0b
fix(agent): Remove resources of planner agent (#1540) 2024-05-22 15:38:49 +08:00
Cooper
04af30e3db
Fix CrossEncoderRanker (#1531)
Co-authored-by: dong <dongzhancai@iie2.com>
Co-authored-by: Zhancai Dong <dongzhancai1@jd.com>
2024-05-20 21:17:06 +08:00
DQ
dcb1bd35d0
fix: wrong default value of parameter parallel_executions for async_retry (#1545) 2024-05-20 19:48:19 +08:00
yongzheJIN
d9a60f9628
Fix data dashboard - data_loader.py (#1526) 2024-05-20 19:42:39 +08:00
Aries-ckt
a78e35c384
chore:update wechat (#1544) 2024-05-20 16:59:02 +08:00
Fangyin Cheng
140d1ceafb
feat(model): Support Yi 1.5 16k models (#1543) 2024-05-20 14:32:57 +08:00
Fangyin Cheng
d81bbec4e9
feat(model): Support DeepSeek v2 lite model (#1537) 2024-05-20 10:46:38 +08:00
DQ
8d8411fcd3
feat: Add support for Vertica analytical database (#1538) 2024-05-20 09:45:40 +08:00
Aries-ckt
6fb3d33bf4
fix: delete datasource bug (#1533) 2024-05-17 10:33:30 +08:00
Aries-ckt
c500fb9060
fix:multi client error (#1532) 2024-05-16 23:23:24 +08:00
Aries-ckt
af700d1dc0
fix: Fix web build error (#1530) 2024-05-16 20:26:22 +08:00
Fangyin Cheng
b777435fab
fix(build): Fix build allinone images error (#1529) 2024-05-16 18:54:19 +08:00
Fangyin Cheng
7138ec5166
feat: Support resource for dbgpts (#1527) 2024-05-16 17:19:13 +08:00
Florian
474d3166c7
doc: update doc (#1528) 2024-05-16 17:05:36 +08:00
tonyzhu
a7d62eaeb5
[Feature] ChatKnowledge Support Excel Document (#1524)
Co-authored-by: 无剑 <zhuzhenchao@changeme.com>
2024-05-16 16:23:51 +08:00
Florian
a9087c3853
feat: add GraphRAG framework and integrate TuGraph (#1506)
Co-authored-by: KingSkyLi <15566300566@163.com>
Co-authored-by: aries_ckt <916701291@qq.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
2024-05-16 15:39:50 +08:00
Fangyin Cheng
593e974405
feat(model): Support deploy rerank model (#1522) 2024-05-16 14:50:16 +08:00
Fangyin Cheng
559affe87d
refactor(agent): Refactor resource of agents (#1518) 2024-05-15 09:57:19 +08:00
IamWWT
db4d318a5f
feat: ES VectorStore (#1500)
Co-authored-by: aries_ckt <916701291@qq.com>
2024-05-14 19:55:34 +08:00
8b88f7e11c
Fix the issue where the knowledge base cannot be edited when using ve… (#1519) 2024-05-14 19:31:14 +08:00
Aries-ckt
5770c4deb4
chore: wechat update (#1517) 2024-05-13 15:31:07 +08:00
Fangyin Cheng
81fb56a67c
feat(model): Support Yi-1.5 models (#1516) 2024-05-13 13:50:21 +08:00
Aries-ckt
c21cc8f583
style: mypy import error (#1515) 2024-05-13 10:12:15 +08:00
Aries-ckt
c8fb508fe4
style: code format (#1513) 2024-05-13 09:39:15 +08:00
Aries-ckt
f389a0c32d
doc:ollama document (#1512) 2024-05-11 17:13:25 +08:00
Aries-ckt
d3131552d3
feat:chroma store refactor (#1508) 2024-05-11 16:31:34 +08:00
Fangyin Cheng
bc9ce3c2ae
fix: Upgrade spacy model (#1511) 2024-05-11 15:41:06 +08:00
ivanzhu
8eb64d7311
fix(rag): Fix CrossEncoderRanker bug of EmbeddingRetriever (#1504)
Co-authored-by: aries_ckt <916701291@qq.com>
2024-05-10 13:32:58 +08:00
Cooper
87a67cce7d
fix(rag): Fix rerank bug of EmbeddingRetriever (#1499)
Co-authored-by: dong <dongzhancai@iie2.com>
2024-05-09 11:30:50 +08:00