-
Notifications
You must be signed in to change notification settings - Fork 177
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
Text to SQL microservice #736
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]>
Signed-off-by: Yogesh <[email protected]>
for more information, see https://pre-commit.ci
please add the following words into code spell ignore file. |
Add skip format here, Line 12 in 2159f9a
|
Signed-off-by: Yogesh <[email protected]>
@@ -0,0 +1,17 @@ | |||
docarray[full] | |||
fastapi | |||
langchain==0.2.9 |
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.
Can we remove the version just use the latest one?
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.
Because other microservice will use the latest version, but share if they can co-work in an example's pipeline.
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.