llama-index-vector-stores-chroma 0.0.2a0__py3-none-any.whl → 0.1.0__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/BUILD +1 -0
- llama_index/vector_stores/chroma/__init__.py +0 -1
- llama_index/vector_stores/chroma/base.py +0 -1
- {llama_index_vector_stores_chroma-0.0.2a0.dist-info → llama_index_vector_stores_chroma-0.1.0.dist-info}/METADATA +2 -2
- llama_index_vector_stores_chroma-0.1.0.dist-info/RECORD +6 -0
- llama_index_vector_stores_chroma-0.0.2a0.dist-info/RECORD +0 -5
- {llama_index_vector_stores_chroma-0.0.2a0.dist-info → llama_index_vector_stores_chroma-0.1.0.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
python_sources()
|
|
@@ -5,7 +5,6 @@ from typing import Any, Dict, Generator, List, Optional, cast
|
|
|
5
5
|
|
|
6
6
|
import chromadb
|
|
7
7
|
from chromadb.api.models.Collection import Collection
|
|
8
|
-
|
|
9
8
|
from llama_index.core.bridge.pydantic import Field, PrivateAttr
|
|
10
9
|
from llama_index.core.schema import BaseNode, MetadataMode, TextNode
|
|
11
10
|
from llama_index.core.utils import truncate_text
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: llama-index-vector-stores-chroma
|
|
3
|
-
Version: 0.0
|
|
3
|
+
Version: 0.1.0
|
|
4
4
|
Summary: llama-index vector_stores chroma integration
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Your Name
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.10
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
14
|
Requires-Dist: chromadb (>=0.4.22,<0.5.0)
|
|
15
|
-
Requires-Dist: llama-index-core (
|
|
15
|
+
Requires-Dist: llama-index-core (==0.10.0)
|
|
16
16
|
Requires-Dist: onnxruntime (>=1.17.0,<2.0.0)
|
|
17
17
|
Requires-Dist: tokenizers (>=0.15.1,<0.16.0)
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
llama_index/vector_stores/chroma/BUILD,sha256=Nf7BYWWe1USoFEIsIiEVZ8sa05J5FPkMJ-UIMDLrU8o,17
|
|
2
|
+
llama_index/vector_stores/chroma/__init__.py,sha256=QNMK-nHKEt-wmks5mhWfdOKDybpmsqrL4neV-HCA6N4,101
|
|
3
|
+
llama_index/vector_stores/chroma/base.py,sha256=vfjdFpq09_6Wp9ui7GKpVoMn6RcanaIhb_aYlg8XVhc,10806
|
|
4
|
+
llama_index_vector_stores_chroma-0.1.0.dist-info/METADATA,sha256=Tt9fEyPLsx0kVpFn6pBKsrYZAIWjQH5yr4B7UkKMAiA,737
|
|
5
|
+
llama_index_vector_stores_chroma-0.1.0.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
6
|
+
llama_index_vector_stores_chroma-0.1.0.dist-info/RECORD,,
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
llama_index/vector_stores/chroma/__init__.py,sha256=yYChjH0M7ITOFFsxA6biljU_AeZrUEYJ9bMxDwm4H7c,102
|
|
2
|
-
llama_index/vector_stores/chroma/base.py,sha256=XT4-l84net93kvc2MMmZdFC6C8OboaQTnnjx_qt_Wj0,10807
|
|
3
|
-
llama_index_vector_stores_chroma-0.0.2a0.dist-info/METADATA,sha256=EGVQIChdY2RYlZotHnfN6OWI16UNKtoTVFTvq8a9iuA,747
|
|
4
|
-
llama_index_vector_stores_chroma-0.0.2a0.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
|
5
|
-
llama_index_vector_stores_chroma-0.0.2a0.dist-info/RECORD,,
|
|
File without changes
|