mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-01 15:40:53 -05:00
implement all point update operation constructors (#7424)
This commit is contained in:
@@ -48,7 +48,7 @@ mod qdrant_edge {
|
||||
#[pymodule_export]
|
||||
use super::types::filter::{PyFilter, field_condition::PyFieldCondition};
|
||||
#[pymodule_export]
|
||||
use super::types::{PyPoint, PyRecord, PySparseVector};
|
||||
use super::types::{PyPoint, PyPointVectors, PyRecord, PySparseVector};
|
||||
#[pymodule_export]
|
||||
use super::update::PyUpdateOperation;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user