Skip to main content
Gel is a powerful data platform built on top of PostgreSQL.
  • Think in objects and graphs instead of tables and JOINs.
  • Use the advanced Python SDK, integrated GUI, migrations engine, Auth and AI layers, and much more.
  • Run locally, remotely, or in a fully managed cloud.

Installation

Setup

  1. Run gel project init
  2. Edit the schema. You need the following types to use the LangChain vectorstore:
Note: this is the minimal setup. Feel free to add as many types, properties and links as you want! Learn more about taking advantage of Gel’s schema by reading the docs.
  1. Run the migration: gel migration create && gel migrate.

Usage

See the full usage example here.