Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.22 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.22 KB

CocoIndex

Quickstart demo following the Cocoindex Quickstart guide. Super easy to get your RAG data pipeline running in ~50 lines of python 🚀.

⭐ Please give Cocoindex on Github a star to support us if you like our work. Thank you so much with a warm coconut hug 🥥🤗. GitHub

Video tutorial with detailed explanation: Cocoindex Quickstart Video Guide

Prerequisite

pip install -U cocoindex
  • Make sure you have specify the database URL by environment variable:
export COCOINDEX_DATABASE_URL="postgresql://cocoindex:cocoindex@localhost:5432/cocoindex"

Run

Setup index:

python quickstart.py cocoindex setup

Update index:

python quickstart.py cocoindex update

Run query:

python quickstart.py