Skip to content

Commit 6cb1b92

Browse files
committed
doc: add instalation guide and scores from BM25 x TSVector
1 parent 9b7aa93 commit 6cb1b92

File tree

1 file changed

+10
-0
lines changed
  • llama-index-integrations/vector_stores/llama-index-vector-store-paradedb/tests

1 file changed

+10
-0
lines changed

llama-index-integrations/vector_stores/llama-index-vector-store-paradedb/tests/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Testing Setup
22

3+
## Installation
4+
5+
First, install the package:
6+
7+
```bash
8+
pip install llama-index-vector-stores-paradedb
9+
```
10+
11+
## Database Setup
12+
313
You will need to start a postgres instance locally to run the tests for this integration. You can do this easily via docker cli:
414

515
```

0 commit comments

Comments
 (0)