Show HN: CocoSearch – semantic code search with syntax-aware chunking

Show HN: CocoSearch – semantic code search with syntax-aware chunking

Local-first hybrid semantic code search tool. Indexes codebases into PostgreSQL with pgvector embeddings via Ollama, combines vector similarity + keyword search with RRF fusion. Supports 30+ lang...

Typical code RAG splits files into chunks that break across function and class boundaries, losing the structure that makes code meaningful. CocoSearch preserves it CocoIndex and Tree-sitter provide s… [+26377 chars]
Show HN: CocoSearch – semantic code search with syntax-aware chunking - FHMnews