File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11## 0.2.1 (unreleased)
22
33- Added ` std::span ` constructor to ` Vector `
4- - Added experimental support for CMake and FetchContent
4+ - Added support for CMake and FetchContent
55
66## 0.2.0 (2024-07-10)
77
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Supports [libpqxx](https://github.com/jtv/libpqxx)
1010
1111Add [ the headers] ( https://github.com/pgvector/pgvector-cpp/tree/v0.2.0/include ) to your project (supports C++17 and greater).
1212
13- There is also experimental support for CMake and FetchContent:
13+ There is also support for CMake and FetchContent:
1414
1515``` cmake
1616include(FetchContent)
@@ -21,7 +21,9 @@ FetchContent_MakeAvailable(pgvector)
2121target_link_libraries(app PRIVATE pgvector::pgvector)
2222```
2323
24- And follow the instructions for your database library:
24+ ## Getting Started
25+
26+ Follow the instructions for your database library:
2527
2628- [ libpqxx] ( #libpqxx )
2729
You can’t perform that action at this time.
0 commit comments