-
Notifications
You must be signed in to change notification settings - Fork 74
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
Initial Commit for setting up the neural search plugin. #2
Merged
Conversation
This file contains 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
jmazanec15
reviewed
Sep 26, 2022
The setup includes: * Setting up of Github Workflows. * Gradle setup for the plugin. * Updated Readme. * Demo src and test classes for plugin. Signed-off-by: Navneet Verma <[email protected]>
jmazanec15
approved these changes
Sep 26, 2022
zane-neo
added a commit
to zane-neo/neural-search
that referenced
this pull request
Oct 20, 2022
# This is the 1st commit message: Add text embedding processor to neural search Signed-off-by: Zan Niu <[email protected]> # The commit message opensearch-project#2 will be skipped: # Code format # # Signed-off-by: Zan Niu <[email protected]> # The commit message opensearch-project#3 will be skipped: # Address review comments # # Signed-off-by: Zan Niu <[email protected]> # The commit message opensearch-project#4 will be skipped: # Add blocking text embedding method for pipeline processor # # Signed-off-by: Zan Niu <[email protected]> # The commit message opensearch-project#5 will be skipped: # Add BaseNeuralSearchIT and address other review comments # # Signed-off-by: Zan Niu <[email protected]> # The commit message opensearch-project#6 will be skipped: # Add BaseNeuralSearchIT and address other review comments # # Signed-off-by: Zan Niu <[email protected]> # The commit message opensearch-project#7 will be skipped: # Add BaseNeuralSearchIT and address other review comments # # Signed-off-by: Zan Niu <[email protected]> # The commit message opensearch-project#8 will be skipped: # Fix naming convention and IT function move to base # # Signed-off-by: Zan Niu <[email protected]> # The commit message opensearch-project#9 will be skipped: # Fix naming convention and IT function move to base # # Signed-off-by: Zan Niu <[email protected]> # The commit message opensearch-project#10 will be skipped: # Update src/main/java/org/opensearch/neuralsearch/ml/MLCommonsClientAccessor.java # # Co-authored-by: Navneet Verma <[email protected]> # The commit message opensearch-project#11 will be skipped: # Update src/main/java/org/opensearch/neuralsearch/processor/TextEmbeddingProcessor.java # # Co-authored-by: Navneet Verma <[email protected]> # The commit message opensearch-project#12 will be skipped: # Fix code review comments # # Signed-off-by: Zan Niu <[email protected]> # The commit message opensearch-project#13 will be skipped: # Fix text embedding processor NPE # # Signed-off-by: Zan Niu <[email protected]> # The commit message opensearch-project#14 will be skipped: # Remove jackson dependencies and fix tests with XCoontent # # Signed-off-by: Zan Niu <[email protected]>
zane-neo
added a commit
that referenced
this pull request
Oct 20, 2022
* # This is a combination of 14 commits. # This is the 1st commit message: Add text embedding processor to neural search Signed-off-by: Zan Niu <[email protected]> # The commit message #2 will be skipped: # Code format # # Signed-off-by: Zan Niu <[email protected]> # The commit message #3 will be skipped: # Address review comments # # Signed-off-by: Zan Niu <[email protected]> # The commit message #4 will be skipped: # Add blocking text embedding method for pipeline processor # # Signed-off-by: Zan Niu <[email protected]> # The commit message #5 will be skipped: # Add BaseNeuralSearchIT and address other review comments # # Signed-off-by: Zan Niu <[email protected]> # The commit message #6 will be skipped: # Add BaseNeuralSearchIT and address other review comments # # Signed-off-by: Zan Niu <[email protected]> # The commit message #7 will be skipped: # Add BaseNeuralSearchIT and address other review comments # # Signed-off-by: Zan Niu <[email protected]> # The commit message #8 will be skipped: # Fix naming convention and IT function move to base # # Signed-off-by: Zan Niu <[email protected]> # The commit message #9 will be skipped: # Fix naming convention and IT function move to base # # Signed-off-by: Zan Niu <[email protected]> # The commit message #10 will be skipped: # Update src/main/java/org/opensearch/neuralsearch/ml/MLCommonsClientAccessor.java # # Co-authored-by: Navneet Verma <[email protected]> # The commit message #11 will be skipped: # Update src/main/java/org/opensearch/neuralsearch/processor/TextEmbeddingProcessor.java # # Co-authored-by: Navneet Verma <[email protected]> # The commit message #12 will be skipped: # Fix code review comments # # Signed-off-by: Zan Niu <[email protected]> # The commit message #13 will be skipped: # Fix text embedding processor NPE # # Signed-off-by: Zan Niu <[email protected]> # The commit message #14 will be skipped: # Remove jackson dependencies and fix tests with XCoontent # # Signed-off-by: Zan Niu <[email protected]> * Add text embedding processor to neural search Signed-off-by: Zan Niu <[email protected]> * Remove unnecessary parameters in TextEmbeddingProcessor method Signed-off-by: Zan Niu <[email protected]> * Remove unnecessary empty string checks Signed-off-by: Zan Niu <[email protected]> * Add field max depth limit to prevent malicious attack Signed-off-by: Zan Niu <[email protected]> Signed-off-by: Zan Niu <[email protected]>
xinyual
added a commit
to xinyual/neural-search
that referenced
this pull request
Mar 1, 2024
…miterChunker add more UTs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Initial Commit for setting up the neural search plugin.
The setup includes:
Issues Resolved
#1
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.