Quickstart demo following the Cocoindex Quickstart guide. Super easy to get your RAG data pipeline running in ~50 lines of python 🚀.
⭐ Star Cocoindex on Github if you like it! 
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]" Update index:
cocoindex update --setup main.pyRun query:
python main.pycocoindex server -ci main.py