Skip to content
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

examples: RAG Question-answering Web Service #3098

Merged
merged 12 commits into from
Feb 13, 2024

Conversation

gabrielgeorgiev1
Copy link
Contributor

This PR introduces a script which allows for the quick deployment of a local service which can answer questions based on the context provided from a configured vector database.

I've left the table names hardcoded, looking for suggestions as to what the best approach for making them configurable is - putting them in the config.ini file did not seem appropriate.

Testing done: local

This PR introduces a script which  allows for the quick deployment of
a local service which can answer questions based on the context
provided from a configured vector database.

I've left the table names hardcoded, looking for suggestions as to
what the best approach for making them configurable is - putting them
in the config.ini file did not seem appropriate.

Testing done: local

Signed-off-by: Gabriel Georgiev <[email protected]>
Copy link
Collaborator

@antoniivanov antoniivanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. None of the comments are major ones.

gabrielgeorgiev1 and others added 3 commits February 12, 2024 10:43
Signed-off-by: Gabriel Georgiev <[email protected]>
…/versatile-data-kit into person/gageorgiev/rag-web-service

Signed-off-by: Gabriel Georgiev <[email protected]>
gabrielgeorgiev1 and others added 5 commits February 12, 2024 17:05
Signed-off-by: Gabriel Georgiev <[email protected]>
…/versatile-data-kit into person/gageorgiev/rag-web-service
Signed-off-by: Gabriel Georgiev <[email protected]>
Signed-off-by: Gabriel Georgiev <[email protected]>
@gabrielgeorgiev1 gabrielgeorgiev1 changed the title RAG Question-answering Web Service examples: RAG Question-answering Web Service Feb 13, 2024
@gabrielgeorgiev1 gabrielgeorgiev1 merged commit 33adbb4 into main Feb 13, 2024
8 checks passed
@gabrielgeorgiev1 gabrielgeorgiev1 deleted the person/gageorgiev/rag-web-service branch February 13, 2024 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants