mb-rag 1.1.41__tar.gz → 1.1.42__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 mb-rag might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mb_rag
3
- Version: 1.1.41
3
+ Version: 1.1.42
4
4
  Summary: RAG function file
5
5
  Author: ['Malav Bateriwala']
6
6
  Requires-Python: >=3.8
@@ -344,7 +344,7 @@ class ModelFactory:
344
344
  """
345
345
  print("Model Name: ", self.model)
346
346
  print("Model Temperature: ", self.model.temperature)
347
- print("Model Max Tokens: ", self.model.max_tokens)
347
+ print("Model Max Tokens: ", self.model.max_output_tokens)
348
348
  print("Model Top P: ", self.model.top_p)
349
349
  print("Model Top K: ", self.model.top_k)
350
350
  print("Model Input Schema:",self.model.input_schema)
@@ -1,5 +1,5 @@
1
1
  MAJOR_VERSION = 1
2
2
  MINOR_VERSION = 1
3
- PATCH_VERSION = 41
3
+ PATCH_VERSION = 42
4
4
  version = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
5
5
  __all__ = ['MAJOR_VERSION', 'MINOR_VERSION', 'PATCH_VERSION', 'version']
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mb_rag
3
- Version: 1.1.41
3
+ Version: 1.1.42
4
4
  Summary: RAG function file
5
5
  Author: ['Malav Bateriwala']
6
6
  Requires-Python: >=3.8
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes