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

mb_rag/chatbot/basic.py CHANGED
@@ -146,10 +146,11 @@ class ModelFactory:
146
146
  if not check_package("langchain_ollama"):
147
147
  raise ImportError("Langchain Community package not found. Please install it using: pip install langchain_ollama")
148
148
 
149
- from langchain_ollama import ChatOllama
149
+ from langchain_ollama import OllamaLLM
150
+
150
151
  print(f"Current Ollama serve model is {os.system('ollama ps')}")
151
152
  kwargs["model"] = model_name
152
- return ChatOllama(**kwargs)
153
+ return OllamaLLM(**kwargs)
153
154
 
154
155
  @classmethod
155
156
  def create_groq(cls, model_name: str = "llama-3.3-70b-versatile", **kwargs) -> Any:
mb_rag/version.py CHANGED
@@ -1,5 +1,5 @@
1
1
  MAJOR_VERSION = 1
2
2
  MINOR_VERSION = 1
3
- PATCH_VERSION = 26
3
+ PATCH_VERSION = 28
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.26
3
+ Version: 1.1.28
4
4
  Summary: RAG function file
5
5
  Author: ['Malav Bateriwala']
6
6
  Requires-Python: >=3.8
@@ -1,7 +1,7 @@
1
1
  mb_rag/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- mb_rag/version.py,sha256=nT2ceeItXGT0FFuWV-Fn2C_3lzGI3MowC_-4oDI0eR8,207
2
+ mb_rag/version.py,sha256=Jjd2mCudGZRz7bRa7R4U_JjRiyIfx48EnBIOJCCQwhM,207
3
3
  mb_rag/chatbot/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- mb_rag/chatbot/basic.py,sha256=_D2U3QzRGs7BPT691ii3TM49Gj3d1mKXnlFdniz2Wy0,23104
4
+ mb_rag/chatbot/basic.py,sha256=_-ZYE_xMX__H9gGGFI96oQ0R-nwhikGDFcFa91CIS4w,23103
5
5
  mb_rag/chatbot/chains.py,sha256=vDbLX5R29sWN1pcFqJ5fyxJEgMCM81JAikunAEvMC9A,7223
6
6
  mb_rag/chatbot/prompts.py,sha256=n1PyiLbU-5fkslRv6aVOzt0dDlwya_cEdQ7kRnRhMuY,1749
7
7
  mb_rag/rag/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -11,7 +11,7 @@ mb_rag/utils/bounding_box.py,sha256=G0hdDam8QmYtD9lfwMeDHGm-TTo6KZg-yK5ESFL9zaM,
11
11
  mb_rag/utils/document_extract.py,sha256=vZiFB1RYm1BIEaNA0MveJ5Zp-KEi0ngKjW8xEdtPqXA,12558
12
12
  mb_rag/utils/extra.py,sha256=spbFrGgdruNyYQ5PzgvpSIa6Nm0rn9bb4qc8W9g582o,2492
13
13
  mb_rag/utils/pdf_extract.py,sha256=cVeMyhnAU4XZxjIZHKMYhrktTjUNOjhx2r_LZKReOZE,15598
14
- mb_rag-1.1.26.dist-info/METADATA,sha256=idfhOWaObPowe2MGeJns71WFHJGEcrv4nAziHtXy7YA,234
15
- mb_rag-1.1.26.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
16
- mb_rag-1.1.26.dist-info/top_level.txt,sha256=FIK1eAa5uYnurgXZquBG-s3PIy-HDTC5yJBW4lTH_pM,7
17
- mb_rag-1.1.26.dist-info/RECORD,,
14
+ mb_rag-1.1.28.dist-info/METADATA,sha256=SrvA8RRcIxPKtwB19iQjO4-m8XuqKpmDkTT0u8p1Tu4,234
15
+ mb_rag-1.1.28.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
16
+ mb_rag-1.1.28.dist-info/top_level.txt,sha256=FIK1eAa5uYnurgXZquBG-s3PIy-HDTC5yJBW4lTH_pM,7
17
+ mb_rag-1.1.28.dist-info/RECORD,,