implement all point update operation constructors (#7424)

This commit is contained in:
Andrey Vasnetsov
2025-10-20 12:39:01 +02:00
committed by GitHub
parent e01957a4ee
commit 75434ca565
5 changed files with 311 additions and 45 deletions

View File

@@ -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;
}