MCPcopy Create free account
hub / github.com/cosdata/cosdata / CollectionConfig

Class CollectionConfig

src/models/collection.rs:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61#[derive(Debug, Clone, Serialize, Deserialize, ToSchema)]
62pub struct CollectionConfig {
63 pub max_vectors: Option<u32>,
64 pub replication_factor: Option<u32>,
65}
66
67#[derive(Debug, Clone)]
68pub struct RawVectorEmbedding {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected