llama-index-vector-stores-chroma 0.5.0__py3-none-any.whl → 0.5.1__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 +1 -1
- {llama_index_vector_stores_chroma-0.5.0.dist-info → llama_index_vector_stores_chroma-0.5.1.dist-info}/METADATA +1 -1
- llama_index_vector_stores_chroma-0.5.1.dist-info/RECORD +7 -0
- llama_index_vector_stores_chroma-0.5.0.dist-info/RECORD +0 -7
- {llama_index_vector_stores_chroma-0.5.0.dist-info → llama_index_vector_stores_chroma-0.5.1.dist-info}/WHEEL +0 -0
- {llama_index_vector_stores_chroma-0.5.0.dist-info → llama_index_vector_stores_chroma-0.5.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -254,7 +254,7 @@ class ChromaVectorStore(BasePydanticVectorStore):
|
|
|
254
254
|
if not self._collection:
|
|
255
255
|
raise ValueError("Collection not initialized")
|
|
256
256
|
|
|
257
|
-
node_ids = node_ids or
|
|
257
|
+
node_ids = node_ids or None
|
|
258
258
|
|
|
259
259
|
if filters:
|
|
260
260
|
where = _to_chroma_filter(filters)
|
|
@@ -0,0 +1,7 @@
|
|
|
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=XG_ul6oP7Qnh8ppphWb0hWnDby__Fc5KbkkBT22V8kM,15361
|
|
4
|
+
llama_index_vector_stores_chroma-0.5.1.dist-info/METADATA,sha256=HJIoiGLND2vyOvv6xl_IUO714gaxXWBvH1cLZ1qlAFM,413
|
|
5
|
+
llama_index_vector_stores_chroma-0.5.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
6
|
+
llama_index_vector_stores_chroma-0.5.1.dist-info/licenses/LICENSE,sha256=JPQLUZD9rKvCTdu192Nk0V5PAwklIg6jANii3UmTyMs,1065
|
|
7
|
+
llama_index_vector_stores_chroma-0.5.1.dist-info/RECORD,,
|
|
@@ -1,7 +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=Sv1ZGpa_e9ZCRfhfMi8xLmcd_A586Z0TpoRESCcxglE,15359
|
|
4
|
-
llama_index_vector_stores_chroma-0.5.0.dist-info/METADATA,sha256=4qbXh5n8x7utWoVoBGh2z2-Mi3w0xI_AaW58tEddBSc,413
|
|
5
|
-
llama_index_vector_stores_chroma-0.5.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
6
|
-
llama_index_vector_stores_chroma-0.5.0.dist-info/licenses/LICENSE,sha256=JPQLUZD9rKvCTdu192Nk0V5PAwklIg6jANii3UmTyMs,1065
|
|
7
|
-
llama_index_vector_stores_chroma-0.5.0.dist-info/RECORD,,
|
|
File without changes
|