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
173 stars 84 forks source link

Incorrect folder reference in the ChatQnA Readme for docker compose command for Gaudi #232

Closed mandalrajiv closed 4 weeks ago

mandalrajiv commented 1 month 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.

Start all the services Docker Containers step, it says: cd GenAIExamples/ChatQnA/docker-composer/gaudi/ docker compose -f docker_compose.yaml up -d

The directory is wrong. It should be: cd GenAIExamples/ChatQnA/docker/gaudi/ docker compose -f docker_compose.yaml up -d

srinarayan-srikanthan commented 1 month ago

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

mandalrajiv commented 1 month ago

@srinarayan-srikanthan - thank you.