-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FSTORE-1078] Support Similarity Search in the Feature Store v1.5 (#1529
) * [FSTORE-1224] Validate the embedding index and features before creating feature group (#1747) * validate embedding index and feature * fix style * fix comment (cherry picked from commit 798c399) * [APPEND][FSTORE-1202] Fix deleting external embedding feature group (#1752) * remove metadata at the end * fix comment (cherry picked from commit 2849092) * [FSTORE-1226] Make sure the index mapping limit does not exceed when creating feature group (#1756) * validateWithinMappingLimit * validate when appending features * skip columns check if embedding * check opensearch status code * fix validate index creation * fix style * fix test * remove test (cherry picked from commit 5ff93f8) * [FSTORE-1317] Handle opensearch bulk response with partial failures (#1751) * check hasFailures only * set refresh policy * increase timeout * retry index creation * increase retry * cap sleep time * refactor constant variable * set thread * address comments * rename variable (cherry picked from commit a310525) * [FSTORE-1264] Test ingesting different data types to opensearch (#1764) * define mapping * check supported feature types * add test (cherry picked from commit d94a981) * [FSTORE-1241] Return online type in FG metadata when vector store is used (#1767) * set embedding fg online type * get opensearch type * fix test (cherry picked from commit 2420349) * [APPEND][FSTORE-1226] Validate mapping size including sub-field (#1769) * validate mapping size * fix test (cherry picked from commit 18285b3) * [FSTORE-1378] Handle Opensearch vector database error (#1774) * refactor retry * opensearch setting * do not throw exception * refactor index identifier * index cleaner * fix import * return index name * fix get index * address comments * fix timer interval * address comments * address comments * constrained retry (cherry picked from commit 0110e63) * [APPEND][FSTORE-1378] Handle opensearch restart in OpensearchVectorDatabase #1782 (cherry picked from commit 964aaa9) * [APPEND][FSTORE-1378] Fix get index if not exist (#1785) (cherry picked from commit d228a9b) * [FSTORE-1314] Support defining similar function in embedding index (#1783) * use sim function * add license * update license * refactor getOpensearchFunction (cherry picked from commit 5bf8980)
- Loading branch information
1 parent
9aa1c5c
commit d34dfd7
Showing
28 changed files
with
1,443 additions
and
276 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.