Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -50,7 +50,7 @@ Based on the [wikipedia dumps](https://dumps.wikimedia.org/). Please check this
|
|
50 |
|
51 |
PostgreSQL 17 with extensions: [vectorchord](https://github.com/tensorchord/VectorChord) and [pg_search](https://github.com/paradedb/paradedb/tree/dev/pg_search)
|
52 |
|
53 |
-
The easiest way is to
|
54 |
|
55 |
Ensure extensions are enabled, connect to the database using the psql, and run the following SQL:
|
56 |
|
|
|
50 |
|
51 |
PostgreSQL 17 with extensions: [vectorchord](https://github.com/tensorchord/VectorChord) and [pg_search](https://github.com/paradedb/paradedb/tree/dev/pg_search)
|
52 |
|
53 |
+
The easiest way is to use our [Docker image](), or build your [own image]().
|
54 |
|
55 |
Ensure extensions are enabled, connect to the database using the psql, and run the following SQL:
|
56 |
|