neuml/codequestion
🔎 Semantic search for developers
ArchivedExecutes similarity queries against a pre-built embeddings index of Stack Exchange questions, using sentence-transformers for vectorization and Faiss for fast retrieval. Built on txtai, it supports semantic graph features for topic modeling and path traversal between related questions. Runs entirely offline after model download, with optional API service deployment via txtai's standard REST interface.
542 stars. No commits in the last 6 months.
Stars
542
Forks
46
Language
Python
License
Apache-2.0
Category
Last pushed
Sep 23, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/neuml/codequestion"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Michael-JB/bm25
A BM25 embedder, scorer, and search engine, written in Rust.
AstraBert/SenTrEv
Simple customizable evaluation for text retrieval performance of Sentence Transformers embedders on PDFs
jeanCarloMachado/PythonSearch
A minimalistic search engine for productivity that stores documents as code
chnsh/deep-semantic-code-search
Deep Semantic Code Search aims to explore a joint embedding space for code and description...
thesephist/revery
A personal semantic search engine capable of surfacing relevant bookmarks, journal entries,...