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
20 lines
901 B
Markdown
20 lines
901 B
Markdown
### All Submissions:
|
|
|
|
* [ ] Have you followed the guidelines in our Contributing document?
|
|
* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change?
|
|
|
|
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
|
|
|
|
### New Feature Submissions:
|
|
|
|
* [ ] Does your submission pass the existing tests?
|
|
* [ ] Have you added tests for your feature?
|
|
* [ ] Have you installed `pre-commit` with `pip3 install pre-commit` and set up hooks with `pre-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?
|