File tree Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Expand file tree Collapse file tree 3 files changed +12
-11
lines changed Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+
3
+ init-pgvector () {
4
+ # ref: https://github.com/pgvector/pgvector?tab=readme-ov-file#linux-and-mac
5
+ cd /tmp
6
+ git clone --branch v0.7.4 https://github.com/pgvector/pgvector.git
7
+ cd pgvector
8
+ make
9
+ make install # may need sudo
10
+ }
11
+
12
+ init-pgvector
Original file line number Diff line number Diff line change @@ -36,15 +36,4 @@ init-postgres-user() {
36
36
}
37
37
38
38
39
- init-pgvector () {
40
- # ref: https://github.com/pgvector/pgvector?tab=readme-ov-file#linux-and-mac
41
- cd /tmp
42
- git clone --branch v0.7.4 https://github.com/pgvector/pgvector.git
43
- cd pgvector
44
- make
45
- make install # may need sudo
46
- }
47
-
48
-
49
39
init-postgres-user
50
- init-pgvector
File renamed without changes.
You can’t perform that action at this time.
0 commit comments