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
260 stars 180 forks source link

TerraForm stack for deploying ChatQnA using Vertex AI Vector Search #551

Open arun-gupta opened 2 months ago

arun-gupta commented 2 months ago

ChatQnA is one of the GenAI examples. It is a chatbot for question and answer through retrieval augmented generation (RAG). All details about the sample are available at https://github.com/opea-project/GenAIExamples/tree/main/ChatQnA.

This example uses Postgres database with pgvector plug-in as a microservice. There is a need to show how Vertex AI Vector Search can be used instead of the built-in database. Any of the deployment mechanisms (Docker Compose, GKE, or Cloud Run) can be used.

This is a specific issue for Google Cloud for the mega issue at https://github.com/opea-project/GenAIExamples/issues/427.

kevinintel commented 2 months ago

Vertex AI Vector Search is on Google Cloud, but we don't have the cloud resource

chickenrae commented 2 days ago

@poussa Does you note solve this issue? Can it be closed?

poussa commented 2 days ago

Not done, can't be closed. Can be assigned to me if nobody else does not volunteer.