We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89d11f commit c8c3cb1Copy full SHA for c8c3cb1
1 file changed
README.md
@@ -96,7 +96,7 @@ Or a span
96
pgvector::Vector vec{std::span<const float>{{1, 2, 3}}};
97
```
98
99
-Convert to a `std::vector`
+Get a `std::vector`
100
101
```cpp
102
std::vector<float> float_vec = static_cast<std::vector<float>>(vec);
@@ -116,7 +116,7 @@ Or a span
116
pgvector::HalfVector vec{std::span<const float>{{1, 2, 3}}};
117
118
119
120
121
122
0 commit comments