Commit Graph

2321 Commits

Author SHA1 Message Date
aries-ckt
e596e1d643 fix:knowledge init env 2023-05-24 17:26:04 +08:00
aries-ckt
94a418897a update:config env 2023-05-24 16:28:13 +08:00
aries-ckt
4ef9ada7dc Merge remote-tracking branch 'origin/main' into store_connector 2023-05-24 16:19:33 +08:00
csunny
05fc55c116 docs: add getting started 2023-05-24 16:17:54 +08:00
Aries-ckt
0af0ef14fb fix: dotenv can not load (#87)
for now change .env do not work
because we change the config -> configs and in that we do not load the
dotenv
this bug brings from commit
ef64935145
and I am not sure if we can delete `pilot/server/__init__.py` we need to
check.
@csunny
fix: #88
2023-05-24 16:14:21 +08:00
aries-ckt
977a88509e update:config env 2023-05-24 15:22:10 +08:00
yihong0618
9dc542ca45 fix: dotenv can not load
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2023-05-24 15:18:06 +08:00
magic.chen
562d5a98cc fix: can not answer on mac m1-> mps device (#85)
fix: #86
2023-05-24 13:33:35 +08:00
yihong0618
60ecde5892 fix: can not answer on mac m1-> mps device 2023-05-24 12:33:41 +08:00
csunny
d3718d7277 docs: init 2023-05-24 12:06:16 +08:00
csunny
03898ee7d3 Merge branch 'main' of https://github.com/csunny/DB-GPT into dbgpt_doc 2023-05-24 10:36:18 +08:00
csunny
a9f8560b48 Merge branch 'main' into dbgpt_doc 2023-05-24 09:42:57 +08:00
magic.chen
0ae64175ef Store connector (#84)
1.add milvus vector store
2.vector store connector
2023-05-24 00:00:42 +08:00
aries-ckt
e6339b06ad update:env template 2023-05-23 23:52:48 +08:00
aries-ckt
d599a48cbc update:env template 2023-05-23 23:50:12 +08:00
aries-ckt
2bf7ba827b update:requirement 2023-05-23 22:59:16 +08:00
aries-ckt
926c971691 update:PDF loader 2023-05-23 22:43:07 +08:00
aries-ckt
0b92066bf5 update:requirements 2023-05-23 22:39:56 +08:00
aries-ckt
24d6762d96 update:vector store config 2023-05-23 22:16:08 +08:00
csunny
1ec1eeb9e0 docs: add readthe doc 2023-05-23 22:11:20 +08:00
aries-ckt
b0d3d02d20 update:vector store config 2023-05-23 22:10:15 +08:00
aries-ckt
74c1f1f7e1 update:vector store config 2023-05-23 22:09:22 +08:00
aries-ckt
ef64935145 update:vector store config 2023-05-23 22:06:07 +08:00
aries-ckt
90b793f40e Merge remote-tracking branch 'origin/main' into store_connector 2023-05-23 22:04:03 +08:00
magic.chen
528c0e78f6 Update utils.py (#82)
get_gpu_memory should return after the loop is over
2023-05-23 16:02:13 +08:00
halfss
a1b4c92f6b Update utils.py
get_gpu_memory should return after the loop is over
2023-05-23 14:24:00 +08:00
aries-ckt
983a00f53a feature:vector store connector 2023-05-23 10:50:43 +08:00
aries-ckt
b70cb8076d update:merge main branch 2023-05-22 14:07:18 +08:00
Aries-ckt
e847a3fc7a Features: multi llm model support. (#78)
Features: multi llms support.
     - model_adapter for load multi models
     - chat_adapter for chat with models.
2023-05-21 17:28:11 +08:00
csunny
a537ce026a docs: add todo 2023-05-21 17:22:16 +08:00
csunny
b22907f25e llms: support multi large models 2023-05-21 17:19:54 +08:00
aries-ckt
0297fa425b feature:add milvus store 2023-05-21 16:40:18 +08:00
csunny
a3fae0bdf2 add chatglm support 2023-05-21 16:30:03 +08:00
aries-ckt
6747d877cc feature:add milvus store 2023-05-21 16:29:00 +08:00
csunny
5ec1f413b6 update 2023-05-21 16:18:33 +08:00
csunny
604d269797 fix and update 2023-05-21 16:11:52 +08:00
csunny
89970bd71c llms: add cpu support 2023-05-21 16:05:53 +08:00
csunny
f52c7523b5 llms: fix 2023-05-21 14:54:16 +08:00
csunny
ce72820085 llms: add mps support 2023-05-21 14:48:54 +08:00
csunny
7b454d8867 llms: add chatglm model 2023-05-21 14:08:18 +08:00
csunny
42b76979a3 llms: multi model support 2023-05-21 11:22:56 +08:00
csunny
8e127b3863 llms: add chatglm 2023-05-21 10:13:59 +08:00
csunny
370e327bf3 add chatglm model 2023-05-20 16:23:07 +08:00
csunny
cbf1d0662a llms: add models 2023-05-20 16:06:32 +08:00
csunny
c0532246af llm: add chatglm 2023-05-20 15:45:43 +08:00
csunny
b466f4afdb Merge branch 'main' into llm_fxp 2023-05-20 14:23:20 +08:00
csunny
5a434d3be4 update readme 2023-05-20 10:06:30 +08:00
magic.chen
a2f3cccf3d feat: support customizing port for llmserver (#71)
* 支持用户自定义  `llmserver` 的端口
* 默认 `llmserver` 配置修改为本地的 `127.0.0.1`
2023-05-19 20:27:56 -05:00
csunny
9e9d7932fa add requirements 2023-05-20 08:57:58 +08:00
hyj1991
67f5bbc96a feat: support customizing port for llmserver 2023-05-19 22:33:50 +08:00