vanna 0.7.7__py3-none-any.whl → 0.7.8__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.
|
@@ -111,7 +111,7 @@ class PineconeDB_VectorStore(VannaBase):
|
|
|
111
111
|
|
|
112
112
|
def _check_if_embedding_exists(self, id: str, namespace: str) -> bool:
|
|
113
113
|
fetch_response = self.Index.fetch(ids=[id], namespace=namespace)
|
|
114
|
-
if fetch_response
|
|
114
|
+
if fetch_response.vectors == {}:
|
|
115
115
|
return False
|
|
116
116
|
return True
|
|
117
117
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: vanna
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.8
|
|
4
4
|
Summary: Generate SQL queries from natural language
|
|
5
5
|
Author-email: Zain Hoda <zain@vanna.ai>
|
|
6
6
|
Requires-Python: >=3.9
|
|
@@ -28,7 +28,7 @@ Requires-Dist: duckdb ; extra == "all"
|
|
|
28
28
|
Requires-Dist: openai ; extra == "all"
|
|
29
29
|
Requires-Dist: qianfan ; extra == "all"
|
|
30
30
|
Requires-Dist: mistralai>=1.0.0 ; extra == "all"
|
|
31
|
-
Requires-Dist: chromadb ; extra == "all"
|
|
31
|
+
Requires-Dist: chromadb<1.0.0 ; extra == "all"
|
|
32
32
|
Requires-Dist: anthropic ; extra == "all"
|
|
33
33
|
Requires-Dist: zhipuai ; extra == "all"
|
|
34
34
|
Requires-Dist: marqo ; extra == "all"
|
|
@@ -64,7 +64,7 @@ Requires-Dist: fastembed ; extra == "azuresearch"
|
|
|
64
64
|
Requires-Dist: boto3 ; extra == "bedrock"
|
|
65
65
|
Requires-Dist: botocore ; extra == "bedrock"
|
|
66
66
|
Requires-Dist: google-cloud-bigquery ; extra == "bigquery"
|
|
67
|
-
Requires-Dist: chromadb ; extra == "chromadb"
|
|
67
|
+
Requires-Dist: chromadb<1.0.0 ; extra == "chromadb"
|
|
68
68
|
Requires-Dist: clickhouse_connect ; extra == "clickhouse"
|
|
69
69
|
Requires-Dist: duckdb ; extra == "duckdb"
|
|
70
70
|
Requires-Dist: faiss-cpu ; extra == "faiss-cpu"
|
|
@@ -85,7 +85,7 @@ Requires-Dist: opensearch-dsl ; extra == "opensearch"
|
|
|
85
85
|
Requires-Dist: langchain-community ; extra == "opensearch"
|
|
86
86
|
Requires-Dist: langchain-huggingface ; extra == "opensearch"
|
|
87
87
|
Requires-Dist: oracledb ; extra == "oracle"
|
|
88
|
-
Requires-Dist: chromadb ; extra == "oracle"
|
|
88
|
+
Requires-Dist: chromadb<1.0.0 ; extra == "oracle"
|
|
89
89
|
Requires-Dist: langchain-postgres>=0.0.12 ; extra == "pgvector"
|
|
90
90
|
Requires-Dist: pinecone ; extra == "pinecone"
|
|
91
91
|
Requires-Dist: fastembed ; extra == "pinecone"
|
|
@@ -55,7 +55,7 @@ vanna/oracle/oracle_vector.py,sha256=uWcDFs5uhdKdjdEhFXy4RouTOiS-XMFmaUFuuOLtqho
|
|
|
55
55
|
vanna/pgvector/__init__.py,sha256=7Wvu9qcNdNvZu26Dn53jhO9YXELm0_YsrwBab4BdgVM,37
|
|
56
56
|
vanna/pgvector/pgvector.py,sha256=dJfm8rswYZvbaIbnjmyRjL071iw4siE0INibsZtaLXY,9919
|
|
57
57
|
vanna/pinecone/__init__.py,sha256=eO5l8aX8vKL6aIUMgAXGPt1jdqKxB_Hic6cmoVAUrD0,90
|
|
58
|
-
vanna/pinecone/pinecone_vector.py,sha256=
|
|
58
|
+
vanna/pinecone/pinecone_vector.py,sha256=DWJ6USFSGfcFQWC4X9viJddtahAUcDmYq8jrzetB1VE,11445
|
|
59
59
|
vanna/qdrant/__init__.py,sha256=PX_OsDOiPMvwCJ2iGER1drSdQ9AyM8iN5PEBhRb6qqY,73
|
|
60
60
|
vanna/qdrant/qdrant.py,sha256=Acl_jN-ZrtoQav_G3FuKypXiuYSo_hlP5lyOOwTxCWM,12527
|
|
61
61
|
vanna/qianfan/Qianfan_Chat.py,sha256=Z-s9MwH22T4KMR8AViAjms6qoj67pHeQkMsbK-aXf1M,5273
|
|
@@ -73,7 +73,7 @@ vanna/weaviate/__init__.py,sha256=HL6PAl7ePBAkeG8uln-BmM7IUtWohyTPvDfcPzSGSCg,46
|
|
|
73
73
|
vanna/weaviate/weaviate_vector.py,sha256=tUJIZjEy2mda8CB6C8zeN2SKkEO-UJdLsIqy69skuF0,7584
|
|
74
74
|
vanna/xinference/__init__.py,sha256=EFW_sz-BSB2XgmjACOTZmneeIk3I2EiWgue-VVJpnB0,35
|
|
75
75
|
vanna/xinference/xinference.py,sha256=2PI-f7XoBUyL_jfuXPqxCsd0W72h8j6CtEDneFw1AtI,1876
|
|
76
|
-
vanna-0.7.
|
|
77
|
-
vanna-0.7.
|
|
78
|
-
vanna-0.7.
|
|
79
|
-
vanna-0.7.
|
|
76
|
+
vanna-0.7.8.dist-info/licenses/LICENSE,sha256=VYiPMMDqj9BcxUkAYqrAzJpn5tCFXCrnglfRqS5l9Rk,1065
|
|
77
|
+
vanna-0.7.8.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
78
|
+
vanna-0.7.8.dist-info/METADATA,sha256=yv-7Z28YAaQsnPGqhVXIO16n7kTKD3KY7CvpRaRvjWs,15626
|
|
79
|
+
vanna-0.7.8.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|