We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c733b commit a110db7Copy full SHA for a110db7
include/pgvector/halfvec.hpp
@@ -36,6 +36,7 @@ class HalfVector {
36
}
37
38
/// Creates a half vector from an array.
39
+ // TODO remove in 0.3.0
40
HalfVector(const float* value, size_t n) {
41
value_ = std::vector<float>{value, value + n};
42
include/pgvector/vector.hpp
@@ -36,6 +36,7 @@ class Vector {
/// Creates a vector from an array.
Vector(const float* value, size_t n) {
0 commit comments