# embedding-api **Repository Path**: taisan/embedding-api ## Basic Information - **Project Name**: embedding-api - **Description**: 部署文本向量模型兼容openAI的API服务 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2024-07-01 - **Last Updated**: 2025-04-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 打包命令 选择下面四个命令之一即可 ```sh # Build image, not proxy docker build -t registry.cn-hangzhou.aliyuncs.com/tarzanx/embedding-api:lastest . # no cache docker build -t registry.cn-hangzhou.aliyuncs.com/tarzanx/embedding-api:lastest --no-cache . # build image with proxy docker build -t registry.cn-hangzhou.aliyuncs.com/tarzanx/embedding-api:lastest --build-arg proxy=taobao . # no cache docker build -t registry.cn-hangzhou.aliyuncs.com/tarzanx/embedding-api:lastest --no-cache --build-arg proxy=taobao . ```