-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TerraForm stack for deploying ChatQnA using Vertex AI Vector Search #551
Labels
Comments
Vertex AI Vector Search is on Google Cloud, but we don't have the cloud resource |
3 tasks
@poussa Does you note solve this issue? Can it be closed? |
Not done, can't be closed. Can be assigned to me if nobody else does not volunteer. |
I've assigned to you @poussa , thank you for your help. |
wangkl2
pushed a commit
to wangkl2/GenAIExamples
that referenced
this issue
Dec 11, 2024
Signed-off-by: letonghan <[email protected]>
JakubLedworowski
pushed a commit
to JakubLedworowski/GenAIExamples
that referenced
this issue
Jan 28, 2025
* Upgrade tgi-gaudi to version 2.0.6 * Fix faqgen test to allign with GenAIExamples Signed-off-by: Lianhao Lu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 #427.
The text was updated successfully, but these errors were encountered: