- 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
- Run
gel project init
- 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.
- Run the migration:
gel migration create && gel migrate
.