Hossam Hagag
a931f143ef
Fix ci ( #468 )
...
* fix: Fix ci
* fix: Fix ci
* fix: Fix ci
* fix: Fix ci by downgrading mkdocstrings
2025-02-06 20:54:21 +01:00
Hossam Hagag
105ff19035
new: Add mypy type checker ( #470 )
...
* new: Add mypy type checker
* fix: fix mypy command
* fix: fix indentation for mypy
* fix: do not install redundant optional groups cuz python3.13 does not support onnx
---------
Co-authored-by: George Panchuk <george.panchuk@qdrant.tech >
2025-02-06 20:46:43 +01:00
George Panchuk
fa11d0f0c7
bump version to 0.5.1
2025-01-16 11:11:43 +01:00
George
50289c62ed
new: move onnx dependency to dev ( #439 )
...
* new: move onnx dependency to dev
* update poetry install, add more groups in pyproject
2025-01-15 17:39:06 +01:00
George
516170cbaf
new: add python 3.13 support ( #404 )
2024-12-11 19:18:54 +00:00
George
1343e55076
new: drop python 3.8 support, update type hints, ci ( #403 )
2024-11-15 15:54:19 +01:00
George
faed7f1320
fix: fix model cleanup in tests ( #400 )
...
* fix: fix model cleanup in tests
2024-11-12 19:08:39 +01:00
George
5b895420b1
Update GitHub templates ( #389 )
...
* new: add PR template, decouple bug template with new model request
* new: add feature request, model request
2024-11-08 11:45:21 +01:00
George
97f2fb278e
wip: remove model dir ( #350 )
...
* wip: remove model dir
* fix: update pytest run
* wip: disable some tests not used atm
* wip: disable some tests in ci
* wip: add debug print
* fix: fix ci, remove models after usage
* fix: fix bm25 deletion
* fix: remove redundant ci commands
2024-09-24 12:18:44 +02:00
George
cbe00107ec
chore: update bug-report ( #232 )
...
Co-authored-by: Nirant <NirantK@users.noreply.github.com >
2024-05-14 07:35:31 +05:30
George
47cf7f9f92
new: add gpu package into workflow ( #228 )
...
* new: add gpu package into workflow
* remove gpu tag
2024-05-03 16:30:23 +02:00
Anush
466886a317
ci: Schedule python-tests.yml ( #211 )
...
* ci: Schedule python-tests.yml
* ci: use emojis
* ci: Bump action versions python-tests.yml
* ci: python-tests.yml
2024-04-26 10:28:37 +05:30
Nirant
2fcec07f1b
Add Python version to the ISSUE_TEMPLATE ( #188 )
...
* Add Python version
* Update .github/ISSUE_TEMPLATE/bug-report.yml
Co-authored-by: George <george.panchuk@qdrant.tech >
---------
Co-authored-by: George <george.panchuk@qdrant.tech >
2024-04-08 16:05:29 +05:30
Nirant
335f673f3a
Update bug-report.yml
2024-04-02 13:51:51 +05:30
Nirant
ee7ba0a536
Update bug-report.yml
2024-04-02 13:51:27 +05:30
Nirant
256b2265d5
Move CONTRIBUTING.md + Add Test for Adding New Models ( #154 )
...
* Move CONTRIBUTING.md + Ad Test for Adding New Models
* Update CONTRIBUTING.md
Co-authored-by: Kumar Shivendu <kshivendu1@gmail.com >
---------
Co-authored-by: Kumar Shivendu <kshivendu1@gmail.com >
2024-03-18 19:58:02 +05:30
Nirant
1e91c8d165
Fix Issue Template forms ( #152 )
...
* Add CONTRIBUTING.md file with guidelines for contributing to FastEmbed
* Add code linting and pre-commit info to CONTRIBUTING
* Update CONTRIBUTING.md
Co-authored-by: Kumar Shivendu <kshivendu1@gmail.com >
* Add bug/new model issue template and move CONTRIBUTING.md
* Re-organize issue templates
---------
Co-authored-by: Kumar Shivendu <kshivendu1@gmail.com >
2024-03-14 15:11:23 +05:30
Nirant
287e19c494
Add CONTRIBUTING.md file with guidelines for contributing to FastEmbed ( #150 )
...
* Add CONTRIBUTING.md file with guidelines for contributing to FastEmbed
* Add code linting and pre-commit info to CONTRIBUTING
* Update CONTRIBUTING.md
Co-authored-by: Kumar Shivendu <kshivendu1@gmail.com >
* Add bug/new model issue template and move CONTRIBUTING.md
---------
Co-authored-by: Kumar Shivendu <kshivendu1@gmail.com >
2024-03-14 14:50:48 +05:30
Nirant Kasliwal
5b937c29f6
Update poetry install command to exclude docs
2024-03-13 18:15:51 +05:30
Nirant
cf66d0e5e1
Update Python and dependency versions ( #111 )
2024-02-05 12:37:52 +01:00
Anush
9b63427118
chore: pre-commit formatting ( #91 )
...
* chore: formatting
* chore: formatting
* chore: remove other hooks
* Update poetry lock
---------
Co-authored-by: Nirant Kasliwal <nirant.bits@gmail.com >
2024-01-16 15:06:54 +05:30
generall
c719fc696d
disable large models on non-ubuntu CI
2023-10-16 13:27:28 +02:00
generall
8c6d4d2b52
remove optimum + more test + fix batching embed + ci on other machines
2023-10-03 21:19:58 +02:00
NirantK
472057abf3
* chore(ci.yml): add mknotebooks package to pip install command
2023-08-21 19:17:14 +05:30
NirantK
97fa834c5b
* chore(ci.yml): add additional dependencies for mkdocs deployment
...
* chore(dev-requirements.txt): remove unused dependencies
2023-08-21 18:53:51 +05:30
NirantK
6f94b3f748
* chore(static.yml): remove static.yml workflow file
2023-08-21 18:10:27 +05:30
Nirant
913f0fc350
Create static.yml
2023-08-21 18:06:54 +05:30
NirantK
e2d7bd3902
Merge branch 'main' into docs-init
2023-08-21 17:58:11 +05:30
NirantK
49aa267d05
* feat(ci.yml): add CI workflow for continuous integration
...
*
* This commit adds a new file `.github/workflows/ci.yml` which contains the configuration for the CI workflow. The workflow is triggered on push events to the `master` and `main` branches. It runs on an Ubuntu environment and consists
2023-08-21 17:51:19 +05:30
generall
770beb1023
refactoring
2023-08-18 01:36:36 +02:00
NirantK
6e37053335
* docs: add CONTRIBUTING.md and README.md files
2023-07-11 18:26:34 +05:30