Releases: vespa-engine/pyvespa
Releases · vespa-engine/pyvespa
v1.1.2
What's Changed
- Bump nokogiri from 1.18.9 to 1.19.1 by @dependabot[bot] in #1236
- Thomasht86/voyage ai embeddings notebook by @thomasht86 in #1238
- Earlier exiting on failure when waiting for prod deploy by @sebastiannberg in #1239
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Exclude colpali-vlm notebook from cloud CI due to pillow conflict by @thomasht86 in #1231
- Exclude visual_pdf_rag colpali notebook from cloud CI by @thomasht86 in #1232
- Exclude colpali-document-retrieval notebook from cloud CI (pillow conflict) by @thomasht86 in #1233
- Update wait for prod deployment and update test by @sebastiannberg in #1234
- Handle internal IDs in recall computation by @boeker in #1235
- Handle multiple searchable copies in postFilterThreshold suggestion by @boeker in #1237
Full Changelog: v1.1.0...v1.1.1
v1.1.0 (Dropping support for Python 3.9)
What's Changed
- (security) pin lower nbconvert version by @thomasht86 in #1220
- feat: added detailed status header check in deployment wait by @BrageHK in #1221
- don't test encode data if compress=False by @andreer in #1223
- Add
accept/cbor-header to queries by @thomasht86 in #1225 - Thomasht86/set access rule before deployment by @thomasht86 in #1228
- Expose a method to get the private service data for a deployment by @ean in #1227
- Bump pillow, cryptography for security fixes and drop Python 3.9 by @thomasht86 in #1229
- fix syntax by @thomasht86 in #1230
New Contributors
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- Thomasht86/no model url validation default by @thomasht86 in #1218
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- do not print to stderr on conn-error by @thomasht86 in #1217
Full Changelog: v1.0.0...v1.0.1
v1.0.0 🎉
What's Changed
- Add hybrid MTEB evaluation by @thomasht86 in #1185
- Thomasht86/improve nanobeir eval frontend by @thomasht86 in #1196
- CI: uv pip install to not have to resolve all deps by @thomasht86 in #1197
- CI: typo by @thomasht86 in #1198
- Fix LangChain import for text splitter by @thomasht86 in #1199
- Fix langchain-community install for LangChain 1.x by @thomasht86 in #1200
- Add top padding to NanoBEIR leaderboard for HuggingFace header by @thomasht86 in #1201
- Fix langchain-community installation by @thomasht86 in #1202
- Fix langchain-community installation (use uv pip) by @thomasht86 in #1203
- Fix langchain imports in all langchain notebooks by @thomasht86 in #1204
- Fix LangChain notebooks for LangChain 1.x compatibility by @thomasht86 in #1205
- Thomasht86/mteb evaluation cloud by @thomasht86 in #1206
- Add retry logic to URL validation in ModelConfig by @thomasht86 in #1207
- Separate MTEB tests into dedicated file with mteb dependency group by @thomasht86 in #1208
- Thomasht86/test httpr again by @thomasht86 in #1190
- Revert "Thomasht86/test httpr again" by @thomasht86 in #1212
- Revert "Revert "Thomasht86/test httpr again"" by @thomasht86 in #1213
- mteb>=2.7.5 (num_proc arg) by @thomasht86 in #1214
- (ci) dont use pip cache by @thomasht86 in #1215
- Thomasht86/add missing tags by @thomasht86 in #1216
Full Changelog: v0.63.0...v1.0.0
v0.63.0
What's Changed
- Refactor TestQueryBuilderGrouping to eliminate DeprecationWarning about returning values from test methods by @Copilot in #1138
- Make it easier to reuse connections by @thomasht86 in #1136
- Increase max_wait parameter from 600 to 1200 seconds in TestDeployPerf by @Copilot in #1140
- Run notebook tests on python 3.11 by @sebastiannberg in #1132
- (docs) remove warnings from output by @thomasht86 in #1141
- Fix deprecated httpx cert parameter usage by @Copilot in #1142
- Update dependency setuptools to v78 [SECURITY] by @renovate[bot] in #1124
- remove caveat -
deploy_to_prodby @thomasht86 in #1143 - Pin ipykernel==6.30.1 for notebooks and docs dependencies by @Copilot in #1147
- 1148 cannot install dev dependencies on python 312 or newer by @thomasht86 in #1149
- select elements by added to Summary by @PeriLara in #1154
- increase timeout for deploys in integration tests by @thomasht86 in #1155
- Add Classes for Nearest Neighbor Optimization by @boeker in #1160
- pin to 3.11 for docs deploy by @thomasht86 in #1162
- Allow to specify number of max concurrent queries in ANN tool by @boeker in #1163
- Fix rank_properties to not quote numeric values by @Copilot in #1161
- Fix percentile calculations by @thomasht86 in #1167
- more friendly results output by @thomasht86 in #1168
- Use certifi CA file in VespaAsync by @boeker in #1164
- Include all recall measurements in report from parameter optimizer by @boeker in #1169
- Add ANN tuning notebook by @thomasht86 in #1166
- ci: simplify and enhance Mend scan GitHub workflow by @esolitos in #1165
- unlimited memory usage by default by @andreer in #1171
- typos by @kkraune in #1172
- Thomasht86/add profile option to query by @thomasht86 in #1174
- Perf tests, token vs mlts peformance by @sebastiannberg in #1175
- Increase httpx read timeouts by @thomasht86 in #1176
- remove deprecated macos-13 by @thomasht86 in #1178
- remove crossref replace by @thomasht86 in #1179
- Thomasht86/fix links again by @thomasht86 in #1180
- Add adaptive throttling for async requests by @Shivamjohri247 in #1181
- SHADOW: Security Scan for PR #1181 - Add adaptive throttling for async requests by @thomasht86 in #1182
- Thomasht86/add model config by @thomasht86 in #1177
- fix: update condition in mend workflow by @esolitos in #1186
- make items visible in navigation by @kkraune in #1187
- ignore page that requires login by @kkraune in #1188
- Update reference nav by @kkraune in #1189
- Add
CLAUDE.mdby @thomasht86 in #1191 - Make ANN parameter optimization faster by @boeker in #1192
- Add short page with infos on ANN parameter tuning to front page by @boeker in #1193
New Contributors
- @PeriLara made their first contribution in #1154
- @boeker made their first contribution in #1160
- @Shivamjohri247 made their first contribution in #1181
Full Changelog: v0.62.0...v0.63.0
v0.62.0
What's Changed
- Thomasht86/pyi stubs for lsp by @thomasht86 in #1114
- make it correct by @thomasht86 in #1116
- add integration test with key_location arg. by @thomasht86 in #1115
- Update index page and add example ToC by @thomasht86 in #1117
- fix: add the missing export_to_onnx method by @dainiusjocas in #1121
- Bump rexml from 3.4.1 to 3.4.2 by @dependabot[bot] in #1122
- Upgrade to gemini-flash-lite-latest by @thomasht86 in #1126
- Thomasht86/fix links and examples page by @thomasht86 in #1127
- (bugfix)
VespaMatchEvaluatorwith nearestNeighbor by @thomasht86 in #1125 - add 303 as approved code for linkchecker by @thomasht86 in #1129
- Added deprecated warning when trying to use
typeinSummaryby @sebastiannberg in #1130 - model-evaluation: add a full response body in case of errors by @dainiusjocas in #1131
- Fix and test
VespaMatchEvaluatorwith URLs as ids by @thomasht86 in #1133 - RAG Blueprint - Update path to queries by @thomasht86 in #1135
New Contributors
- @sebastiannberg made their first contribution in #1130
Full Changelog: v0.61.0...v0.62.0
v0.61.0
What's Changed
- Add missing deployment tags by @thomasht86 in #1111
- Optional first phase by @thomasht86 in #1102
Full Changelog: v0.60.0...v0.61.0
v0.60.0
What's Changed
- Update video search tl notebook with latest API changes by @zoharsan in #1083
- Fix 'alias component: component_alias' feature by @Plenitude-ai in #1090
- (chore) pin datasets version by @thomasht86 in #1092
- Bump nokogiri from 1.18.8 to 1.18.9 by @dependabot[bot] in #1094
- Update actions/setup-python action to v5 by @renovate[bot] in #1074
- Create copilot-instructions.md by @thomasht86 in #1096
- Add copilot setup steps by @thomasht86 in #1100
- Support multiple index statements in Field definitions by @Copilot in #1097
- Support multiline indexing statements with tuple syntax by @Copilot in #1099
- (feat) Support SSE by @thomasht86 in #1101
- Express any query-profile or query-profile type by @thomasht86 in #1103
- Make sure rankprofile inputs is on newline in schema by @thomasht86 in #1104
- feat: add support for diversity by @dainiusjocas in #1107
- Expose url vespadocker by @thomasht86 in #1106
- Support perf environment by @thomasht86 in #1110
- Full feature parity for
deployment.xmlby @thomasht86 in #1109
New Contributors
- @Plenitude-ai made their first contribution in #1090
- @Copilot made their first contribution in #1097
Full Changelog: v0.59.0...v0.60.0