aries_ckt
|
aff0553b7e
|
style:fmt
|
2023-10-19 09:40:05 +08:00 |
|
aries_ckt
|
b63fa2dfe1
|
feat:rag graph
|
2023-10-16 14:09:04 +08:00 |
|
aries_ckt
|
2f82f98e31
|
feat:knowledge rag graph
|
2023-10-13 17:13:51 +08:00 |
|
aries_ckt
|
fa6a9040d5
|
feat:knowledge rag graph
|
2023-10-13 14:22:46 +08:00 |
|
aries_ckt
|
0ff63feca1
|
fix:.env customize vector store config does not work
Close #655
|
2023-10-08 22:10:50 +05:00 |
|
FangYin Cheng
|
202a0cec0a
|
chore: pylint
|
2023-09-28 12:52:25 +08:00 |
|
FangYin Cheng
|
5b9a0fa7c0
|
doc(ChatKnowledge): Add documents for knowledge command line
|
2023-09-28 12:50:37 +08:00 |
|
FangYin Cheng
|
5dfe611478
|
feat(ChatKnowledge): Add custom text separators and refactor log configuration
|
2023-09-28 11:54:58 +08:00 |
|
FangYin Cheng
|
3d5e0f4028
|
fix(core): Use thread pool to replace native threading.Thread
|
2023-09-25 17:35:15 +08:00 |
|
FangYin Cheng
|
33506b062b
|
feat(core): Multi-module dependency splitting
|
2023-09-20 17:31:56 +08:00 |
|
FangYin Cheng
|
2d4d513eb5
|
chore: rename component
|
2023-09-19 10:23:39 +08:00 |
|
FangYin Cheng
|
581cf361bf
|
feat(model): multi-model supports embedding model and simple component design implementation
|
2023-09-13 12:14:21 +08:00 |
|
FangYin Cheng
|
986ada3aeb
|
feat(model): supports the deployment of multiple models through the API and add the corresponding command line interface
|
2023-09-11 17:15:20 +08:00 |
|
FangYin Cheng
|
0987c37313
|
feat(CI): new issue template and release drafter
|
2023-09-06 08:58:15 +08:00 |
|
FangYin Cheng
|
e5bbd0bd86
|
feat: Command-line tool with knowledge repository initialization
|
2023-09-01 18:21:22 +08:00 |
|
FangYin Cheng
|
f19551a7cd
|
feat: Optimize code import time
|
2023-09-01 10:40:18 +08:00 |
|
yhjun1026
|
7a897e4f53
|
Merge branch 'main' into TY_08_DEV_NEW
|
2023-08-25 10:39:12 +08:00 |
|
FangYin Cheng
|
3f6e9687ee
|
feat: Support windows
fix: Fix install error on linux
doc: Add torch cuda FAQ
|
2023-08-22 14:35:11 +08:00 |
|
yhjun1026
|
382d2f3831
|
Merge branch 'main' into TY_08_DEV_NEW
# Conflicts:
# README.md
# pilot/connections/rdbms/base.py
# pilot/server/static/404.html
# pilot/server/static/404/index.html
# pilot/server/static/chat/index.html
# pilot/server/static/chat/index.txt
# pilot/server/static/datastores/documents/chunklist/index.html
# pilot/server/static/datastores/documents/chunklist/index.txt
# pilot/server/static/datastores/documents/index.html
# pilot/server/static/datastores/documents/index.txt
# pilot/server/static/datastores/index.html
# pilot/server/static/datastores/index.txt
# pilot/server/static/index.html
# pilot/server/static/index.txt
|
2023-08-15 16:27:27 +08:00 |
|
FangYin Cheng
|
8cea0b9a9f
|
feat: Knowledge QA support SQLite
|
2023-08-11 18:25:03 +08:00 |
|
aries_ckt
|
a7ec3400fe
|
style:fmt
|
2023-08-10 14:38:50 +08:00 |
|
aries_ckt
|
84fbebda4c
|
feat:add knowledge argument web page
|
2023-08-10 10:39:52 +08:00 |
|
aries_ckt
|
aa3c3205a4
|
feat:add knowledge space argument
|
2023-08-07 16:36:41 +08:00 |
|
aries_ckt
|
ba55fcf596
|
fix: document delete bug
1.document delete bug
2.readme assets
|
2023-08-03 18:14:21 +08:00 |
|
yhjun1026
|
cc05400093
|
feat(editor): DB GPT Editor Api
1.Add DB GPT Editor Api
2.Remove Old web server file
|
2023-08-01 18:00:03 +08:00 |
|
aries_ckt
|
ce28ef5ce6
|
fix:knowledge document update bug
|
2023-08-01 14:00:48 +08:00 |
|
aries_ckt
|
7186309f83
|
feat:knowledge document delete
1.space delete
2.document delete
|
2023-07-31 16:47:48 +08:00 |
|
aries_ckt
|
56c1947eda
|
feat:embedding_engine add text_splitter param
|
2023-07-12 18:01:22 +08:00 |
|
aries_ckt
|
e6aa46fc87
|
refactor:refactor knowledge api
1.delete CFG in embedding_engine api
2.add a text_splitter param in embedding_engine api
|
2023-07-11 16:33:48 +08:00 |
|
aries_ckt
|
56b32ab094
|
refactor:rename knowledge embedding api
1.replace knowledge_embedding of embedding_engine
|
2023-07-10 15:50:34 +08:00 |
|
aries_ckt
|
eb31d5523e
|
doc:update dbgpt_demo.mp4
1.update dbgpt_demo.mp4
2.format code
|
2023-07-06 13:47:46 +08:00 |
|
aries_ckt
|
17e276b76f
|
fix:merge web-api
|
2023-07-04 17:59:33 +08:00 |
|
aries_ckt
|
064b08dd23
|
feat:space return doc_count
|
2023-07-04 11:39:57 +08:00 |
|
aries_ckt
|
161fe4b358
|
refactor:knowledge api refactor
1.knowledge python file refactor
2.source embedding return vector_ids
|
2023-07-03 23:50:34 +08:00 |
|
aries_ckt
|
be9e826edf
|
refactor: code refactor
|
2023-07-03 21:05:23 +08:00 |
|