Conversation
|
Hey, |
|
Yes, but tests were failed on 3.12 and 3.14 if I correctly remember |
|
Yes indeed, this is due to Voyager being included in tests. We chatted with @raphaelsty and we'll be removing Voyager from the tests as the index is becoming deprecated (but not removed, in case people still want to explore with it). We'll be bumping the lower and upper bound of Python tests and go with 3.10 (ST dropped 3.9) and 3.14 |
|
We will run the test on main for 3.10 and 3.14, I want the test to run fast-enough and not to consume too much bandwidth as python 3.9 is deprecrated in ST. Making the PR asap. EDIT: Opened a PR to support python 3.14 but unfortunately there is an error with FastPlaid, as soon as tch-rs becomes compatible with Python 3.14 we will update PyLate: #204 |
Drop Python 3.9 (deprecated in Sentence Transformers) and 3.12 to only test the lower and upper bounds of supported versions, keeping CI fast. Also remove --extra voyager from test runs since the Voyager index is being deprecated and was causing failures on Python 3.14. Closes #185 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Drop Python 3.9 (deprecated in Sentence Transformers) and 3.12 to only test the lower and upper bounds of supported versions, keeping CI fast. Also remove --extra voyager from test runs since the Voyager index is being deprecated and was causing failures on Python 3.14. Closes #185 Co-Authored-By: Roman Solomatin <samoed.roman@gmail.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Drop Python 3.9 (deprecated in Sentence Transformers) and 3.12 to only test the lower and upper bounds of supported versions, keeping CI fast. Also remove --extra voyager from test runs since the Voyager index is being deprecated and was causing failures on Python 3.14. Closes #185 Co-Authored-By: Roman Solomatin <samoed.roman@gmail.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Now this can't be run, because voyager in
dev. Maybe use it onlyvoyagergroup or test it seperatly?