This is a repository for Neon Google Colab Notebooks
The neon_pgvector_quickstart.ipynb
notebook shows how to create a notebook in Colab, connect to a Neon database, install the pgvector
extension to enabled Neon as a vector store, and run a vector search query.
The chat_with_your_database_using_langchain.ipynb
notebook shows how to chat with your database using LanChain and OpenAI.