-
Notifications
You must be signed in to change notification settings - Fork 36
Ingestion re-implement on updated Elastic.Ingest.Elasticsearch #2755
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
9b03b5e
Migrate to Elastic.Ingest.Elasticsearch 0.19.0 with source-generated …
Mpdreamz c9e0a1e
Centralize Elasticsearch configuration into DocumentationEndpoints
Mpdreamz 22defec
Replace hardcoded IndexName with namespace-based index resolution
Mpdreamz 736af10
Update Elastic.Ingest.Elasticsearch and Elastic.Mapping to 0.24.0
Mpdreamz 9a87993
Use centralized ElasticsearchEndpointFactory and add skipOpenApi para…
Mpdreamz 3e8034a
Remove --no-semantic flag entirely
Mpdreamz 8f485d1
Add Jina v5 dense embeddings alongside ELSER sparse embeddings
Mpdreamz 50c89b2
Merge remote-tracking branch 'origin/main' into feature/ingest-rearch
Mpdreamz d8f4a32
fix import ordering
Mpdreamz 6d5802f
Bump ingest libraries
Mpdreamz 6853641
Merge remote-tracking branch 'origin/main' into feature/ingest-rearch
Mpdreamz a1a4ea0
Update Elastic.Ingest.Elasticsearch and Elastic.Mapping to 0.27.0
Mpdreamz 7f57832
Fix template parameter semantics: {type} = build type, {env} = enviro…
Mpdreamz b190fd8
Remove `IndexNamePrefix` across configuration, services, and commands…
Mpdreamz 40b3241
Bump ingest libraries
Mpdreamz a19a4cf
Bump ingest libraries
Mpdreamz b07ce2a
Replace handrolled AI enrichment with Elastic.Ingest 0.30.0 AiEnrichm…
Mpdreamz 1aa9670
Merge remote-tracking branch 'origin/main' into feature/ingest-rearch
Mpdreamz 41feeb2
Update Elastic.Ingest.Elasticsearch and Elastic.Mapping to 0.31.0
Mpdreamz 92ec287
Update Elastic.Ingest/Mapping to 0.32.0 with completion timeout and r…
Mpdreamz 4ad8e63
Add ExportResponseCallback and ExportMaxRetriesCallback to channel op…
Mpdreamz a1f792e
Improve bulk response logging with running indexed count per channel
Mpdreamz 53f0fcf
Normalize Elasticsearch index name resolution across repository
Mpdreamz 61ca978
Update Elastic.Ingest/Mapping to 0.33.0 with IndexVariant targeting
Mpdreamz 6e281ab
Update Elastic.Ingest/Mapping to 0.34.3 with rollover fixes and mappi…
Mpdreamz 677744f
Fix environment resolution in index naming and improve integration te…
Mpdreamz 24cda9b
Use CreateSearchConfiguration in search integration tests
Mpdreamz 818f5fc
Rename DataSource to BuildType, update Ingest/Mapping to 0.34.5, incl…
Mpdreamz 3c454a1
Fix synonym set name in PublishSynonymsAsync to include environment
Mpdreamz 4a2453c
fix tostring
Mpdreamz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
We have an existing BuildType enum. Wondering if we should reuse it.
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.
We should, this needs a cleanup of our DI setup and we have to make sure we always register environment and buildtype as early as possible.