animeic 773fbbbe6f update | hai 1 ano | |
---|---|---|
milvus | hai 1 ano | |
src | hai 1 ano | |
.gitignore | hai 1 ano | |
Dockerfile | hai 1 ano | |
build.sh | hai 1 ano | |
docker-compose.yml | hai 1 ano | |
readme.md | hai 1 ano | |
tmp.md | hai 1 ano |
milvus/docker-compose.yml
src/*
sh build.sh
docker-compose.yml
中使用该镜像主要api:
# query:im_hash,prouduc_id,url,table_name
# url || image 参数必传
@app.post('/img/upload')
# query:url,limit,table_name
# image参数必传
@app.post('/img/search')
# query:im_hash,table_name
# image参数必传
@app.post('/delete/record')
# table_name
@app.post('/img/count')
# table_name
@app.post('/img/drop')