ragbits-evaluate 0.13.0__py3-none-any.whl → 0.14.0__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.
- ragbits/evaluate/pipelines/document_search.py +1 -1
- {ragbits_evaluate-0.13.0.dist-info → ragbits_evaluate-0.14.0.dist-info}/METADATA +2 -2
- {ragbits_evaluate-0.13.0.dist-info → ragbits_evaluate-0.14.0.dist-info}/RECORD +4 -4
- {ragbits_evaluate-0.13.0.dist-info → ragbits_evaluate-0.14.0.dist-info}/WHEEL +0 -0
|
@@ -3,8 +3,8 @@ from uuid import uuid4
|
|
|
3
3
|
|
|
4
4
|
from typing_extensions import Self
|
|
5
5
|
|
|
6
|
+
from ragbits.core.sources.hf import HuggingFaceSource
|
|
6
7
|
from ragbits.document_search import DocumentSearch
|
|
7
|
-
from ragbits.document_search.documents.sources import HuggingFaceSource
|
|
8
8
|
from ragbits.evaluate.pipelines.base import EvaluationPipeline, EvaluationResult
|
|
9
9
|
|
|
10
10
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ragbits-evaluate
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.14.0
|
|
4
4
|
Summary: Evaluation module for Ragbits components
|
|
5
5
|
Project-URL: Homepage, https://github.com/deepsense-ai/ragbits
|
|
6
6
|
Project-URL: Bug Reports, https://github.com/deepsense-ai/ragbits/issues
|
|
@@ -26,7 +26,7 @@ Requires-Dist: distilabel==1.4.1
|
|
|
26
26
|
Requires-Dist: hydra-core~=1.3.2
|
|
27
27
|
Requires-Dist: neptune[optuna]~=1.12.0
|
|
28
28
|
Requires-Dist: optuna==4.0.0
|
|
29
|
-
Requires-Dist: ragbits-core==0.
|
|
29
|
+
Requires-Dist: ragbits-core==0.14.0
|
|
30
30
|
Provides-Extra: relari
|
|
31
31
|
Requires-Dist: continuous-eval<1.0.0,>=0.3.12; extra == 'relari'
|
|
32
32
|
Description-Content-Type: text/markdown
|
|
@@ -29,7 +29,7 @@ ragbits/evaluate/metrics/base.py,sha256=iJ_ise9XRS6IL6zwJZmN18rLNwI-drLsb2BJOzqk
|
|
|
29
29
|
ragbits/evaluate/metrics/document_search.py,sha256=UrIIPhDdgXkozHFVac87jBURjVvgLS5gaaN8uYJ1jJY,2852
|
|
30
30
|
ragbits/evaluate/pipelines/__init__.py,sha256=2ESwj6TybDxxCHrndTANpbek3TmpYSIeH1L4jFCKa48,1259
|
|
31
31
|
ragbits/evaluate/pipelines/base.py,sha256=Qo3a3il_6edAuk_1vGMp9O_FeNQDJFqJn1WQOKEK_fs,985
|
|
32
|
-
ragbits/evaluate/pipelines/document_search.py,sha256=
|
|
33
|
-
ragbits_evaluate-0.
|
|
34
|
-
ragbits_evaluate-0.
|
|
35
|
-
ragbits_evaluate-0.
|
|
32
|
+
ragbits/evaluate/pipelines/document_search.py,sha256=B0mNFxgSCfhCSjpmQhZRqc1InKKjP1kWDAekQQG9Fj4,3010
|
|
33
|
+
ragbits_evaluate-0.14.0.dist-info/METADATA,sha256=oNRGI97ZCqBNj729sVMhNe4GJeipwdp91pgE0tP_Imw,2234
|
|
34
|
+
ragbits_evaluate-0.14.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
35
|
+
ragbits_evaluate-0.14.0.dist-info/RECORD,,
|
|
File without changes
|