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

Add chunking strategy to index name #554

Open
wants to merge 3 commits into
base: development
Choose a base branch
from

Conversation

shivam-51
Copy link
Collaborator

Currently if you run the solution twice once with chunking strategy basic and then again with azure-document-intelligence the data in the index gets overwritten which is not expected. The fix to this is to add the chunking strategy to the index name.

Fixes include:

  • Add chunking strategy to index name

Shivam Singh added 2 commits May 14, 2024 10:46
Copy link
Collaborator

@ritesh-modi ritesh-modi left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -15,6 +15,8 @@ class IndexConfig:
Whether to preprocess the text before indexing.
chunk_size (int):
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please target prerelease branch

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.

None yet

2 participants