-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: AI/ML
-
None
-
Python Drivers
Context
atlas-cli vector search indexes are currently created using `knnVector`. This will be deprecated and we will need to use `vector` index creation instead.
The two remaining libraries for this are both semantic-kernel implementations.
Definition of done
Have our `provision-atlas` script and all scripts providing an index configuration leverage `vector` instead of `knnVector`
Pitfalls
Lead time if new query conditions are needed for the semantic-kernel libraries