Skip to content

Commit f0dc6ee

Browse files
authored
Support creating / managing vector index in Neo4j. (#299)
1 parent 5470430 commit f0dc6ee

File tree

2 files changed

+249
-28
lines changed

2 files changed

+249
-28
lines changed

src/base/spec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ pub struct CollectOpSpec {
204204
pub auto_uuid_field: Option<FieldName>,
205205
}
206206

207-
#[derive(Debug, Clone, Copy, Serialize, Deserialize, PartialEq)]
207+
#[derive(Debug, Clone, Copy, Serialize, Deserialize, PartialEq, Eq)]
208208
pub enum VectorSimilarityMetric {
209209
CosineSimilarity,
210210
L2Distance,

0 commit comments

Comments
 (0)