vedana-etl 0.6.1__py3-none-any.whl → 0.6.3__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.
vedana_etl/steps.py CHANGED
@@ -604,7 +604,8 @@ def generate_embeddings(
604
604
  tasks.append((pos, attr_name, text_val))
605
605
 
606
606
  if not tasks:
607
- return df
607
+ output_columns = pkeys + ["attribute_name", "attribute_value", "embedding"]
608
+ return pd.DataFrame(columns=output_columns)
608
609
 
609
610
  provider = LLMProvider()
610
611
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vedana-etl
3
- Version: 0.6.1
3
+ Version: 0.6.3
4
4
  Summary: Pipeline template for Vedana
5
5
  Author-email: Andrey Tatarinov <a@tatarinov.co>, Timur Sheydaev <tsheyd@epoch8.co>
6
6
  Requires-Python: >=3.12
@@ -15,7 +15,7 @@ Requires-Dist: pgvector>=0.4.2
15
15
  Requires-Dist: pytest>=8.4.1
16
16
  Requires-Dist: requests>=2.32.4
17
17
  Requires-Dist: sqlalchemy>=2.0.41
18
- Requires-Dist: vedana-core>=0.5.0
18
+ Requires-Dist: vedana-core>=0.6.3
19
19
  Description-Content-Type: text/markdown
20
20
 
21
21
  # Basic pipeline for all vedana projects.
@@ -6,8 +6,8 @@ vedana_etl/pipeline.py,sha256=AcDcWBgauucIPe9mnL8Uar6Vv3jUqBXg0kINLwR5s9I,4145
6
6
  vedana_etl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  vedana_etl/schemas.py,sha256=OaV7zop6bkzIHZQh56oeH29wz7KVtm7wSEvBMJTsaIA,948
8
8
  vedana_etl/settings.py,sha256=9phXeq3-YlTsUnBkMvoMemzMXAQjMEYrouEpoXSbUxk,612
9
- vedana_etl/steps.py,sha256=27mS155c7CkuZPKQlao1cSnLhOy9qLja6MQ7Oqa2tKY,26081
9
+ vedana_etl/steps.py,sha256=yg8x3QomEB8iFMjfAx9UmhW3NrCKmLT9rjYDnsadMXE,26199
10
10
  vedana_etl/store.py,sha256=5JbxJJ3Yhbzw_klZOwtImdW9jGLOiMU6VAGHXDNxf6Q,7386
11
- vedana_etl-0.6.1.dist-info/METADATA,sha256=wcpO6enwDudpAPNEJgQQKcP6QOYvs4BT5eQ-ixiScr8,1868
12
- vedana_etl-0.6.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
13
- vedana_etl-0.6.1.dist-info/RECORD,,
11
+ vedana_etl-0.6.3.dist-info/METADATA,sha256=VoVzqN17Ej6XLfsp3G06OvSC6CAq7nCLhEujcFh7-ik,1868
12
+ vedana_etl-0.6.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
13
+ vedana_etl-0.6.3.dist-info/RECORD,,