AI & embeddings
Build AI applications with Neon serverless Postgres as your vector database
Vector databases enable efficient storage and retrieval of vector data, which is an essential component in building AI applications that leverage Large Language Models (LLMs) such as OpenAI.
Neon supports the pgvector
open-source extension, which enables Postgres as a vector database for storing and querying vector embeddings. By enabling Postgres as a vector database, you can keep your data in the open source database that you know and trust. There's no need for data migration or a proprietary vector storage solution.
To get started, see The pgvector extension.
Example applications
Check out the following AI application examples built with Neon.
Semantic search app
Build an AI-powered semantic search application
Chatbot app
Build an AI-powered chatbot with pgvector
Vercel Postgres pgvector Starter
Enable vector similarity search with Vercel Postgres
Web-based AI SQL Playground
Build an AI-enabled SQL playground for natural language queries
Jupyter Notebook for vector search with Neon
Jupyter Notebook for vector search with Neon, pgvector, and OpenAI
Last updated on