Update Neon cookbook README.md (#747)
This commit is contained in:
parent
1ca286c180
commit
63e966d69a
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
## Vector search
|
||||
|
||||
Neon supports vector search using the [pgvector](https://neon.tech/docs/extensions/pgvector) open-source PostgreSQL extension, which enable Postgres as a vector database for storing and querying embeddings.
|
||||
Neon supports vector search using the [pgvector](https://neon.tech/docs/extensions/pgvector) open-source PostgreSQL extension, which enables Postgres as a vector database for storing and querying embeddings.
|
||||
|
||||
## OpenAI cookbook notebook
|
||||
|
||||
|
|
@ -17,7 +17,7 @@ In this notebook you will learn how to:
|
|||
1. Use embeddings created by OpenAI API
|
||||
2. Store embeddings in a Neon Serverless Postgres database
|
||||
3. Convert a raw text query to an embedding with OpenAI API
|
||||
4. Use Neon with the `pg_vector` extension to perform vector similarity search
|
||||
4. Use Neon with the `pgvector` extension to perform vector similarity search
|
||||
|
||||
## Scaling Support
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue