File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ docker-compose up -d
68
68
本项目采用 [ GAPLv3] ( LICENSE ) 许可证。如需许可证外其他用途,请联系 Wechat SOVLOOKUP。
69
69
70
70
<!-- 下一步-->
71
- <!-- TODO 测试功能 -->
71
+ <!-- TODO 命令行(快速启动本地 docbase(让用户输入一个 meilisearch 参数即可)、插件开发助手) -->
72
+ <!-- TODO 新版多知识库前端 -->
72
73
73
- <!-- TODO 命令行(插件开发助手、快速启动本地 docbase(让用户输入一个 meilisearch 参数即可)) -->
74
74
<!-- TODO 客户端版 -->
75
75
<!-- TODO 文档补充更多搜索参数/插件管理/向量搜索配置教程/多知识库使用 -->
76
76
<!-- TODO 中间件插件(search、upsert、remove 操作可使用中间件拓展) -->
Original file line number Diff line number Diff line change 1
1
# Common environment variables
2
- x-environment : &common-env
3
- # key
2
+ x-environment : &common-env # key
4
3
MEILI_MASTER_KEY : mykey
5
4
6
5
services :
@@ -21,7 +20,7 @@ services:
21
20
<< : *common-env
22
21
MEILI_URL : http://meilisearch:7700
23
22
volumes :
24
- - data:/data
23
+ - data:~/.docbase
25
24
ports :
26
25
- " 3000:3000"
27
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docbase" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"type" : " module" ,
5
5
"workspaces" : [
6
6
" packages/*"
You can’t perform that action at this time.
0 commit comments