kobai-sdk 0.3.3__tar.gz → 0.3.4__tar.gz
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.
Potentially problematic release.
This version of kobai-sdk might be problematic. Click here for more details.
- {kobai_sdk-0.3.3/kobai_sdk.egg-info → kobai_sdk-0.3.4}/PKG-INFO +3 -3
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/kobai/ai_rag.py +1 -1
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/kobai/tenant_client.py +0 -2
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4/kobai_sdk.egg-info}/PKG-INFO +3 -3
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/kobai_sdk.egg-info/requires.txt +2 -2
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/pyproject.toml +3 -3
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/LICENSE +0 -0
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/MANIFEST.in +0 -0
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/README.md +0 -0
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/kobai/__init__.py +0 -0
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/kobai/ai_query.py +0 -0
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/kobai/databricks_client.py +0 -0
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/kobai/demo_tenant_client.py +0 -0
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/kobai/genie.py +0 -0
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/kobai/ms_authenticate.py +0 -0
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/kobai/spark_client.py +0 -0
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/kobai/tenant_api.py +0 -0
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/kobai_sdk.egg-info/SOURCES.txt +0 -0
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/kobai_sdk.egg-info/dependency_links.txt +0 -0
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/kobai_sdk.egg-info/top_level.txt +0 -0
- {kobai_sdk-0.3.3 → kobai_sdk-0.3.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kobai-sdk
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.4
|
|
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,8 @@ 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:
|
|
225
|
-
Requires-Dist:
|
|
224
|
+
Requires-Dist: langchain-classic
|
|
225
|
+
Requires-Dist: delta-spark
|
|
226
226
|
Provides-Extra: dev
|
|
227
227
|
Requires-Dist: black; extra == "dev"
|
|
228
228
|
Requires-Dist: bumpver; extra == "dev"
|
|
@@ -7,7 +7,7 @@ from delta import DeltaTable
|
|
|
7
7
|
from langchain_core.language_models.chat_models import BaseChatModel
|
|
8
8
|
from langchain_core.embeddings import Embeddings
|
|
9
9
|
from langchain_community.document_loaders import PySparkDataFrameLoader
|
|
10
|
-
from
|
|
10
|
+
from langchain_classic import hub
|
|
11
11
|
from langchain_core.output_parsers import StrOutputParser
|
|
12
12
|
|
|
13
13
|
import urllib
|
|
@@ -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.4
|
|
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,8 @@ 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:
|
|
225
|
-
Requires-Dist:
|
|
224
|
+
Requires-Dist: langchain-classic
|
|
225
|
+
Requires-Dist: delta-spark
|
|
226
226
|
Provides-Extra: dev
|
|
227
227
|
Requires-Dist: black; extra == "dev"
|
|
228
228
|
Requires-Dist: bumpver; extra == "dev"
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "kobai-sdk"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.4"
|
|
8
8
|
description = "A package that enables interaction with a Kobai tenant."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [{ name = "Ryan Oattes", email = "ryan@kobai.io" }]
|
|
@@ -25,8 +25,8 @@ dependencies = [
|
|
|
25
25
|
"azure-storage-blob",
|
|
26
26
|
"langchain-core",
|
|
27
27
|
"langchain-community",
|
|
28
|
-
"
|
|
29
|
-
"
|
|
28
|
+
"langchain-classic",
|
|
29
|
+
"delta-spark"
|
|
30
30
|
]
|
|
31
31
|
requires-python = ">=3.11"
|
|
32
32
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|