Text to SQL microservice#736
Merged
lvliang-intel merged 18 commits intoopea-project:mainfrom Sep 26, 2024
Merged
Conversation
Signed-off-by: Yogesh <[email protected]>
Signed-off-by: Yogesh <[email protected]>
Signed-off-by: Yogesh <[email protected]>
Signed-off-by: Yogesh <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Yogesh <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: Yogesh <[email protected]>
Signed-off-by: Yogesh <[email protected]>
Signed-off-by: Yogesh <[email protected]>
hteeyeoh
reviewed
Sep 25, 2024
hteeyeoh
reviewed
Sep 25, 2024
hteeyeoh
reviewed
Sep 25, 2024
hteeyeoh
reviewed
Sep 25, 2024
hteeyeoh
reviewed
Sep 25, 2024
hteeyeoh
reviewed
Sep 25, 2024
Signed-off-by: Yogesh <[email protected]>
for more information, see https://pre-commit.ci
Collaborator
|
please add the following words into code spell ignore file. |
Collaborator
|
Add skip format here, Line 12 in 2159f9a |
Signed-off-by: Yogesh <[email protected]>
hteeyeoh
approved these changes
Sep 26, 2024
lvliang-intel
approved these changes
Sep 26, 2024
chensuyue
reviewed
Sep 27, 2024
| @@ -0,0 +1,17 @@ | |||
| docarray[full] | |||
| fastapi | |||
| langchain==0.2.9 | |||
Collaborator
There was a problem hiding this comment.
Can we remove the version just use the latest one?
Collaborator
There was a problem hiding this comment.
Because other microservice will use the latest version, but share if they can co-work in an example's pipeline.
Closed
madison-evans
pushed a commit
to SAPD-Intel/GenAIComps
that referenced
this pull request
May 12, 2025
* Initial Version of TextToSQL Signed-off-by: Yogesh <[email protected]> * Updated Code to add more metadata in the reply Signed-off-by: Yogesh <[email protected]> * Updated DockerFile Signed-off-by: Yogesh <[email protected]> * UpdatedREADME Signed-off-by: Yogesh <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixed precommit CIs Signed-off-by: Yogesh <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Updated yaml files Signed-off-by: Yogesh <[email protected]> * Updated tests to use the right directory Signed-off-by: Yogesh <[email protected]> * Updated tests to use the right env Signed-off-by: Yogesh <[email protected]> * Updates as per review comments | fixed README and requirements.txt Signed-off-by: Yogesh <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Added changed as per review comments Signed-off-by: Yogesh <[email protected]> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: Yogesh <[email protected]> Co-authored-by: Yogesh <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
WenjiaoYue
pushed a commit
that referenced
this pull request
Jul 7, 2025
Signed-off-by: Tsai, Louie <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
This microservice introduces text to SQL features in OPEA. Users can use natural language to do QnA/Conversations with the SQL-based database. (Currently, PostgreSQL is supported).
Issues
List the issue or RFC link this PR is working on. If there is no such link, please mark it as
n/a.630
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
List the newly introduced 3rd party dependency if exists.
Tests
Describe the tests that you ran to verify your changes.
Created a new test case for end-to-end testing of the microservices.