mb-rag 1.0.132__py3-none-any.whl → 1.0.133__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.

Potentially problematic release.


This version of mb-rag might be problematic. Click here for more details.

@@ -157,8 +157,8 @@ class BoundingBoxProcessor:
157
157
  raise ValueError(f"Invalid bounding box format for key {key}. Expected [ymin, xmin, ymax, xmax]")
158
158
 
159
159
  if google_bb:
160
- value = [int(value[0] * img.shape[1] * 0.001), int(value[1] * img.shape[0]* 0.001),
161
- int(value[2] * img.shape[1] * 0.001), int(value[3] * img.shape[0] * 0.001)]
160
+ value = [int(value[0] * img.shape[0] * 0.001), int(value[1] * img.shape[1]* 0.001),
161
+ int(value[2] * img.shape[0] * 0.001), int(value[3] * img.shape[1] * 0.001)]
162
162
 
163
163
  self._cv2.rectangle(
164
164
  img=img,
mb_rag/version.py CHANGED
@@ -1,5 +1,5 @@
1
1
  MAJOR_VERSION = 1
2
2
  MINOR_VERSION = 0
3
- PATCH_VERSION = 132
3
+ PATCH_VERSION = 133
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.1
2
2
  Name: mb_rag
3
- Version: 1.0.132
3
+ Version: 1.0.133
4
4
  Summary: RAG function file
5
5
  Author: ['Malav Bateriwala']
6
6
  Requires-Python: >=3.8
@@ -1,5 +1,5 @@
1
1
  mb_rag/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- mb_rag/version.py,sha256=DKzKSBPEclg0498uq_W7fKMg7J11u4sqckpS3r10yRc,208
2
+ mb_rag/version.py,sha256=rtq2F82tBxZsvgItGGcxqGhupDiLDcUvYsGyMFOsnYM,208
3
3
  mb_rag/chatbot/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  mb_rag/chatbot/basic.py,sha256=OR2IvDg-Sy968C2Mna6lxmFfh7Czj8yCEkCfyvtxBwI,14223
5
5
  mb_rag/chatbot/chains.py,sha256=vDbLX5R29sWN1pcFqJ5fyxJEgMCM81JAikunAEvMC9A,7223
@@ -7,9 +7,9 @@ mb_rag/chatbot/prompts.py,sha256=n1PyiLbU-5fkslRv6aVOzt0dDlwya_cEdQ7kRnRhMuY,174
7
7
  mb_rag/rag/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  mb_rag/rag/embeddings.py,sha256=KjBdekFDb5M3dRMco4r3dDMXMsG5dxdzKImuVIipsd0,27091
9
9
  mb_rag/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
- mb_rag/utils/bounding_box.py,sha256=QdBXZkjc2JmNZ6pPh4hb3a4A8oVYvH6FANyvWhoqgUk,8290
10
+ mb_rag/utils/bounding_box.py,sha256=KgKE13ao94ShObbuYBfpsqj690ic9fjgmYghTj-tU4o,8290
11
11
  mb_rag/utils/extra.py,sha256=spbFrGgdruNyYQ5PzgvpSIa6Nm0rn9bb4qc8W9g582o,2492
12
- mb_rag-1.0.132.dist-info/METADATA,sha256=lmBB4vr7wGyEObWuiMKtmsaexV2LtgaOlTjavOvAhy8,154
13
- mb_rag-1.0.132.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
14
- mb_rag-1.0.132.dist-info/top_level.txt,sha256=FIK1eAa5uYnurgXZquBG-s3PIy-HDTC5yJBW4lTH_pM,7
15
- mb_rag-1.0.132.dist-info/RECORD,,
12
+ mb_rag-1.0.133.dist-info/METADATA,sha256=4jb22h7lJ058tp1QDAWGmN6FwbneCvIWC044xjz9GtM,154
13
+ mb_rag-1.0.133.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
14
+ mb_rag-1.0.133.dist-info/top_level.txt,sha256=FIK1eAa5uYnurgXZquBG-s3PIy-HDTC5yJBW4lTH_pM,7
15
+ mb_rag-1.0.133.dist-info/RECORD,,