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
172 stars 81 forks source link

Fix missing Dockerfiles path in GenAIComps #302

Closed daisy-ycguo closed 1 week ago

daisy-ycguo commented 1 week ago

Description

Fix missing Dockerfiles path comps/retrievers/langchain/docker/Dockerfile in GenAIComps

Issues

Two errors reported by check-dockerfile-paths in CI:

Missing Dockerfile: GenAIComps/comps/retrievers/langchain/docker/Dockerfile (Referenced in GenAIExamples/./ChatQnA/docker/gaudi/README.md:25)
Missing Dockerfile: GenAIComps/comps/retrievers/langchain/docker/Dockerfile (Referenced in GenAIExamples/./ChatQnA/docker/xeon/README.md:78)

Type of change

List the type of change like below. Please delete options that are not relevant.

Dependencies

n/a

Tests

CI Tests