mirror of
https://github.com/qdrant/fastembed.git
synced 2026-07-23 11:20:51 -05:00
* new: add PR template, decouple bug template with new model request * new: add feature request, model request
901 B
901 B
All Submissions:
- Have you followed the guidelines in our Contributing document?
- Have you checked to ensure there aren't other open Pull Requests for the same update/change?
New Feature Submissions:
- Does your submission pass the existing tests?
- Have you added tests for your feature?
- Have you installed
pre-commitwithpip3 install pre-commitand set up hooks withpre-commit install?
New models submission:
- Have you added an explanation of why it's important to include this model?
- Have you added tests for the new model? Were canonical values for tests computed via the original model?
- Have you added the code snippet for how canonical values were computed?
- Have you successfully ran tests with your changes locally?