Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eren23/semantic-code-searcher

Basic example for searching code semantically in github profiles. In python
https://github.com/eren23/semantic-code-searcher

bert bert-embeddings code-similarity cosine-distance cosine-similarity embeddings large-language-models llm neural-network openai roberta search search-algorithm semantic sentence-embeddings sentence-transformers text-similarity

Last synced: 30 days ago
JSON representation

Basic example for searching code semantically in github profiles. In python

Awesome Lists containing this project

README

        

# Code Search in a Target Github Profile

Just based on the example from openai's cookbook, I've updated some parts to run on full github profiles and use another embedding model instead of the paid one.
It's a pretty limited search, can be extended to do different things.