Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend authored Jul 31, 2023
1 parent 6a5744c commit 978a5c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ The simplest implementation of LLM-backed vector search on Postgres.

Dependencies:
- [pgrx toolchain](https://github.com/pgcentralfoundation/pgrx)
- [pgvector](https://github.com/pgvector/pgvector)
- [pg_cron](https://github.com/citusdata/pg_cron)
- [pgmq](https://github.com/tembo-io/pgmq)
- [pgvector](https://github.com/pgvector/pgvector)
- [openai API key](https://platform.openai.com/docs/guides/embeddings)

# Example

Setup a products table. Copy from example data from the extension.
Expand Down

0 comments on commit 978a5c4

Please sign in to comment.