data-science-document-ai 1.39.0__py3-none-any.whl → 1.40.0__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.4
2
2
  Name: data-science-document-ai
3
- Version: 1.39.0
3
+ Version: 1.40.0
4
4
  Summary: "Document AI repo for data science"
5
5
  Author: Naomi Nguyen
6
6
  Author-email: naomi.nguyen@forto.com
@@ -53,7 +53,7 @@ src/prompts/library/shippingInstruction/other/prompt.txt,sha256=fyC24ig4FyRNnLuQ
53
53
  src/prompts/prompt_library.py,sha256=VJWHeXN-s501C2GiidIIvQQuZdU6T1R27hE2dKBiI40,2555
54
54
  src/setup.py,sha256=kPSZosrICfaGZeDaajr40Ha7Ok4XK4fo_uq35Omiwr0,7128
55
55
  src/tms.py,sha256=UXbIo1QE--hIX6NZi5Qyp2R_CP338syrY9pCTPrfgnE,1741
56
- src/utils.py,sha256=fTzXSeXejSmeGH0thOEdtDTAVhmeALVg44ORFarBKOk,13826
57
- data_science_document_ai-1.39.0.dist-info/METADATA,sha256=odM1ywura_FepOjD6iVQXc4QXVsmrtRQILScEsyZTM0,2153
58
- data_science_document_ai-1.39.0.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
59
- data_science_document_ai-1.39.0.dist-info/RECORD,,
56
+ src/utils.py,sha256=-1Yq_5ExZlFQRUPRsQHiBD3TthNSiPVPp46Dvdb9Kf0,13830
57
+ data_science_document_ai-1.40.0.dist-info/METADATA,sha256=_BYb7GWd_Rw9lhMgd3Wiyoqe2Km1Vn-UpAT-2DwPrAY,2153
58
+ data_science_document_ai-1.40.0.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
59
+ data_science_document_ai-1.40.0.dist-info/RECORD,,
src/utils.py CHANGED
@@ -386,7 +386,7 @@ def get_tms_mappings(
386
386
  base_url = (
387
387
  "http://0.0.0.0:8080/"
388
388
  if os.getenv("CLUSTER") is None
389
- else "http://tms-embedding:80/api/v1/mappings"
389
+ else "http://tms-mappings.api.svc.cluster.local./"
390
390
  )
391
391
 
392
392
  # Ensure input_list is a list