Skip to content

Commit a1da43a

Browse files
committed
Added pgvector directory
1 parent ba80bab commit a1da43a

File tree

8 files changed

+4
-6
lines changed

8 files changed

+4
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(pgvector VERSION 0.2.0 LANGUAGES CXX)
55
set(CMAKE_CXX_STANDARD 17)
66

77
install(DIRECTORY "${CMAKE_SOURCE_DIR}/include/"
8-
DESTINATION "include/pgvector"
8+
DESTINATION "include"
99
FILES_MATCHING
1010
PATTERN "*.hpp"
1111
)

examples/disco/example.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
#include <unordered_map>
88

99
#include <disco.hpp>
10-
// TODO make <pgvector/pqxx.hpp>
11-
#include <pqxx.hpp>
10+
#include <pgvector/pqxx.hpp>
1211
#include <pqxx/pqxx>
1312

1413
using disco::Dataset;

examples/openai/example.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
#include <cpr/cpr.h>
55
#include <nlohmann/json.hpp>
6-
// TODO make <pgvector/pqxx.hpp>
7-
#include <pqxx.hpp>
6+
#include <pgvector/pqxx.hpp>
87
#include <pqxx/pqxx>
98

109
using json = nlohmann::json;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/pqxx_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "../include/pqxx.hpp"
1+
#include "../include/pgvector/pqxx.hpp"
22
#include <cassert>
33
#include <optional>
44
#include <pqxx/pqxx>

0 commit comments

Comments
 (0)