Datasets:
Update README.md (#8)
Browse files- Update README.md (a7c09f7f126bf92cb3e249ae95fe6d414bb2dbab)
Co-authored-by: Ju Huo <[email protected]>
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 |
|