palimpzest 0.7.17__py3-none-any.whl → 0.7.19__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.
- palimpzest/query/operators/retrieve.py +1 -1
- {palimpzest-0.7.17.dist-info → palimpzest-0.7.19.dist-info}/METADATA +3 -2
- {palimpzest-0.7.17.dist-info → palimpzest-0.7.19.dist-info}/RECORD +6 -6
- {palimpzest-0.7.17.dist-info → palimpzest-0.7.19.dist-info}/WHEEL +0 -0
- {palimpzest-0.7.17.dist-info → palimpzest-0.7.19.dist-info}/licenses/LICENSE +0 -0
- {palimpzest-0.7.17.dist-info → palimpzest-0.7.19.dist-info}/top_level.txt +0 -0
|
@@ -212,7 +212,7 @@ class RetrieveOp(PhysicalOperator):
|
|
|
212
212
|
error_msg = "ChromaDB index must use OpenAI or SentenceTransformer embedding function; see: https://docs.trychroma.com/integrations/embedding-models/openai"
|
|
213
213
|
assert uses_openai_embedding_fcn or uses_sentence_transformer_embedding_fcn, error_msg
|
|
214
214
|
|
|
215
|
-
model_name = self.index._embedding_function.
|
|
215
|
+
model_name = self.index._embedding_function.model_name if uses_openai_embedding_fcn else "clip-ViT-B-32"
|
|
216
216
|
err_msg = f"For Chromadb, we currently only support `text-embedding-3-small` and `clip-ViT-B-32`; your index uses: {model_name}"
|
|
217
217
|
embedding_model_names = [model.value for model in Model if model.is_embedding_model()]
|
|
218
218
|
assert model_name in embedding_model_names, err_msg
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: palimpzest
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.19
|
|
4
4
|
Summary: Palimpzest is a system which enables anyone to process AI-powered analytical queries simply by defining them in a declarative language
|
|
5
5
|
Author-email: MIT DSG Semantic Management Lab <michjc@csail.mit.edu>
|
|
6
6
|
Project-URL: homepage, https://palimpzest.org
|
|
@@ -16,8 +16,9 @@ Requires-Python: >=3.8
|
|
|
16
16
|
Description-Content-Type: text/markdown
|
|
17
17
|
License-File: LICENSE
|
|
18
18
|
Requires-Dist: beautifulsoup4>=4.13.4
|
|
19
|
-
Requires-Dist: chromadb>=0.
|
|
19
|
+
Requires-Dist: chromadb>=1.0.15
|
|
20
20
|
Requires-Dist: colorama>=0.4.6
|
|
21
|
+
Requires-Dist: datasets>=4.0.0
|
|
21
22
|
Requires-Dist: fastapi~=0.115.0
|
|
22
23
|
Requires-Dist: gradio>=5.26.0
|
|
23
24
|
Requires-Dist: numpy==2.0.2
|
|
@@ -50,7 +50,7 @@ palimpzest/query/operators/mixture_of_agents_convert.py,sha256=CU6X7KG1Ivx-8OZ6H
|
|
|
50
50
|
palimpzest/query/operators/physical.py,sha256=HJu6eksVYILEc0Q_YKCtmBuOXNkryxXKf9LxwESOV-k,8052
|
|
51
51
|
palimpzest/query/operators/project.py,sha256=zm01I404wpUGjigK3ATn5ApY7yf1HVFd1ZYWfVlsZsI,2094
|
|
52
52
|
palimpzest/query/operators/rag_convert.py,sha256=kg5PfukNuUs9MWu9BMqsn0CC2L6WchLeg20BWWD7V0Q,10699
|
|
53
|
-
palimpzest/query/operators/retrieve.py,sha256=
|
|
53
|
+
palimpzest/query/operators/retrieve.py,sha256=daSPOPX_vSBLTeux_GMH52t1giPxmtNH48ILQZx34to,13092
|
|
54
54
|
palimpzest/query/operators/scan.py,sha256=pOS_9fkBEjwsabLK9Fz08c9n7L74-4mhiWWiVbdFrII,5870
|
|
55
55
|
palimpzest/query/operators/split_convert.py,sha256=QSc4_WKeysl32Q8ovK25UgPwskxS9baJ-sl23fv3ykA,7719
|
|
56
56
|
palimpzest/query/optimizer/__init__.py,sha256=qJtR1nwGurkazInpdwJVQ1vVmBfsA_qXGXU71RkycSE,2465
|
|
@@ -88,8 +88,8 @@ palimpzest/utils/model_helpers.py,sha256=GEtWn0SIoTjEf94ZQZyP99zJ2sOEIYJYxhOCjaT
|
|
|
88
88
|
palimpzest/utils/progress.py,sha256=RiV753fKV8dFCNan4_wvdN2S3gvTvyRPq4Ksz6nSV1U,18536
|
|
89
89
|
palimpzest/utils/sandbox.py,sha256=Ge96gmzqeOGlNkMCG9A95_PB8wRQbvTFua136of8FcA,6465
|
|
90
90
|
palimpzest/utils/udfs.py,sha256=LjHic54B1az-rKgNLur0wOpaz2ko_UodjLEJrazkxvY,1854
|
|
91
|
-
palimpzest-0.7.
|
|
92
|
-
palimpzest-0.7.
|
|
93
|
-
palimpzest-0.7.
|
|
94
|
-
palimpzest-0.7.
|
|
95
|
-
palimpzest-0.7.
|
|
91
|
+
palimpzest-0.7.19.dist-info/licenses/LICENSE,sha256=5GUlHy9lr-Py9kvV38FF1m3yy3NqM18fefuE9wkWumo,1079
|
|
92
|
+
palimpzest-0.7.19.dist-info/METADATA,sha256=HHKbFRcxR6v21CfTmnLOOP19mbLnyOQu971UNEbBqLg,7120
|
|
93
|
+
palimpzest-0.7.19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
94
|
+
palimpzest-0.7.19.dist-info/top_level.txt,sha256=raV06dJUgohefUn3ZyJS2uqp_Y76EOLA9Y2e_fxt8Ew,11
|
|
95
|
+
palimpzest-0.7.19.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|