Add support for KNN vector similarity search (#513)
Co-authored-by: Chayim <chayim@users.noreply.github.com>
This commit is contained in:
parent
70f64011fd
commit
89b6c84c4a
3 changed files with 190 additions and 9 deletions
|
|
@ -8,6 +8,8 @@ from .model.model import (
|
|||
FindQuery,
|
||||
HashModel,
|
||||
JsonModel,
|
||||
VectorFieldOptions,
|
||||
KNNExpression,
|
||||
NotFoundError,
|
||||
QueryNotSupportedError,
|
||||
QuerySyntaxError,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue