Skip to content

SQL Server Storage Support for Indexing Pipeline #1885

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

Open
wants to merge 33 commits into
base: main
Choose a base branch
from

Conversation

KennyZhang1
Copy link
Contributor

Description

This PR adds SQL Server as a storage option for parquet outputs within the indexing pipeline.

Related Issues

This PR is similar to the CosmosDB storage support PR(s) that was completed previously.

Proposed Changes

  • Implement the SQLServerPipelineStorage class to interface parquet file outputs with SQL Server
  • Update the factory class to include the SQL server option
  • Update the output configs and config unit tests as needed

Checklist

  • I have tested these changes locally.
  • I have reviewed the code changes.
  • I have updated the documentation (if necessary).
  • I have added appropriate unit tests (if applicable).

Additional Notes

NOTE: This PR is scoped to only handle parquet file outputs in the indexing pipeline. This PR does not support using SQL server storage for cache or vector embedding outputs

dworthen and others added 30 commits January 27, 2025 14:49
@KennyZhang1 KennyZhang1 requested review from a team as code owners April 17, 2025 18:59
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.

2 participants