llama-cloud 0.1.25__py3-none-any.whl → 0.1.26__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.
Potentially problematic release.
This version of llama-cloud might be problematic. Click here for more details.
- llama_cloud/types/metadata_filter.py +1 -1
- {llama_cloud-0.1.25.dist-info → llama_cloud-0.1.26.dist-info}/METADATA +3 -2
- {llama_cloud-0.1.25.dist-info → llama_cloud-0.1.26.dist-info}/RECORD +5 -5
- {llama_cloud-0.1.25.dist-info → llama_cloud-0.1.26.dist-info}/WHEEL +1 -1
- {llama_cloud-0.1.25.dist-info → llama_cloud-0.1.26.dist-info}/LICENSE +0 -0
|
@@ -20,7 +20,7 @@ class MetadataFilter(pydantic.BaseModel):
|
|
|
20
20
|
"""
|
|
21
21
|
Comprehensive metadata filter for vector stores to support more operators.
|
|
22
22
|
|
|
23
|
-
Value uses Strict
|
|
23
|
+
Value uses Strict types, as int, float and str are compatible types and were all
|
|
24
24
|
converted to string before.
|
|
25
25
|
|
|
26
26
|
See: https://docs.pydantic.dev/latest/usage/types/#strict-types
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: llama-cloud
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.26
|
|
4
4
|
Summary:
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Logan Markewich
|
|
@@ -13,6 +13,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.10
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
16
17
|
Requires-Dist: certifi (>=2024.7.4)
|
|
17
18
|
Requires-Dist: httpx (>=0.20.0)
|
|
18
19
|
Requires-Dist: pydantic (>=1.10)
|
|
@@ -205,7 +205,7 @@ llama_cloud/types/managed_ingestion_status.py,sha256=3KVlcurpEBOPAesBUS5pSYLoQVI
|
|
|
205
205
|
llama_cloud/types/managed_ingestion_status_response.py,sha256=rdNpjNbQswF-6JG1e-EU374TP6Pjlxl0p7HJyNmuxTI,1373
|
|
206
206
|
llama_cloud/types/message_annotation.py,sha256=n4F9w4LxwmGvgXDk6E8YPTMu_g0yEjZhZ_eNFXdS_bc,1017
|
|
207
207
|
llama_cloud/types/message_role.py,sha256=9MpXT9drR33TyT1-NiqB3uGbuxvWwtoOdSmKQE9HmJI,1359
|
|
208
|
-
llama_cloud/types/metadata_filter.py,sha256=
|
|
208
|
+
llama_cloud/types/metadata_filter.py,sha256=LX2fGsUb4wvF5bj9iWO6IPQGi3i0L2Lb4cE6igeeX9Y,1438
|
|
209
209
|
llama_cloud/types/metadata_filter_value.py,sha256=ij721gXNI7zbgsuDl9-AqBcXg2WDuVZhYS5F5YqekEs,188
|
|
210
210
|
llama_cloud/types/metadata_filters.py,sha256=uSf6sB4oQu6WzMPNFG6Tc4euqEiYcj_X14Y5JWt9xVE,1315
|
|
211
211
|
llama_cloud/types/metadata_filters_filters_item.py,sha256=e8KhD2q6Qc2_aK6r5CvyxC0oWVYO4F4vBIcB9eMEPPM,246
|
|
@@ -334,7 +334,7 @@ llama_cloud/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CPX
|
|
|
334
334
|
llama_cloud/types/vertex_ai_embedding_config.py,sha256=DvQk2xMJFmo54MEXTzoM4KSADyhGm_ygmFyx6wIcQdw,1159
|
|
335
335
|
llama_cloud/types/vertex_embedding_mode.py,sha256=yY23FjuWU_DkXjBb3JoKV4SCMqel2BaIMltDqGnIowU,1217
|
|
336
336
|
llama_cloud/types/vertex_text_embedding.py,sha256=-C4fNCYfFl36ATdBMGFVPpiHIKxjk0KB1ERA2Ec20aU,1932
|
|
337
|
-
llama_cloud-0.1.
|
|
338
|
-
llama_cloud-0.1.
|
|
339
|
-
llama_cloud-0.1.
|
|
340
|
-
llama_cloud-0.1.
|
|
337
|
+
llama_cloud-0.1.26.dist-info/LICENSE,sha256=_iNqtPcw1Ue7dZKwOwgPtbegMUkWVy15hC7bffAdNmY,1067
|
|
338
|
+
llama_cloud-0.1.26.dist-info/METADATA,sha256=B--aro8KbdEVNmDa9954Yd2M4QaJ5GIA7r7_oR3MAn8,1194
|
|
339
|
+
llama_cloud-0.1.26.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
340
|
+
llama_cloud-0.1.26.dist-info/RECORD,,
|
|
File without changes
|