llama-index-vector-stores-chroma 0.2.1__py3-none-any.whl → 0.2.2__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-index-vector-stores-chroma might be problematic. Click here for more details.
- llama_index/vector_stores/chroma/base.py +2 -2
- {llama_index_vector_stores_chroma-0.2.1.dist-info → llama_index_vector_stores_chroma-0.2.2.dist-info}/METADATA +1 -1
- llama_index_vector_stores_chroma-0.2.2.dist-info/RECORD +6 -0
- llama_index_vector_stores_chroma-0.2.1.dist-info/RECORD +0 -6
- {llama_index_vector_stores_chroma-0.2.1.dist-info → llama_index_vector_stores_chroma-0.2.2.dist-info}/WHEEL +0 -0
|
@@ -255,7 +255,7 @@ class ChromaVectorStore(BasePydanticVectorStore):
|
|
|
255
255
|
if filters:
|
|
256
256
|
where = _to_chroma_filter(filters)
|
|
257
257
|
else:
|
|
258
|
-
where =
|
|
258
|
+
where = None
|
|
259
259
|
|
|
260
260
|
result = self._get(None, where=where, ids=node_ids)
|
|
261
261
|
|
|
@@ -332,7 +332,7 @@ class ChromaVectorStore(BasePydanticVectorStore):
|
|
|
332
332
|
if filters:
|
|
333
333
|
where = _to_chroma_filter(filters)
|
|
334
334
|
else:
|
|
335
|
-
where =
|
|
335
|
+
where = None
|
|
336
336
|
|
|
337
337
|
self._collection.delete(ids=node_ids, where=where)
|
|
338
338
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
llama_index/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
llama_index/vector_stores/chroma/__init__.py,sha256=QNMK-nHKEt-wmks5mhWfdOKDybpmsqrL4neV-HCA6N4,101
|
|
3
|
+
llama_index/vector_stores/chroma/base.py,sha256=oauz3_klSF1VIPRgAbAROCCay44sEfTcs3AhJgcU3ZI,14843
|
|
4
|
+
llama_index_vector_stores_chroma-0.2.2.dist-info/METADATA,sha256=0zwgx-4K22l08bGZBAy8J0cV33IQEVBMuvBz-Rm_J0s,755
|
|
5
|
+
llama_index_vector_stores_chroma-0.2.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
6
|
+
llama_index_vector_stores_chroma-0.2.2.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
llama_index/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
llama_index/vector_stores/chroma/__init__.py,sha256=QNMK-nHKEt-wmks5mhWfdOKDybpmsqrL4neV-HCA6N4,101
|
|
3
|
-
llama_index/vector_stores/chroma/base.py,sha256=ddOAMgOrvPpBAw_X99y_9FkZeH_jZ3XpTHr0IgDeRAc,14839
|
|
4
|
-
llama_index_vector_stores_chroma-0.2.1.dist-info/METADATA,sha256=G0uUkqaI7sqPcX7fSrwg5T8WQHfORvK9Wg-hertcQpU,755
|
|
5
|
-
llama_index_vector_stores_chroma-0.2.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
6
|
-
llama_index_vector_stores_chroma-0.2.1.dist-info/RECORD,,
|
|
File without changes
|