Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/eren23/semantic-code-searcher
- Owner: eren23
- Created: 2023-07-23T15:26:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-31T20:17:47.000Z (over 1 year ago)
- Last Synced: 2024-10-16T07:20:25.494Z (3 months ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 44 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.