Nucliadb

Latest version: v6.0.0.post2271

Safety actively analyzes 682251 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 12

2.24.0

2.23.0

What's Changed
* Clean Makefile by vangheem in https://github.com/nuclia/nucliadb/pull/1240
* Use SentryInterceptor in gRPC servers by jotare in https://github.com/nuclia/nucliadb/pull/1238
* Add SentryInterceptor to nucliadb_utils grpc server (II) by jotare in https://github.com/nuclia/nucliadb/pull/1242
* add lock file for installing nucliadb by vangheem in https://github.com/nuclia/nucliadb/pull/1241
* Explicit update policy for dependencies by tarekziade in https://github.com/nuclia/nucliadb/pull/1239
* Remove unused Rust dependencies by jotare in https://github.com/nuclia/nucliadb/pull/1243
* Fix predict chat response iterator by lferran in https://github.com/nuclia/nucliadb/pull/1231
* Upgrade to Python 3.11 by jotare in https://github.com/nuclia/nucliadb/pull/1246
* update contributing pytest notes by vangheem in https://github.com/nuclia/nucliadb/pull/1248
* nak errored messages by vangheem in https://github.com/nuclia/nucliadb/pull/1251
* Delete deprecated POST /entitiesgroups/{group} by jotare in https://github.com/nuclia/nucliadb/pull/1110
* Add the option to remove paragraph search on chat endpoint by bloodbare in https://github.com/nuclia/nucliadb/pull/1254
* Handle shard not found when getting shard info by vangheem in https://github.com/nuclia/nucliadb/pull/1257
* add middleware tracing by hermeGarcia in https://github.com/nuclia/nucliadb/pull/1258
* Remove_paragraph_from_chat_option by bloodbare in https://github.com/nuclia/nucliadb/pull/1259
* Fix wrong lazy loading logic by jotare in https://github.com/nuclia/nucliadb/pull/1261
* add logs to middleware by hermeGarcia in https://github.com/nuclia/nucliadb/pull/1263

**Full Changelog**: https://github.com/nuclia/nucliadb/compare/v2.22.0...v2.23.0

2.22.0

What's Changed
* Better garbage collection scheduling by vangheem in https://github.com/nuclia/nucliadb/pull/1189
* implement count for kv driver by vangheem in https://github.com/nuclia/nucliadb/pull/1199
* convert number_of_shards into an async method by tarekziade in https://github.com/nuclia/nucliadb/pull/1192
* Prevent icon from being modified once is set by lferran in https://github.com/nuclia/nucliadb/pull/1201
* More chitchat/cluster-manager/cluster-monitor/swim cleanup by lferran in https://github.com/nuclia/nucliadb/pull/1203
* Promote extracted languages to basic.metadata by lferran in https://github.com/nuclia/nucliadb/pull/1197
* Cache implementation refactor by vangheem in https://github.com/nuclia/nucliadb/pull/1200
* Safer handling non existing keys by lferran in https://github.com/nuclia/nucliadb/pull/1204
* dont rely on the fs for vectorset updates by hermeGarcia in https://github.com/nuclia/nucliadb/pull/1205
* wait for the lock on GC by hermeGarcia in https://github.com/nuclia/nucliadb/pull/1210
* added RSS+VMS and disk size by tarekziade in https://github.com/nuclia/nucliadb/pull/1209
* Improve logging and add metric for garbage collecting by vangheem in https://github.com/nuclia/nucliadb/pull/1211
* Purge small fixes by lferran in https://github.com/nuclia/nucliadb/pull/1215
* make sure the reader sends telemetry by tarekziade in https://github.com/nuclia/nucliadb/pull/1202
* adjust default max paragraph and fields by vangheem in https://github.com/nuclia/nucliadb/pull/1214
* Retry timeout errors for tikv by lferran in https://github.com/nuclia/nucliadb/pull/1217
* on small kbs, calculate resources counter by vangheem in https://github.com/nuclia/nucliadb/pull/1220
* have ListShards list all the shards in a node by vangheem in https://github.com/nuclia/nucliadb/pull/1227
* Fix lock gc by hermeGarcia in https://github.com/nuclia/nucliadb/pull/1226
* Look ahead chat stream and parse predict status code by lferran in https://github.com/nuclia/nucliadb/pull/1228
* FST-based labels (initial class) by tarekziade in https://github.com/nuclia/nucliadb/pull/1225
* Add missing nonblocking code to GetShard by jotare in https://github.com/nuclia/nucliadb/pull/1233
* Avoid spawning unneeded threads on search by jotare in https://github.com/nuclia/nucliadb/pull/1235
* Standalone support for gc and shard splitting by vangheem in https://github.com/nuclia/nucliadb/pull/1222

**Full Changelog**: https://github.com/nuclia/nucliadb/compare/v2.21.0...v2.22.0

2.21.0

What's Changed
* move `nucliadb_node/binding` to the root [sc-6670] by tarekziade in https://github.com/nuclia/nucliadb/pull/1154
* fix calling sync fastapi functions from decorator by vangheem in https://github.com/nuclia/nucliadb/pull/1158
* prevent setting up multiple cluster discoveries at the same time by vangheem in https://github.com/nuclia/nucliadb/pull/1160
* add a couple of missing COPY by tarekziade in https://github.com/nuclia/nucliadb/pull/1163
* invalidate stub cache every time node address changes by vangheem in https://github.com/nuclia/nucliadb/pull/1165
* Fix parsing rephrase response so that it does not include " characters by lferran in https://github.com/nuclia/nucliadb/pull/1162
* More logging for cluster changes and node query errors by vangheem in https://github.com/nuclia/nucliadb/pull/1164
* Do not call predict chat if no context is found by lferran in https://github.com/nuclia/nucliadb/pull/1159
* Ingest utility does not require setting up the cluster by lferran in https://github.com/nuclia/nucliadb/pull/1150
* use eph-token instead of auth_token for standalone temp token by vangheem in https://github.com/nuclia/nucliadb/pull/1174
* provide job concurrency settings for workflows by vangheem in https://github.com/nuclia/nucliadb/pull/1175
* trigger sdk test on stage after publishing a new version by ebrehault in https://github.com/nuclia/nucliadb/pull/1177
* Fix Node's GH action to trigger automatic deploy by lferran in https://github.com/nuclia/nucliadb/pull/1181
* use max shard fields and paragraphs by vangheem in https://github.com/nuclia/nucliadb/pull/1179
* Faster filtering by hermeGarcia in https://github.com/nuclia/nucliadb/pull/1176
* increase dependency versions by vangheem in https://github.com/nuclia/nucliadb/pull/1152
* fix github sha in ci by vangheem in https://github.com/nuclia/nucliadb/pull/1183
* Simplify the shard counting by tarekziade in https://github.com/nuclia/nucliadb/pull/1182
* disable failing sdk tests by vangheem in https://github.com/nuclia/nucliadb/pull/1186
* make sure we properly finalize by tarekziade in https://github.com/nuclia/nucliadb/pull/1187
* remove keys method in driver by vangheem in https://github.com/nuclia/nucliadb/pull/1190
* Slow counters on large kbs by vangheem in https://github.com/nuclia/nucliadb/pull/1191
* pin the protobuf lib by tarekziade in https://github.com/nuclia/nucliadb/pull/1195
* Fixed a task leak by tarekziade in https://github.com/nuclia/nucliadb/pull/1194
* Adding coverage to `nucliadb_node_binding` by tarekziade in https://github.com/nuclia/nucliadb/pull/1173
* Fix retrying async generators by lferran in https://github.com/nuclia/nucliadb/pull/1196
* Retry client connection errors on predict and processing api clients by lferran in https://github.com/nuclia/nucliadb/pull/1185
* Add slug on conflict error message by lferran in https://github.com/nuclia/nucliadb/pull/1193
* force the nodes platform so the test don't choke on silicon chips by tarekziade in https://github.com/nuclia/nucliadb/pull/1188
* standalone clustering support by vangheem in https://github.com/nuclia/nucliadb/pull/1118


**Full Changelog**: https://github.com/nuclia/nucliadb/compare/v2.20.2...v2.21.0

2.20.2

What's Changed
* Remove chitchat by vangheem in https://github.com/nuclia/nucliadb/pull/1127
* Standalone temp token support by vangheem in https://github.com/nuclia/nucliadb/pull/1147

**Full Changelog**: https://github.com/nuclia/nucliadb/compare/v2.19.0...v2.20.2

2.19.0

What's Changed
* retry conflict errors by vangheem in https://github.com/nuclia/nucliadb/pull/1125
* More chat audit improvements by lferran in https://github.com/nuclia/nucliadb/pull/1129
* Abort transactions asynchronously on search by lferran in https://github.com/nuclia/nucliadb/pull/1133
* Audit only user provided context by lferran in https://github.com/nuclia/nucliadb/pull/1134
* Update README.md by pyrokin5 in https://github.com/nuclia/nucliadb/pull/1126
* WillNeed for vector storage and sequential for hnsw by hermeGarcia in https://github.com/nuclia/nucliadb/pull/1139
* fix s3 support by vangheem in https://github.com/nuclia/nucliadb/pull/1135
* add simple VM install script by vangheem in https://github.com/nuclia/nucliadb/pull/1136
* Fix transaction contextmanager by lferran in https://github.com/nuclia/nucliadb/pull/1140
* Upgrade CloudFile.size field from int32 to uint64 by lferran in https://github.com/nuclia/nucliadb/pull/1138
* do not include version in chart filename by vangheem in https://github.com/nuclia/nucliadb/pull/1141
* Purge needs cluster to delete shards by lferran in https://github.com/nuclia/nucliadb/pull/1144

New Contributors
* pyrokin5 made their first contribution in https://github.com/nuclia/nucliadb/pull/1126

**Full Changelog**: https://github.com/nuclia/nucliadb/compare/v2.18.0...v2.19.0

Page 10 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.