ragaai-catalyst 1.0.8.1__py3-none-any.whl → 1.0.8.2__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.
@@ -57,13 +57,15 @@ class RagaAICatalyst:
57
57
  if base_url:
58
58
  RagaAICatalyst.BASE_URL = base_url
59
59
  try:
60
- self.get_token()
61
60
  os.environ["RAGAAI_CATALYST_BASE_URL"] = base_url
62
61
  except requests.exceptions.RequestException:
63
62
  raise ConnectionError(
64
63
  "The provided base_url is not accessible. Please re-check the base_url."
65
64
  )
66
65
 
66
+ # Get the token from the server
67
+ self.get_token()
68
+
67
69
  # Set the API keys, if available
68
70
  if self.api_keys:
69
71
  self._upload_keys()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ragaai_catalyst
3
- Version: 1.0.8.1
3
+ Version: 1.0.8.2
4
4
  Summary: RAGA AI CATALYST
5
5
  Author-email: Kiran Scaria <kiran.scaria@raga.ai>, Kedar Gaikwad <kedar.gaikwad@raga.ai>, Dushyant Mahajan <dushyant.mahajan@raga.ai>, Siddhartha Kosti <siddhartha.kosti@raga.ai>, Ritika Goel <ritika.goel@raga.ai>, Vijay Chaurasia <vijay.chaurasia@raga.ai>
6
6
  Requires-Python: >=3.9
@@ -3,7 +3,7 @@ ragaai_catalyst/_version.py,sha256=JKt9KaVNOMVeGs8ojO6LvIZr7ZkMzNN-gCcvryy4x8E,4
3
3
  ragaai_catalyst/dataset.py,sha256=xEun-MqTgT0JGyGB2t0BwwC6M7t1aUT7x5X12C-_4pI,7644
4
4
  ragaai_catalyst/experiment.py,sha256=c0l72fNULb4KZVcXwehZKdXb116JRyd0Y3hU3CVf8Fs,18999
5
5
  ragaai_catalyst/prompt_manager.py,sha256=3jEcgS0JRZzjHww_ityOkq9SMvi7DQ75PlKu-17dXW4,14729
6
- ragaai_catalyst/ragaai_catalyst.py,sha256=FIyYriVe11GrHZ6CAErk76Hm38DTlUNSMLTEyS_yST8,16302
6
+ ragaai_catalyst/ragaai_catalyst.py,sha256=hTkGU9-05TIRuePJ5I0-FKhr_WzlNtGILPCzHKs9tZw,16335
7
7
  ragaai_catalyst/utils.py,sha256=TlhEFwLyRU690HvANbyoRycR3nQ67lxVUQoUOfTPYQ0,3772
8
8
  ragaai_catalyst/tracers/__init__.py,sha256=NppmJhD3sQ5R1q6teaZLS7rULj08Gb6JT8XiPRIe_B0,49
9
9
  ragaai_catalyst/tracers/tracer.py,sha256=LZQNKQF6hRfzxDu_Ljs2HBxQinjihKQoH189gIsO4w4,9171
@@ -16,7 +16,7 @@ ragaai_catalyst/tracers/instrumentators/llamaindex.py,sha256=SMrRlR4xM7k9HK43hak
16
16
  ragaai_catalyst/tracers/instrumentators/openai.py,sha256=14R4KW9wQCR1xysLfsP_nxS7cqXrTPoD8En4MBAaZUU,379
17
17
  ragaai_catalyst/tracers/utils/__init__.py,sha256=KeMaZtYaTojilpLv65qH08QmpYclfpacDA0U3wg6Ybw,64
18
18
  ragaai_catalyst/tracers/utils/utils.py,sha256=ViygfJ7vZ7U0CTSA1lbxVloHp4NSlmfDzBRNCJuMhis,2374
19
- ragaai_catalyst-1.0.8.1.dist-info/METADATA,sha256=9cvmDF2LmHG_U6NI1LrkKZYroqakYGpD7TIWjTdDoUM,6499
20
- ragaai_catalyst-1.0.8.1.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
21
- ragaai_catalyst-1.0.8.1.dist-info/top_level.txt,sha256=HpgsdRgEJMk8nqrU6qdCYk3di7MJkDL0B19lkc7dLfM,16
22
- ragaai_catalyst-1.0.8.1.dist-info/RECORD,,
19
+ ragaai_catalyst-1.0.8.2.dist-info/METADATA,sha256=GvMbIUGcMNHVAJa7VAX6GQFicnnT55_0xB906EsdkE0,6499
20
+ ragaai_catalyst-1.0.8.2.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
21
+ ragaai_catalyst-1.0.8.2.dist-info/top_level.txt,sha256=HpgsdRgEJMk8nqrU6qdCYk3di7MJkDL0B19lkc7dLfM,16
22
+ ragaai_catalyst-1.0.8.2.dist-info/RECORD,,