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
|
|
@ -4,6 +4,8 @@ from .model import (
|
|||
Field,
|
||||
HashModel,
|
||||
JsonModel,
|
||||
VectorFieldOptions,
|
||||
KNNExpression,
|
||||
NotFoundError,
|
||||
RedisModel,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue