What if GitHub had vector search?
(manticoresearch.com)5 points by snikolaev 2 months ago | 3 comments
5 points by snikolaev 2 months ago | 3 comments
a month ago | prev | next |
costco 2 months ago | prev |
This is cool but would be even cooler if it could do code similarity search. The cost would probably be prohibitively high though unless you only did like 10000 repos. https://github.com/microsoft/CodeBERT/tree/master/UniXcoder#...
donhardman a month ago | next |
This is interesting — has anyone tried something like this with Elasticsearch or maybe Milvus/Meilisearch/Typesense? I know those are popular for vector searches, but I haven't seen anything specific for improving GitHub searches like this.
I'm curious how this compares performance-wise, especially when it comes to large repositories with tons of issues and PRs. Also, how scalable is it? I feel like semantic search has a lot of potential here, but does anyone know if GitHub itself has plans to integrate something similar?