- Notifications
You must be signed in to change notification settings - Fork0
Get started with CocoIndex now 🥥
License
NotificationsYou must be signed in to change notification settings
cocoindex-io/cocoindex-quickstart
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Quickstart demo following theCocoindex Quickstart guide.Super easy to get your RAG data pipeline running in ~50 lines of python 🚀.
⭐ Please giveCocoindex on Github a star to support us if you like our work. Thank you so much with a warm coconut hug 🥥🤗.
Video tutorial with detailed explanation:Cocoindex Quickstart Video Guide
Install Postgres if you don't have one.
Install CocoIndex and other dependencies:
pip install -U"cocoindex[embeddings]""psycopg[binary,pool]" pgvector
- Make sure you have specify the database URL by environment variable:
export COCOINDEX_DATABASE_URL="postgresql://cocoindex:cocoindex@localhost:5432/cocoindex"
Update index:
cocoindex update --setup quickstart.py
Run query:
python quickstart.py
About
Get started with CocoIndex now 🥥
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Contributors2
Uh oh!
There was an error while loading.Please reload this page.