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

batch processing in createEmbeddings.py #52

Merged
merged 2 commits into from
Jan 4, 2024
Merged

batch processing in createEmbeddings.py #52

merged 2 commits into from
Jan 4, 2024

Conversation

johan-t
Copy link
Contributor

@johan-t johan-t commented Jan 4, 2024

What issue did you fix?

Slow performance in creating the embeddings

Fixes: #50

Quick description of your approach:

We are now creating the embeddings of three functions in one api call to make it a bit more efficient.

Checklist before requesting a review:

  • Remove all uneccessary debug print statements
  • Make sure all tests pass
  • Make sure there are enough comments to understand your code

@johan-t johan-t merged commit 44e02f3 into main Jan 4, 2024
1 check 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.

Get embeddings for more than one function at a time
1 participant