Leask huoju commited on
Commit
4e611f9
·
verified ·
1 Parent(s): 4309040

Update README.md (#6)

Browse files

- Update README.md (691a017d0e731d430919ebbf5c6442eea2954986)


Co-authored-by: Ju Huo <huoju@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -46,6 +46,20 @@ Based on the [wikipedia dumps](https://dumps.wikimedia.org/). Please check this
46
  - created_at: The creation time of the chunk.
47
  - updated_at: The update time of the chunk.
48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  ## Uses
50
 
51
  This dataset is available for a wide range of applications.
 
46
  - created_at: The creation time of the chunk.
47
  - updated_at: The update time of the chunk.
48
 
49
+ ## Prerequisite
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 run it 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
+
57
+ ```sql
58
+ CREATE EXTENSION IF NOT EXISTS vchord CASCADE;
59
+ CREATE EXTENSION IF NOT EXISTS pg_search CASCADE;
60
+ CREATE EXTENSION IF NOT EXISTS vectors CASCADE;
61
+ ```
62
+
63
  ## Uses
64
 
65
  This dataset is available for a wide range of applications.