kobai-sdk 0.2.8rc13__py3-none-any.whl → 0.2.8rc14__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.
Potentially problematic release.
This version of kobai-sdk might be problematic. Click here for more details.
- kobai/tenant_client.py +2 -2
- {kobai_sdk-0.2.8rc13.dist-info → kobai_sdk-0.2.8rc14.dist-info}/METADATA +1 -1
- {kobai_sdk-0.2.8rc13.dist-info → kobai_sdk-0.2.8rc14.dist-info}/RECORD +6 -6
- {kobai_sdk-0.2.8rc13.dist-info → kobai_sdk-0.2.8rc14.dist-info}/WHEEL +1 -1
- {kobai_sdk-0.2.8rc13.dist-info → kobai_sdk-0.2.8rc14.dist-info}/LICENSE +0 -0
- {kobai_sdk-0.2.8rc13.dist-info → kobai_sdk-0.2.8rc14.dist-info}/top_level.txt +0 -0
kobai/tenant_client.py
CHANGED
|
@@ -479,7 +479,7 @@ class TenantClient:
|
|
|
479
479
|
# AI Functions
|
|
480
480
|
########################################
|
|
481
481
|
|
|
482
|
-
def followup_question(self, user_question, question_id=None, use_inmem_vectors=False, k=50):
|
|
482
|
+
def followup_question(self, user_question, question_id=None, use_inmem_vectors=False, k=50, dynamic_filters: dict = None):
|
|
483
483
|
"""
|
|
484
484
|
Use LLM to answer question in the context of a Kobai Studio question.
|
|
485
485
|
|
|
@@ -495,7 +495,7 @@ class TenantClient:
|
|
|
495
495
|
|
|
496
496
|
question_id = suggestions[0]["id"]
|
|
497
497
|
|
|
498
|
-
question_results = self.run_question_remote(question_id)
|
|
498
|
+
question_results = self.run_question_remote(question_id, dynamic_filters=dynamic_filters)
|
|
499
499
|
|
|
500
500
|
question_def = self.get_question(question_id)
|
|
501
501
|
question_name = question_def["description"]
|
|
@@ -5,9 +5,9 @@ kobai/databricks_client.py,sha256=fyqqMly2Qm0r1AHWsQjkYeNsDdH0G1JSgTkF9KJ55qA,21
|
|
|
5
5
|
kobai/demo_tenant_client.py,sha256=wlNc-bdI2wotRXo8ppUOalv4hYdBlek_WzJNARZV-AE,9293
|
|
6
6
|
kobai/spark_client.py,sha256=opM_F-4Ut5Hq5zZjWMuLvUps9sDULvyPNZHXGL8dW1k,776
|
|
7
7
|
kobai/tenant_api.py,sha256=9U6UbxpaAb-kpbuADXx3kbkNKaOzYy0I-GGwbpiCCOk,4212
|
|
8
|
-
kobai/tenant_client.py,sha256=
|
|
9
|
-
kobai_sdk-0.2.
|
|
10
|
-
kobai_sdk-0.2.
|
|
11
|
-
kobai_sdk-0.2.
|
|
12
|
-
kobai_sdk-0.2.
|
|
13
|
-
kobai_sdk-0.2.
|
|
8
|
+
kobai/tenant_client.py,sha256=ocAjiX7ewb7JjCy7PiISX2in55dLVpkf8HGQv2fE6Fc,39565
|
|
9
|
+
kobai_sdk-0.2.8rc14.dist-info/LICENSE,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
10
|
+
kobai_sdk-0.2.8rc14.dist-info/METADATA,sha256=8R-oSGwdmDhVmZh2MH25hBFoNXSjS_RyAtSpEwA2thg,19205
|
|
11
|
+
kobai_sdk-0.2.8rc14.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
|
12
|
+
kobai_sdk-0.2.8rc14.dist-info/top_level.txt,sha256=ns1El3BrTTHKvoAgU1XtiSaVIudYeCXbEEUVY8HFDZ4,6
|
|
13
|
+
kobai_sdk-0.2.8rc14.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|