ragxo 0.1.12__py3-none-any.whl → 0.1.13__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ragxo
3
- Version: 0.1.12
3
+ Version: 0.1.13
4
4
  Summary: A RAG (Retrieval-Augmented Generation) toolkit with Milvus integration
5
5
  Home-page: https://github.com/yourusername/ragx
6
6
  License: MIT
@@ -21,7 +21,6 @@ Requires-Dist: alive-progress (>=3.1.1,<4.0.0)
21
21
  Requires-Dist: boto3 (>=1.36.14,<2.0.0)
22
22
  Requires-Dist: datasets (>=3.2.0,<4.0.0)
23
23
  Requires-Dist: dill (<0.3.9)
24
- Requires-Dist: milvus (>=2.3.9,<3.0.0)
25
24
  Requires-Dist: mocker (>=1.1.1,<2.0.0)
26
25
  Requires-Dist: openai (>=1.61.1,<2.0.0)
27
26
  Requires-Dist: pydantic (>=2.10.6,<3.0.0)
@@ -252,7 +251,7 @@ test_data = [
252
251
  accuracy = ragxo_client.evaluate(
253
252
  test_data=test_data,
254
253
  batch_size=10, # Process 10 examples at a time
255
- judge_model="gpt-4" # Optional: specify a different model for evaluation
254
+ judge_model="gpt-4o-mini" # Optional: specify a different model for evaluation
256
255
  )
257
256
 
258
257
  print(f"Evaluation accuracy: {accuracy * 100:.2f}%")
@@ -1,6 +1,6 @@
1
1
  ragxo/__init__.py,sha256=BAVy_mbqGOaAMmXpIqB94za5WgxuK9DAfd6BtJUsM_s,108
2
2
  ragxo/client.py,sha256=pX7v24Rw_MC6HInrxvSJUxNqFa1YdNjf8_-WySljP0o,17676
3
3
  ragxo/utils.py,sha256=BQ3u1oSi-kRqYTnpnJHq1KebuoVnA15u_5REVlYuM1o,569
4
- ragxo-0.1.12.dist-info/METADATA,sha256=3aw_8FCoQ86bl2KCt0CEZt39GCquCFxFoDyHOYJOEuk,8233
5
- ragxo-0.1.12.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
6
- ragxo-0.1.12.dist-info/RECORD,,
4
+ ragxo-0.1.13.dist-info/METADATA,sha256=1BgNNLKp2953XX5adOsrhAqhUhWYWvy4nVAWeReq380,8200
5
+ ragxo-0.1.13.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
6
+ ragxo-0.1.13.dist-info/RECORD,,
File without changes