vedana-core 0.6.0.dev1__py3-none-any.whl → 0.6.1__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_core/vts.py CHANGED
@@ -155,7 +155,7 @@ class PGVectorStore(VectorStore):
155
155
  self.node_table, self.rag_anchor_embeddings_table.c.node_id == self.node_table.c.node_id
156
156
  )
157
157
  )
158
- .where(self.rag_anchor_embeddings_table.c.label == label)
158
+ .where(self.rag_anchor_embeddings_table.c.node_type == label)
159
159
  .where(self.rag_anchor_embeddings_table.c.attribute_name == prop_name)
160
160
  .where(similarity > threshold)
161
161
  .order_by(distance)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vedana-core
3
- Version: 0.6.0.dev1
3
+ Version: 0.6.1
4
4
  Summary: Semantic Graph RAG App
5
5
  Author-email: Andrey Tatarinov <a@tatarinov.co>, Timur Sheydaev <tsheyd@epoch8.co>
6
6
  Requires-Python: >=3.12
@@ -11,7 +11,7 @@ vedana_core/rag_pipeline.py,sha256=eOnWYph-2qZufw4LzS6SeKWf69I7IKX_ynTd5H4noNY,1
11
11
  vedana_core/settings.py,sha256=X78c46zppz6kuFIJx4xGUoaerlomPYz8XrYqeIOMy8c,892
12
12
  vedana_core/start_pipeline.py,sha256=SJWBCbod88z1Qv8st3bPAsqgGK7cRSwxOJcoWGRXvLM,597
13
13
  vedana_core/utils.py,sha256=blNd44rHLfVjWvKJGHx5q6RJPHHGBHE_8DYRUdYUX24,1189
14
- vedana_core/vts.py,sha256=JzIhb2bw1Z4fJrY7nn3FewIzRm2zZZVOUD8kgcgiucU,6981
15
- vedana_core-0.6.0.dev1.dist-info/METADATA,sha256=SGZbdSlhPraCO-ERP2naor1OSRefbcM2E-3G_W09ZGA,899
16
- vedana_core-0.6.0.dev1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
17
- vedana_core-0.6.0.dev1.dist-info/RECORD,,
14
+ vedana_core/vts.py,sha256=lWZdlelEe7x6nQRGP0_vcpObPQKQBMmHNcuxMY1ziiw,6985
15
+ vedana_core-0.6.1.dist-info/METADATA,sha256=Vvc-svdObuagKipIH0mfVdprsx9VpnfFWI-X2wz6ejs,894
16
+ vedana_core-0.6.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
17
+ vedana_core-0.6.1.dist-info/RECORD,,