TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What if GitHub had vector search?

5 pointsby snikolaev8 months ago

2 comments

donhardman8 months ago
This is interesting — has anyone tried something like this with Elasticsearch or maybe Milvus&#x2F;Meilisearch&#x2F;Typesense? I know those are popular for vector searches, but I haven&#x27;t seen anything specific for improving GitHub searches like this.<p>I&#x27;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?
costco8 months ago
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. <a href="https:&#x2F;&#x2F;github.com&#x2F;microsoft&#x2F;CodeBERT&#x2F;tree&#x2F;master&#x2F;UniXcoder#3-encoder-only-mode">https:&#x2F;&#x2F;github.com&#x2F;microsoft&#x2F;CodeBERT&#x2F;tree&#x2F;master&#x2F;UniXcoder#...</a>