-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: Doctrine
-
None
Enable creation of vector search indexes using class metadata
- SearchIndex attribute
- XML
#[ODM\SearchIndex( name: 'faces', type: 'vector', fields: [ [ 'type' => 'vector', 'path' => 'embeddings', 'numDimensions' => 1024, 'similarity' => 'euclidean', ], [ 'type' => 'filter', 'path' => '_id', ], ], )]
- is related to
-
PHPORM-346 Doctrine ODM: Support Vector Search index and stage - documentation
-
- Ready for Work
-