Skip to content

Commit

Permalink
chore: README update to include mention of vector index script
Browse files Browse the repository at this point in the history
  • Loading branch information
leggetter committed Sep 19, 2024
1 parent 2b73b90 commit e910a50
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ Run the following to create Hookdeck connections to receive webhooks from Replic
poetry run python create-hookdeck-connections.py
```

Run the following to create a Vector Index within MongoDB:

> [!WARNING]
> You may need some data within MongoDB before you can create the vector index.
```sh
poetry run python create-vector-index.py
```

### Run the app

Run the app:
Expand Down

0 comments on commit e910a50

Please sign in to comment.