kobai-sdk 0.3.3__py3-none-any.whl → 0.3.4rc1__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.
- kobai/tenant_client.py +0 -2
- {kobai_sdk-0.3.3.dist-info → kobai_sdk-0.3.4rc1.dist-info}/METADATA +1 -3
- {kobai_sdk-0.3.3.dist-info → kobai_sdk-0.3.4rc1.dist-info}/RECORD +6 -6
- {kobai_sdk-0.3.3.dist-info → kobai_sdk-0.3.4rc1.dist-info}/WHEEL +0 -0
- {kobai_sdk-0.3.3.dist-info → kobai_sdk-0.3.4rc1.dist-info}/licenses/LICENSE +0 -0
- {kobai_sdk-0.3.3.dist-info → kobai_sdk-0.3.4rc1.dist-info}/top_level.txt +0 -0
kobai/tenant_client.py
CHANGED
|
@@ -5,8 +5,6 @@ import urllib.parse
|
|
|
5
5
|
|
|
6
6
|
from pyspark.sql import SparkSession
|
|
7
7
|
|
|
8
|
-
from langchain_community.chat_models import ChatDatabricks
|
|
9
|
-
from databricks_langchain import DatabricksEmbeddings
|
|
10
8
|
from langchain_core.language_models.chat_models import BaseChatModel
|
|
11
9
|
from langchain_core.embeddings import Embeddings
|
|
12
10
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kobai-sdk
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4rc1
|
|
4
4
|
Summary: A package that enables interaction with a Kobai tenant.
|
|
5
5
|
Author-email: Ryan Oattes <ryan@kobai.io>
|
|
6
6
|
License: Apache License
|
|
@@ -221,8 +221,6 @@ Requires-Dist: azure-identity
|
|
|
221
221
|
Requires-Dist: azure-storage-blob
|
|
222
222
|
Requires-Dist: langchain-core
|
|
223
223
|
Requires-Dist: langchain-community
|
|
224
|
-
Requires-Dist: langchain_openai
|
|
225
|
-
Requires-Dist: databricks_langchain
|
|
226
224
|
Provides-Extra: dev
|
|
227
225
|
Requires-Dist: black; extra == "dev"
|
|
228
226
|
Requires-Dist: bumpver; extra == "dev"
|
|
@@ -7,9 +7,9 @@ kobai/genie.py,sha256=-EbEYpu9xj_3zIXaPdwbNJEAmoeM7nb9qK-h1f_STtM,8061
|
|
|
7
7
|
kobai/ms_authenticate.py,sha256=rlmhtvAaSRBlYmvIBy5epMVa4MBGBLPaMwawu1T_xDQ,2252
|
|
8
8
|
kobai/spark_client.py,sha256=opM_F-4Ut5Hq5zZjWMuLvUps9sDULvyPNZHXGL8dW1k,776
|
|
9
9
|
kobai/tenant_api.py,sha256=Q5yuFd9_V4lo3LWzvYEEO3LpDRWFgQD4TlRPXDTGbiE,4368
|
|
10
|
-
kobai/tenant_client.py,sha256=
|
|
11
|
-
kobai_sdk-0.3.
|
|
12
|
-
kobai_sdk-0.3.
|
|
13
|
-
kobai_sdk-0.3.
|
|
14
|
-
kobai_sdk-0.3.
|
|
15
|
-
kobai_sdk-0.3.
|
|
10
|
+
kobai/tenant_client.py,sha256=xozM69_e4Z8mD20JpPuVWVU5oOsRVazEjFRbcwV7p6s,38899
|
|
11
|
+
kobai_sdk-0.3.4rc1.dist-info/licenses/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
12
|
+
kobai_sdk-0.3.4rc1.dist-info/METADATA,sha256=mI9ENWmYU5-ZtIjzEolBWfelum5PWMySODY1gXUJMqg,19804
|
|
13
|
+
kobai_sdk-0.3.4rc1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
14
|
+
kobai_sdk-0.3.4rc1.dist-info/top_level.txt,sha256=ns1El3BrTTHKvoAgU1XtiSaVIudYeCXbEEUVY8HFDZ4,6
|
|
15
|
+
kobai_sdk-0.3.4rc1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|