Modify the corresponding path based on the refactor of chathistory in GenAIComps. (#1397)
GenAIComps has refactored chathistory based on E-RAG code structure. Related path in GenAIExample have been modified. Fix GenAIComps Issue https://github.com/opea-project/GenAIComps/issues/989 Signed-off-by: Yao, Qing <qing.yao@intel.com>
This commit is contained in:
@@ -51,7 +51,7 @@ docker build -t opea/promptregistry-mongo-server:latest --build-arg https_proxy=
|
||||
### 7. Build Chat History Image
|
||||
|
||||
```bash
|
||||
docker build -t opea/chathistory-mongo-server:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/chathistory/mongo/Dockerfile .
|
||||
docker build -t opea/chathistory-mongo-server:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/chathistory/src/Dockerfile .
|
||||
cd ..
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user