Skip to content

cocoindex-io/cocoindex-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

cocoindex setup quickstart.py

Update index:

cocoindex update quickstart.py

Run query:

python quickstart.py

About

Get started with CocoIndex now 🥥

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages