nucliadb 6.5.0.post4502__py3-none-any.whl → 6.5.1.post4504__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- nucliadb/search/search/chat/ask.py +1 -0
- {nucliadb-6.5.0.post4502.dist-info → nucliadb-6.5.1.post4504.dist-info}/METADATA +6 -6
- {nucliadb-6.5.0.post4502.dist-info → nucliadb-6.5.1.post4504.dist-info}/RECORD +6 -6
- {nucliadb-6.5.0.post4502.dist-info → nucliadb-6.5.1.post4504.dist-info}/WHEEL +0 -0
- {nucliadb-6.5.0.post4502.dist-info → nucliadb-6.5.1.post4504.dist-info}/entry_points.txt +0 -0
- {nucliadb-6.5.0.post4502.dist-info → nucliadb-6.5.1.post4504.dist-info}/top_level.txt +0 -0
@@ -595,6 +595,7 @@ async def ask(
|
|
595
595
|
citations=ask_request.citations,
|
596
596
|
citation_threshold=ask_request.citation_threshold,
|
597
597
|
generative_model=ask_request.generative_model,
|
598
|
+
seed=ask_request.generative_model_seed,
|
598
599
|
max_tokens=generation.max_answer_tokens,
|
599
600
|
query_context_images=prompt_context_images,
|
600
601
|
json_schema=ask_request.answer_json_schema,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: nucliadb
|
3
|
-
Version: 6.5.
|
3
|
+
Version: 6.5.1.post4504
|
4
4
|
Summary: NucliaDB
|
5
5
|
Author-email: Nuclia <nucliadb@nuclia.com>
|
6
6
|
License-Expression: AGPL-3.0-or-later
|
@@ -19,11 +19,11 @@ Classifier: Programming Language :: Python :: 3.12
|
|
19
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
20
20
|
Requires-Python: <4,>=3.9
|
21
21
|
Description-Content-Type: text/markdown
|
22
|
-
Requires-Dist: nucliadb-telemetry[all]>=6.5.
|
23
|
-
Requires-Dist: nucliadb-utils[cache,fastapi,storages]>=6.5.
|
24
|
-
Requires-Dist: nucliadb-protos>=6.5.
|
25
|
-
Requires-Dist: nucliadb-models>=6.5.
|
26
|
-
Requires-Dist: nidx-protos>=6.5.
|
22
|
+
Requires-Dist: nucliadb-telemetry[all]>=6.5.1.post4504
|
23
|
+
Requires-Dist: nucliadb-utils[cache,fastapi,storages]>=6.5.1.post4504
|
24
|
+
Requires-Dist: nucliadb-protos>=6.5.1.post4504
|
25
|
+
Requires-Dist: nucliadb-models>=6.5.1.post4504
|
26
|
+
Requires-Dist: nidx-protos>=6.5.1.post4504
|
27
27
|
Requires-Dist: nucliadb-admin-assets>=1.0.0.post1224
|
28
28
|
Requires-Dist: nuclia-models>=0.24.2
|
29
29
|
Requires-Dist: uvicorn[standard]
|
@@ -263,7 +263,7 @@ nucliadb/search/search/shards.py,sha256=mc5DK-MoCv9AFhlXlOFHbPvetcyNDzTFOJ5rimK8
|
|
263
263
|
nucliadb/search/search/summarize.py,sha256=ksmYPubEQvAQgfPdZHfzB_rR19B2ci4IYZ6jLdHxZo8,4996
|
264
264
|
nucliadb/search/search/utils.py,sha256=ajRIXfdTF67dBVahQCXW-rSv6gJpUMPt3QhJrWqArTQ,2175
|
265
265
|
nucliadb/search/search/chat/__init__.py,sha256=cp15ZcFnHvpcu_5-aK2A4uUyvuZVV_MJn4bIXMa20ks,835
|
266
|
-
nucliadb/search/search/chat/ask.py,sha256=
|
266
|
+
nucliadb/search/search/chat/ask.py,sha256=0sgfiCbNaCZrTvYaRGtf5xL6VnzRgzofINiEP4IvhWs,38278
|
267
267
|
nucliadb/search/search/chat/exceptions.py,sha256=Siy4GXW2L7oPhIR86H3WHBhE9lkV4A4YaAszuGGUf54,1356
|
268
268
|
nucliadb/search/search/chat/images.py,sha256=PA8VWxT5_HUGfW1ULhKTK46UBsVyINtWWqEM1ulzX1E,3095
|
269
269
|
nucliadb/search/search/chat/prompt.py,sha256=TKyIblYvZ3EiyfwVFbEeYJ66ZNDtbeJySSa45HptCOk,51837
|
@@ -375,8 +375,8 @@ nucliadb/writer/tus/local.py,sha256=7jYa_w9b-N90jWgN2sQKkNcomqn6JMVBOVeDOVYJHto,
|
|
375
375
|
nucliadb/writer/tus/s3.py,sha256=vF0NkFTXiXhXq3bCVXXVV-ED38ECVoUeeYViP8uMqcU,8357
|
376
376
|
nucliadb/writer/tus/storage.py,sha256=ToqwjoYnjI4oIcwzkhha_MPxi-k4Jk3Lt55zRwaC1SM,2903
|
377
377
|
nucliadb/writer/tus/utils.py,sha256=MSdVbRsRSZVdkaum69_0wku7X3p5wlZf4nr6E0GMKbw,2556
|
378
|
-
nucliadb-6.5.
|
379
|
-
nucliadb-6.5.
|
380
|
-
nucliadb-6.5.
|
381
|
-
nucliadb-6.5.
|
382
|
-
nucliadb-6.5.
|
378
|
+
nucliadb-6.5.1.post4504.dist-info/METADATA,sha256=NgbKcJmI6-SK9h2awP4bpcbndCDv-XWCqmh6rGtBREg,4158
|
379
|
+
nucliadb-6.5.1.post4504.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
380
|
+
nucliadb-6.5.1.post4504.dist-info/entry_points.txt,sha256=XqGfgFDuY3zXQc8ewXM2TRVjTModIq851zOsgrmaXx4,1268
|
381
|
+
nucliadb-6.5.1.post4504.dist-info/top_level.txt,sha256=hwYhTVnX7jkQ9gJCkVrbqEG1M4lT2F_iPQND1fCzF80,20
|
382
|
+
nucliadb-6.5.1.post4504.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|