kobai-sdk 0.2.8rc9__tar.gz → 0.2.8rc10__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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: kobai-sdk
3
- Version: 0.2.8rc9
3
+ Version: 0.2.8rc10
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
@@ -440,7 +440,7 @@ class TenantClient:
440
440
  context.api_client = self.api_client
441
441
  return context
442
442
 
443
- def rag_generate_sentences(self, replica_schema=None, concept_white_list=None, use_questions=False):
443
+ def rag_generate_sentences(self, replica_schema=None, concept_white_list=None, use_questions=False, debug=False):
444
444
  """
445
445
  Extract Semantic Data from Graph to Delta Table
446
446
 
@@ -449,7 +449,7 @@ class TenantClient:
449
449
  concept_white_list ([str]) OPTIONAL: A list of Domain and Concept names for extraction.
450
450
  use_questions (bool) OPTIONAL: Extract facts from published Kobai questions.
451
451
  """
452
- ai_rag.generate_sentences(self.get_ai_context(), replica_schema=replica_schema, concept_white_list=concept_white_list, use_questions=use_questions)
452
+ ai_rag.generate_sentences(self.get_ai_context(), replica_schema=replica_schema, concept_white_list=concept_white_list, use_questions=use_questions, debug=debug)
453
453
 
454
454
  def rag_encode_to_delta_local(self, st_model: SentenceTransformer, replica_schema=None):
455
455
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: kobai-sdk
3
- Version: 0.2.8rc9
3
+ Version: 0.2.8rc10
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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "kobai-sdk"
7
- version = "0.2.8rc9"
7
+ version = "0.2.8rc10"
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" }]
File without changes
File without changes
File without changes
File without changes