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

feat: [IV] Reprocess All documents functionality #870

Merged
merged 45 commits into from May 14, 2024

Conversation

komalg1
Copy link
Collaborator

@komalg1 komalg1 commented May 10, 2024

Purpose

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code
  • When AZURE_SEARCH_USE_INTEGRATED_VECTORIZATION is true and documents were ingested to the storage, 'Reprocess All' button click will reset, re-run the indexer and index the documents again.

What to Check

Verify that the following are valid

  • Indexed documents will be visible in 'Explore Data' page

komalg1 and others added 30 commits April 29, 2024 08:35
Copy link
Collaborator

@adamdougal adamdougal left a comment

Choose a reason for hiding this comment

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

Changes look good! Just needs a few more tests

@komalg1 komalg1 requested a review from adamdougal May 14, 2024 11:49
Copy link
Collaborator

@adamdougal adamdougal left a comment

Choose a reason for hiding this comment

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

lgtm

@komalg1 komalg1 added this pull request to the merge queue May 14, 2024
Merged via the queue into Azure-Samples:main with commit 89e328b May 14, 2024
6 checks passed
@komalg1 komalg1 deleted the komal/iv-reprocessall branch May 14, 2024 12:23
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.

Update 'Reprocess All documents" button to run the indexer when using Pull approach
5 participants