-
Notifications
You must be signed in to change notification settings - Fork 21
cld2labs/RAGChatbot #53
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
base: main
Are you sure you want to change the base?
Conversation
|
Having a deployment issue with the backend: File "/app/server.py", line 17, in |
alexsin368
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need changes for APISIX/Keycloak to work. Still need to test with GenAI Gateway
|
|
Just a few more minor edits. With current changes, no issues with APISIX/Keycloak. Will test with GenAI gateway. |
|
Tested on GenAI gateway. LGTM! |
Signed-off-by: gopal-raj-suresh <gopal.raj.dummugudupu@cloud2labs.com>
Signed-off-by: gopal-raj-suresh <gopal.raj.dummugudupu@cloud2labs.com>
Signed-off-by: gopal-raj-suresh <gopal.raj.dummugudupu@cloud2labs.com>
Signed-off-by: gopal-raj-suresh <gopal.raj.dummugudupu@cloud2labs.com>
Signed-off-by: gopal-raj-suresh <gopal.raj.dummugudupu@cloud2labs.com>
Signed-off-by: gopal-raj-suresh <gopal.raj.dummugudupu@cloud2labs.com>
…sues Signed-off-by: gopal-raj-suresh <gopal.raj.dummugudupu@cloud2labs.com>
Signed-off-by: gopal-raj-suresh <gopal.raj.dummugudupu@cloud2labs.com>
Signed-off-by: gopal-raj-suresh <gopal.raj.dummugudupu@cloud2labs.com>
f40740c to
8c8ce35
Compare
Signed-off-by: gopal-raj-suresh <gopal.raj.dummugudupu@cloud2labs.com>
Description
This PR introduces the RAGChatbot sample solution, a Retrieval-Augmented Generation (RAG) chatbot implementation designed for document-based question answering. The blueprint demonstrates RAG workflow with ingestion, vector indexing, retrieval, and context-grounded response generation.
Recent Enhancements: