(no title)
quadrature | 1 month ago
This sounds a lot like document search ontop of your specific attributes and you have a custom ranking algorithm.
quadrature | 1 month ago
This sounds a lot like document search ontop of your specific attributes and you have a custom ranking algorithm.
marcoaapfortes|1 month ago
The 'custom ranking' is inspired by how expert developers navigate codebases: they don't read every file, they infer from structure. /services/stripe/webhook.handler.ts is obviously the webhook handler—no need to embed it.
The innovation is removing unnecessary work (content reading, chunking, embedding) and proving that simple heuristics are faster and more deterministic.