Skip to content

Commit 8cfa9ee

Browse files
authored
Merge branch 'main' into docs/fix-documentation-typos
2 parents d7ea8b3 + 9cfe576 commit 8cfa9ee

2 files changed

Lines changed: 196 additions & 7 deletions

File tree

docs/tools/vdb_table/data/pgvector.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@
6767
"comment": "https://www.postgresql.org/docs/current/textsearch.html via GIST"
6868
},
6969
"embeddings_text": {
70-
"support": "none",
71-
"source_url": "",
70+
"support": "full",
71+
"source_url": "https://github.com/timescale/pgai",
7272
"comment": ""
7373
},
7474
"embeddings_image": {
75-
"support": "",
76-
"source_url": "",
75+
"support": "full",
76+
"source_url": "https://github.com/timescale/pgai",
7777
"comment": ""
7878
},
7979
"embeddings_structured": {
@@ -82,8 +82,8 @@
8282
"comment": ""
8383
},
8484
"rag": {
85-
"support": "",
86-
"source_url": "",
85+
"support": "full",
86+
"source_url": "https://github.com/timescale/pgai",
8787
"comment": ""
8888
},
8989
"recsys": {
@@ -104,7 +104,7 @@
104104
"managed_cloud": {
105105
"support": "full",
106106
"source_url": "",
107-
"comment": "(supabase)"
107+
"comment": "(AWS RDS, Google CloudSQL, Azure, Supabase, Timescale, etc.)"
108108
},
109109
"pricing": {
110110
"value": "",
Lines changed: 189 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,189 @@
1+
{
2+
"name": "pgvectorscale",
3+
"links": {
4+
"docs": "",
5+
"github": "https://github.com/timescale/pgvectorscale",
6+
"website": "https://github.com/timescale/pgvectorscale",
7+
"vendor_discussion": "https://github.com/superlinked/VectorHub/discussions/554",
8+
"poc_github": "https://github.com/cevian",
9+
"slug": "pgvectorscale"
10+
},
11+
"oss": {
12+
"support": "full",
13+
"source_url": "https://github.com/timescale/pgvectorscale",
14+
"comment": ""
15+
},
16+
"license": {
17+
"value": "PostgreSQL Licence https://opensource.org/license/postgresql/",
18+
"source_url": "https://opensource.org/license/postgresql/",
19+
"comment": ""
20+
},
21+
"dev_languages": {
22+
"value": [
23+
"rust"
24+
],
25+
"source_url": "https://github.com/timescale/pgvectorscale",
26+
"comment": ""
27+
},
28+
"vector_launch_year": 2023,
29+
"metadata_filter": {
30+
"support": "full",
31+
"source_url": "",
32+
"comment": ""
33+
},
34+
"hybrid_search": {
35+
"support": "full",
36+
"source_url": "https://www.timescale.com/blog/postgresql-hybrid-search-using-pgvector-and-cohere",
37+
"comment": "Hybrid search provided by combination of PostgreSQL full text search and pgvectorscale"
38+
},
39+
"facets": {
40+
"support": "",
41+
"source_url": "",
42+
"comment": ""
43+
},
44+
"geo_search": {
45+
"support": "full",
46+
"source_url": "",
47+
"comment": "Postgis"
48+
},
49+
"multi_vec": {
50+
"support": "full",
51+
"source_url": "",
52+
"comment": ""
53+
},
54+
"sparse_vectors": {
55+
"support": "full",
56+
"source_url": "https://github.com/pgvector/pgvector#sparse-vectors",
57+
"comment": "provided by pgvector"
58+
},
59+
"bm25": {
60+
"support": "full",
61+
"source_url": "",
62+
"comment": "provided by pgvector"
63+
},
64+
"full_text": {
65+
"support": "full",
66+
"source_url": "https://www.postgresql.org/docs/current/textsearch.html",
67+
"comment": "https://www.postgresql.org/docs/current/textsearch.html via GIST"
68+
},
69+
"embeddings_text": {
70+
"support": "full",
71+
"source_url": "https://github.com/timescale/pgai",
72+
"comment": ""
73+
},
74+
"embeddings_image": {
75+
"support": "full",
76+
"source_url": "https://github.com/timescale/pgai",
77+
"comment": ""
78+
},
79+
"embeddings_structured": {
80+
"support": "",
81+
"source_url": "",
82+
"comment": ""
83+
},
84+
"rag": {
85+
"support": "full",
86+
"source_url": "https://github.com/timescale/pgai",
87+
"comment": ""
88+
},
89+
"recsys": {
90+
"support": "",
91+
"source_url": "",
92+
"comment": ""
93+
},
94+
"langchain": {
95+
"support": "full",
96+
"source_url": "",
97+
"comment": ""
98+
},
99+
"llamaindex": {
100+
"support": "full",
101+
"source_url": "",
102+
"comment": ""
103+
},
104+
"managed_cloud": {
105+
"support": "full",
106+
"source_url": "https://www.timescale.com/cloud",
107+
"comment": ""
108+
},
109+
"pricing": {
110+
"value": "Timescale Cloud",
111+
"source_url": "https://www.timescale.com/pricing",
112+
"comment": ""
113+
},
114+
"in_process": {
115+
"support": "none",
116+
"source_url": "",
117+
"comment": ""
118+
},
119+
"multi_tenancy": {
120+
"support": "full",
121+
"source_url": "",
122+
"comment": ""
123+
},
124+
"disk_index": {
125+
"support": "full",
126+
"source_url": "",
127+
"comment": ""
128+
},
129+
"ephemeral": {
130+
"support": "none",
131+
"source_url": "",
132+
"comment": ""
133+
},
134+
"sharding": {
135+
"support": "none",
136+
"source_url": "",
137+
"comment": "While pgvectorscale does not provide this natively, you can get this either from PostgreSQL functionality like \"postgres_fdw\" or from extensions. You can also choose to subdivide your index through partitioning."
138+
},
139+
"doc_size": {
140+
"bytes": 0,
141+
"unlimited": false,
142+
"source_url": "",
143+
"comment": ""
144+
},
145+
"vector_dims": {
146+
"value": 16000,
147+
"unlimited": false,
148+
"source_url": "https://github.com/timescale/pgvectorscale/pull/181",
149+
"comment": ""
150+
},
151+
"index_types": {
152+
"value": [
153+
"DiskANN",
154+
"FreshDiskANN"
155+
],
156+
"source_url": "https://www.timescale.com/blog/how-we-made-postgresql-as-fast-as-pinecone-for-vector-data",
157+
"comment": ""
158+
},
159+
"github_stars": {
160+
"value": 2008,
161+
"source_url": "https://github.com/timescale/pgvectorscale",
162+
"comment": "",
163+
"value_90_days": 0
164+
},
165+
"docker_pulls": {
166+
"value": 0,
167+
"source_url": "",
168+
"comment": "",
169+
"value_90_days": 0
170+
},
171+
"pypi_downloads": {
172+
"value": 0,
173+
"source_url": "",
174+
"comment": "",
175+
"value_90_days": 0
176+
},
177+
"npm_downloads": {
178+
"value": 0,
179+
"source_url": "",
180+
"comment": "",
181+
"value_90_days": 0
182+
},
183+
"crates_io_downloads": {
184+
"value": 0,
185+
"source_url": "",
186+
"comment": "",
187+
"value_90_days": 0
188+
}
189+
}

0 commit comments

Comments
 (0)