embedding-flow 0.1.1__py3-none-any.whl → 0.1.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: embedding-flow
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Pipeline to transform text chunks into embeddings and load to Qdrant
5
5
  Author: facuvega
6
6
  Classifier: Programming Language :: Python :: 3
@@ -15,11 +15,15 @@ License-File: LICENSE
15
15
  Requires-Dist: pandas>=2.0.0
16
16
  Requires-Dist: pyarrow>=12.0.0
17
17
  Requires-Dist: sentence-transformers>=2.2.0
18
- Requires-Dist: torch>=2.0.0
19
18
  Requires-Dist: qdrant-client>=1.7.0
19
+ Requires-Dist: transformers
20
20
  Provides-Extra: dev
21
21
  Requires-Dist: pytest>=7.0.0; extra == "dev"
22
22
  Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
23
+ Provides-Extra: cpu
24
+ Requires-Dist: torch>=2.0.0; extra == "cpu"
25
+ Provides-Extra: cuda
26
+ Requires-Dist: torch>=2.0.0; extra == "cuda"
23
27
  Dynamic: license-file
24
28
 
25
29
  # embedding-flow
@@ -29,7 +33,11 @@ Biblioteca para transformar chunks de texto en embeddings de 768 dimensiones y c
29
33
  ## Instalación
30
34
 
31
35
  ```bash
36
+ # Instalación básica (instala torch según tu sistema)
32
37
  pip install embedding-flow
38
+
39
+ # O instalar con torch CPU (recomendado si no tenés GPU)
40
+ pip install embedding-flow torch --index-url https://download.pytorch.org/whl/cpu
33
41
  ```
34
42
 
35
43
  ## Uso
@@ -6,8 +6,8 @@ embedding_flow/load/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
6
6
  embedding_flow/load/load.py,sha256=mNkl5o6EOiTEq3qzAipGv-IPopgRnKnk1CoRTaQnIys,3722
7
7
  embedding_flow/transform/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  embedding_flow/transform/transform.py,sha256=BPLZnMaf9txbJwkw6oG-FeGI3wfuaxsxxVxoiV3dOPQ,1601
9
- embedding_flow-0.1.1.dist-info/licenses/LICENSE,sha256=Vi3cItkblr6fZwGbNlp_HnBaMFwXSWYPkrVQLXX3LCs,1057
10
- embedding_flow-0.1.1.dist-info/METADATA,sha256=-79fyZKjE1N68N5QRSm8s_G_rKpQQwaAvOVzM2rNy5w,1478
11
- embedding_flow-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
- embedding_flow-0.1.1.dist-info/top_level.txt,sha256=ryROgL4aUmHN8Ez_pskO2-kRHYNg-wBDMTp48633S7s,15
13
- embedding_flow-0.1.1.dist-info/RECORD,,
9
+ embedding_flow-0.1.2.dist-info/licenses/LICENSE,sha256=Vi3cItkblr6fZwGbNlp_HnBaMFwXSWYPkrVQLXX3LCs,1057
10
+ embedding_flow-0.1.2.dist-info/METADATA,sha256=Ch2NjDXmI3P8xK8DA7yrSksVSkNlOZ7JxicFOX2_CeA,1806
11
+ embedding_flow-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
+ embedding_flow-0.1.2.dist-info/top_level.txt,sha256=ryROgL4aUmHN8Ez_pskO2-kRHYNg-wBDMTp48633S7s,15
13
+ embedding_flow-0.1.2.dist-info/RECORD,,