Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(#52): embed step #53

Merged
merged 5 commits into from
Sep 10, 2024
Merged

feat(#52): embed step #53

merged 5 commits into from
Sep 10, 2024

Conversation

h1alexbel
Copy link
Owner

@h1alexbel h1alexbel commented Sep 10, 2024

In this pull, I've implemented embed step from Method section.

closes #52
History:


PR-Codex overview

This PR adds functionality to generate embeddings for repositories using S-BERT, E5, and Embedv3 models. It also introduces the COHERE_TESTING_TOKEN secret.

Detailed summary

  • Added functionality to generate embeddings for repositories using different models
  • Introduced COHERE_TESTING_TOKEN secret
  • Updated pyproject.toml with dependencies for scikit-learn and cohere
  • Updated justfile with new tasks for filtering and extracting data
  • Updated README.md with instructions on how to run the new just embed task
  • Updated embed.py to handle embedding generation for different models
  • Added tests to ensure the generation of embeddings with different models

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@h1alexbel h1alexbel merged commit 92a1266 into master Sep 10, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

embed step
1 participant