llama-index-vector-stores-chroma 0.1.9__py3-none-any.whl → 0.1.10__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.

@@ -443,7 +443,7 @@ class ChromaVectorStore(BasePydanticVectorStore):
443
443
  results["ids"] = [[]]
444
444
 
445
445
  for node_id, text, metadata in zip(
446
- results["ids"][0], results["documents"], results["metadatas"]
446
+ results["ids"], results["documents"], results["metadatas"]
447
447
  ):
448
448
  try:
449
449
  node = metadata_dict_to_node(metadata)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: llama-index-vector-stores-chroma
3
- Version: 0.1.9
3
+ Version: 0.1.10
4
4
  Summary: llama-index vector_stores chroma integration
5
5
  License: MIT
6
6
  Author: Your Name
@@ -11,6 +11,7 @@ Classifier: Programming Language :: Python :: 3
11
11
  Classifier: Programming Language :: Python :: 3.9
12
12
  Classifier: Programming Language :: Python :: 3.10
13
13
  Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Programming Language :: Python :: 3.12
14
15
  Requires-Dist: chromadb (>=0.4.0,<0.6.0)
15
16
  Requires-Dist: llama-index-core (>=0.10.1,<0.11.0)
16
17
  Description-Content-Type: text/markdown
@@ -0,0 +1,5 @@
1
+ llama_index/vector_stores/chroma/__init__.py,sha256=QNMK-nHKEt-wmks5mhWfdOKDybpmsqrL4neV-HCA6N4,101
2
+ llama_index/vector_stores/chroma/base.py,sha256=SvwNcQDPkoPpcFY876VMdJYl0iszZeLl1sLmnmBX97k,14839
3
+ llama_index_vector_stores_chroma-0.1.10.dist-info/METADATA,sha256=mb14ISTjnyQI9if0RBB46YVftkEE8JSx_cBiAaHqR7A,705
4
+ llama_index_vector_stores_chroma-0.1.10.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
5
+ llama_index_vector_stores_chroma-0.1.10.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.7.0
2
+ Generator: poetry-core 1.9.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,5 +0,0 @@
1
- llama_index/vector_stores/chroma/__init__.py,sha256=QNMK-nHKEt-wmks5mhWfdOKDybpmsqrL4neV-HCA6N4,101
2
- llama_index/vector_stores/chroma/base.py,sha256=_PxgEShceRgIq_f4l-T19GlUQSQm_4akn7BYlUluPk4,14842
3
- llama_index_vector_stores_chroma-0.1.9.dist-info/METADATA,sha256=Yr549GoPezUy0Hfb-BwH5sgfCVKeTpiHWKXVi2qR3Us,653
4
- llama_index_vector_stores_chroma-0.1.9.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
5
- llama_index_vector_stores_chroma-0.1.9.dist-info/RECORD,,