Engineering
How Watari maps a support ticket to a file and function — pgvector, tree-sitter, and a reranking model
Watari maps each extracted bug to a specific file and function in your GitHub repository by chunking your code with tree-sitter, embedding every chunk, indexing the embeddings in pgvector, and reranking the top-K candidates with a language model before opening a draft pull request.