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

Add caching using sql-disk #28

Merged
merged 15 commits into from
Nov 25, 2023
Merged

Add caching using sql-disk #28

merged 15 commits into from
Nov 25, 2023

Conversation

michaelfeil
Copy link
Owner

@michaelfeil michaelfeil commented Nov 6, 2023

Closes #27

@codecov-commenter
Copy link

codecov-commenter commented Nov 6, 2023

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 94.89796% with 5 lines in your changes missing coverage. Please review.

Project coverage is 91.09%. Comparing base (6cad81c) to head (f5c8a15).
Report is 792 commits behind head on main.

Files with missing lines Patch % Lines
...finity_emb/infinity_emb/inference/caching_layer.py 94.44% 3 Missing ⚠️
...finity_emb/infinity_emb/inference/batch_handler.py 96.66% 1 Missing ⚠️
.../infinity_emb/infinity_emb/inference/primitives.py 85.71% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
- Coverage   91.37%   91.09%   -0.28%     
==========================================
  Files          18       19       +1     
  Lines         649      730      +81     
==========================================
+ Hits          593      665      +72     
- Misses         56       65       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michaelfeil michaelfeil merged commit 75adbdc into main Nov 25, 2023
5 checks passed
@michaelfeil michaelfeil deleted the caching-layer branch November 25, 2023 13:02
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.

Add disk caching for identical embeddings
2 participants