| 60 | |
| 61 | #[derive(Debug, Clone, Serialize, Deserialize, ToSchema)] |
| 62 | pub struct CollectionConfig { |
| 63 | pub max_vectors: Option<u32>, |
| 64 | pub replication_factor: Option<u32>, |
| 65 | } |
| 66 | |
| 67 | #[derive(Debug, Clone)] |
| 68 | pub struct RawVectorEmbedding { |
nothing calls this directly
no outgoing calls
no test coverage detected