opea-project / GenAIExamples

Generative AI Examples is a collection of GenAI examples such as ChatQnA, Copilot, which illustrate the pipeline capabilities of the Open Platform for Enterprise AI (OPEA) project.
https://opea.dev
Apache License 2.0
285 stars 195 forks source link

Incorrect folder reference in the ChatQnA Readme for docker gaudi #231

Closed mandalrajiv closed 5 months ago

mandalrajiv commented 6 months ago

In the Readme for the ChatQnA Docker Gaudi example, one of the folder structure is not correct based on the current state of the folders as of 30-May-2024 1:38 pm PST.

In the 9. Build UI Docker Image step, it says: cd GenAIExamples/ChatQnA/ui/ docker build --no-cache -t opea/chatqna-ui:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f ./docker/Dockerfile .

The directory is wrong. It should be: cd GenAIExamples/ChatQnA/docker/ui/ docker build --no-cache -t opea/chatqna-ui:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f ./docker/Dockerfile .

srinarayan-srikanthan commented 5 months ago

Yes, this is a ReadMe issue. Thank you for bringing this up, will update it.

mandalrajiv commented 5 months ago

@srinarayan-srikanthan - thank you