-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA.json
More file actions
39 lines (39 loc) · 1.01 KB
/
Copy pathMETA.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "pgvector_hypo",
"abstract": "Hypothetical IVFFlat indexes for pgvector",
"description": "A PostgreSQL extension for testing hypothetical pgvector IVFFlat indexes in EXPLAIN without building physical indexes.",
"version": "0.1.0",
"maintainer": [
"Varad Thokal <53967111+varadfromeast@users.noreply.github.com>"
],
"license": "postgresql",
"provides": {
"pgvector_hypo": {
"file": "sql/pgvector_hypo--0.1.0.sql",
"version": "0.1.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": ">= 16.0.0, < 17.0.0",
"vector": "0.8.0"
}
}
},
"resources": {
"repository": {
"url": "https://github.com/varadfromeast/pgvector_hypo",
"web": "https://github.com/varadfromeast/pgvector_hypo",
"type": "git"
},
"bugtracker": {
"web": "https://github.com/varadfromeast/pgvector_hypo/issues"
}
},
"generated_by": "Codex",
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
}
}