embedding-flow 0.1.5__py3-none-any.whl → 0.1.9__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.5
3
+ Version: 0.1.9
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
@@ -12,9 +12,9 @@ Classifier: Operating System :: OS Independent
12
12
  Requires-Python: >=3.10
13
13
  Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
- Requires-Dist: torch==2.8.0
16
- Requires-Dist: sentence-transformers
17
- Requires-Dist: transformers
15
+ Requires-Dist: torch==2.3.1
16
+ Requires-Dist: sentence-transformers>=2.2.0
17
+ Requires-Dist: transformers>=4.30.0
18
18
  Requires-Dist: pandas
19
19
  Requires-Dist: pyarrow
20
20
  Requires-Dist: qdrant-client>=1.7.0
@@ -35,6 +35,10 @@ Biblioteca para transformar chunks de texto en embeddings de 768 dimensiones y c
35
35
  ## Instalación
36
36
 
37
37
  ```bash
38
+ # Instalar torch CPU primero (evita descargar CUDA)
39
+ pip install torch --index-url https://download.pytorch.org/whl/cpu
40
+
41
+ # Luego instalar embedding-flow
38
42
  pip install embedding-flow
39
43
  ```
40
44
 
@@ -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.5.dist-info/licenses/LICENSE,sha256=Vi3cItkblr6fZwGbNlp_HnBaMFwXSWYPkrVQLXX3LCs,1057
10
- embedding_flow-0.1.5.dist-info/METADATA,sha256=4F9YsEQt40XEQ6ZvLranNp2lzxURyhQg1gpIMkyiKcQ,1643
11
- embedding_flow-0.1.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
- embedding_flow-0.1.5.dist-info/top_level.txt,sha256=ryROgL4aUmHN8Ez_pskO2-kRHYNg-wBDMTp48633S7s,15
13
- embedding_flow-0.1.5.dist-info/RECORD,,
9
+ embedding_flow-0.1.9.dist-info/licenses/LICENSE,sha256=Vi3cItkblr6fZwGbNlp_HnBaMFwXSWYPkrVQLXX3LCs,1057
10
+ embedding_flow-0.1.9.dist-info/METADATA,sha256=b7pk4_55Oc50ysdR0_b2vBza1sYGKUfNlGfC3NyD6U4,1810
11
+ embedding_flow-0.1.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
12
+ embedding_flow-0.1.9.dist-info/top_level.txt,sha256=ryROgL4aUmHN8Ez_pskO2-kRHYNg-wBDMTp48633S7s,15
13
+ embedding_flow-0.1.9.dist-info/RECORD,,