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

Text to SQL microservice #736

Merged
merged 18 commits into from
Sep 26, 2024
Merged

Conversation

yogeshmpandey
Copy link
Collaborator

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.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would break existing design and interface)
  • Others (enhancement, documentation, validation, etc.)

Dependencies

List the newly introduced 3rd party dependency if exists.

  • sqlalchemy

Tests

Describe the tests that you ran to verify your changes.

Created a new test case for end-to-end testing of the microservices.

@lvliang-intel
Copy link
Collaborator

@yogeshmpandey,

please add the following words into code spell ignore file.

image

@chensuyue
Copy link
Collaborator

Add skip format here,

skip = '*.po,*.js,*.map,*.js.map,*.css.map,*.json'

@lvliang-intel lvliang-intel merged commit 827e3d4 into opea-project:main Sep 26, 2024
10 checks passed
@@ -0,0 +1,17 @@
docarray[full]
fastapi
langchain==0.2.9
Copy link
Collaborator

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?

Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants