forked from microsoft/SynapseML
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add Azure Cognitive Search vector store (microsoft#2041)
* add vector column option * add the vector option * vector fields are added and code compiles, untested * fix bug on checkparity when the index exists * add FloatType to edm-spark type conversions * fix synonymmap * core functionality works * add no nested field vector check * add vector validation check * modify vector columns behavior when column doesn't exist in df schema * add another test * clean up the unit test file * add more tests * add openai embedding pipeline test * address comments * address comments * address comments * update notebook * change index name in notebook
- Loading branch information
1 parent
3e2d380
commit b935a54
Showing
5 changed files
with
484 additions
and
197 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.