ai_xiaopei
9 days ago c47c84e6f945b07bf1775e30a4fb3c9ad13c359e
Makefile
@@ -2,7 +2,7 @@
# 构建
build:
   CGO_ENABLED=1 go build -tags fts5 -o bin/kb .
   CGO_ENABLED=1 go build -tags fts5 -o bin/kb-cli .
# 安装到 ~/go/bin
install:
@@ -23,10 +23,10 @@
# 运行示例
run-search:
   ./bin/kb search 充装 --top 5
   ./bin/kb-cli search 充装 --top 5
run-index:
   ./bin/kb index build
   ./bin/kb-cli index build
run-status:
   ./bin/kb index status
   ./bin/kb-cli index status