feat(ai): 完善知识库接口
This commit is contained in:
6
service-ai/bin/build-ai-chat.sh
Executable file
6
service-ai/bin/build-ai-chat.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
root_path=$(dirname $(cd $(dirname $0);pwd))
|
||||
source $(realpath $root_path/..)/bin/library.sh
|
||||
deploy service-ai-core
|
||||
package service-ai-chat
|
||||
upload $root_path/service-ai-chat/target/service-ai-chat-1.0.0-SNAPSHOT.jar
|
||||
Reference in New Issue
Block a user