Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 498 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 498 Bytes

neon-google-colab-notebooks

This is a repository for Neon Google Colab Notebooks

Neon pgvector Quickstart

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.

Chat with your database using LangChain

The chat_with_your_database_using_langchain.ipynb notebook shows how to chat with your database using LanChain and OpenAI.