How to Build a Semantic Codebase Index in 5 Minutes Using CocoIndex (Rust + Tree-sitter)
A step-by-step guide to implementing production-grade semantic code indexing with Tree-sitter parsing, vector embeddings, and real-time synchronizatio

Search for a command to run...
Articles tagged with #rust
A step-by-step guide to implementing production-grade semantic code indexing with Tree-sitter parsing, vector embeddings, and real-time synchronizatio

Publishing a public GitHub repository is easy; turning it into a healthy open source project with an active community is hard work and very intentional. The projects that endure treat both their code and their community as core product surfaces, with...

The Rust ecosystem just had one of its most impressive weeks in recent memory. This week's GitHub trending list isn't filled with experimental projects or weekend hacks—it's dominated by production-grade infrastructure: high-performance storage syste...
In this blog, we will show you how to use OpenAI API to extract structured data from patient intake forms with different formats, like PDF, Docx, etc. from Google Drive. You can find the full code here 🤗! It would mean a lot to us if you could suppo...

Overview In this blog, we will show you how to index codebase for RAG with CocoIndex. CocoIndex is a tool to help you index and query your data. It is designed to be used as a framework to build your own data pipeline. CocoIndex provides built-in su...

Overview In this blog, we will show you how to use CocoIndex to build text embeddings from Google Drive for RAG step by step including how to setup Google Cloud Service Account for Google Drive. CocoIndex is an open source framework to build fresh i...
