ai-parrot 0.3.9__tar.gz → 0.3.10__tar.gz

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 ai-parrot might be problematic. Click here for more details.

Files changed (160) hide show
  1. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/PKG-INFO +3 -3
  2. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/ai_parrot.egg-info/PKG-INFO +3 -3
  3. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/pdf.py +6 -6
  4. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/version.py +1 -1
  5. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/setup.py +3 -3
  6. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/.flake8 +0 -0
  7. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/.github/dependabot.yml +0 -0
  8. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/.github/workflows/codeql-analysis.yml +0 -0
  9. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/.github/workflows/release.yml +0 -0
  10. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/.gitignore +0 -0
  11. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/.isort.cfg +0 -0
  12. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/.pylintrc +0 -0
  13. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/INSTALL +0 -0
  14. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/LICENSE +0 -0
  15. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/Makefile +0 -0
  16. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/README.md +0 -0
  17. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/SECURITY.md +0 -0
  18. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/ai_parrot.egg-info/SOURCES.txt +0 -0
  19. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/ai_parrot.egg-info/dependency_links.txt +0 -0
  20. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/ai_parrot.egg-info/requires.txt +2 -2
  21. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/ai_parrot.egg-info/top_level.txt +0 -0
  22. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/app.py +0 -0
  23. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/documents/AR_Certification_Skill_Practice_Scorecard_EXAMPLE.pdf +0 -0
  24. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/documents/Day 1_Essentials_AR_PPT.pdf +0 -0
  25. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/documents/ex-code-loaders.txt +0 -0
  26. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/documents/video_2024-09-11_19-43-58.mp3 +0 -0
  27. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/documents/video_2024-09-11_19-43-58.mp4 +0 -0
  28. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/documents/video_2024-09-11_19-43-58.vtt +0 -0
  29. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/etc/navigator-ssl.ini +0 -0
  30. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/etc/navigator.ini +0 -0
  31. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/etc/ssl/domain.ext +0 -0
  32. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/etc/ssl/navigator.local.crt +0 -0
  33. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/etc/ssl/navigator.local.csr +0 -0
  34. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/etc/ssl/navigator.local.key +0 -0
  35. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/etc/ssl/rootCA.crt +0 -0
  36. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/etc/ssl/rootCA.key +0 -0
  37. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/etc/ssl/rootCA.srl +0 -0
  38. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/examples/analyze_video.py +0 -0
  39. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/examples/askbuddy/create_bot.py +0 -0
  40. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/examples/check_bot.py +0 -0
  41. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/examples/extract_frames.py +0 -0
  42. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/examples/load_pdf.py +0 -0
  43. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/examples/test_bot.py +0 -0
  44. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/examples/test_question.py +0 -0
  45. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/mypy.ini +0 -0
  46. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/__init__.py +0 -0
  47. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/chatbots/__init__.py +0 -0
  48. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/chatbots/abstract.py +0 -0
  49. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/chatbots/asktroc.py +0 -0
  50. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/chatbots/base.py +0 -0
  51. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/chatbots/basic.py +0 -0
  52. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/chatbots/bose.py +0 -0
  53. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/chatbots/cody.py +0 -0
  54. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/chatbots/copilot.py +0 -0
  55. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/chatbots/dataframe.py +0 -0
  56. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/chatbots/hragents.py +0 -0
  57. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/chatbots/odoo.py +0 -0
  58. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/chatbots/retrievals/__init__.py +0 -0
  59. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/chatbots/retrievals/constitutional.py +0 -0
  60. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/conf.py +0 -0
  61. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/crew/__init__.py +0 -0
  62. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/crew/tools/__init__.py +0 -0
  63. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/crew/tools/bing.py +0 -0
  64. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/crew/tools/config.py +0 -0
  65. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/crew/tools/duckgo.py +0 -0
  66. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/crew/tools/file.py +0 -0
  67. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/crew/tools/google.py +0 -0
  68. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/crew/tools/gtrends.py +0 -0
  69. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/crew/tools/md2pdf.py +0 -0
  70. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/crew/tools/rag.py +0 -0
  71. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/crew/tools/search.py +0 -0
  72. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/crew/tools/url.py +0 -0
  73. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/exceptions.c +0 -0
  74. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/exceptions.pyx +0 -0
  75. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/handlers/__init__.py +0 -0
  76. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/handlers/bots.py +0 -0
  77. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/handlers/chat.py +0 -0
  78. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/interfaces/__init__.py +0 -0
  79. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/interfaces/database.py +0 -0
  80. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/llms/__init__.py +0 -0
  81. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/llms/abstract.py +0 -0
  82. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/llms/anthropic.py +0 -0
  83. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/llms/google.py +0 -0
  84. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/llms/groq.py +0 -0
  85. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/llms/hf.py +0 -0
  86. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/llms/openai.py +0 -0
  87. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/llms/pipes.py +0 -0
  88. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/llms/vertex.py +0 -0
  89. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/__init__.py +0 -0
  90. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/abstract.py +0 -0
  91. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/audio.py +0 -0
  92. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/basepdf.py +0 -0
  93. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/basevideo.py +0 -0
  94. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/csv.py +0 -0
  95. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/dir.py +0 -0
  96. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/excel.py +0 -0
  97. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/github.py +0 -0
  98. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/handlers/__init__.py +0 -0
  99. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/handlers/data.py +0 -0
  100. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/image.py +0 -0
  101. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/json.py +0 -0
  102. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/pdfchapters.py +0 -0
  103. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/pdffn.py +0 -0
  104. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/pdfimages.py +0 -0
  105. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/pdfmark.py +0 -0
  106. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/pdftables.py +0 -0
  107. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/ppt.py +0 -0
  108. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/qa.py +0 -0
  109. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/repo.py +0 -0
  110. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/rtd.py +0 -0
  111. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/txt.py +0 -0
  112. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/utils/__init__.py +0 -0
  113. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/utils/models.py +0 -0
  114. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/video.py +0 -0
  115. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/videolocal.py +0 -0
  116. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/vimeo.py +0 -0
  117. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/web.py +0 -0
  118. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/web_base.py +0 -0
  119. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/word.py +0 -0
  120. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/loaders/youtube.py +0 -0
  121. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/manager.py +0 -0
  122. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/models.py +0 -0
  123. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/py.typed +0 -0
  124. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/stores/__init__.py +0 -0
  125. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/stores/abstract.py +0 -0
  126. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/stores/milvus.py +0 -0
  127. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/stores/qdrant.py +0 -0
  128. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/tools/__init__.py +0 -0
  129. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/tools/abstract.py +0 -0
  130. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/tools/asknews.py +0 -0
  131. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/tools/bing.py +0 -0
  132. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/tools/duck.py +0 -0
  133. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/tools/google.py +0 -0
  134. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/tools/stack.py +0 -0
  135. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/tools/weather.py +0 -0
  136. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/tools/wikipedia.py +0 -0
  137. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/tools/zipcode.py +0 -0
  138. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/utils/__init__.py +0 -0
  139. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/utils/parsers/__init__.py +0 -0
  140. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/utils/parsers/toml.c +0 -0
  141. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/utils/parsers/toml.pyx +0 -0
  142. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/utils/toml.py +0 -0
  143. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/utils/types.cpp +0 -0
  144. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/utils/types.pyx +0 -0
  145. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/parrot/utils/uv.py +0 -0
  146. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/pyproject.toml +0 -0
  147. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/pytest.ini +0 -0
  148. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/requirements/requirements-dev.txt +0 -0
  149. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/resources/__init__.py +0 -0
  150. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/resources/quick.py +0 -0
  151. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/resources/users/__init__.py +0 -0
  152. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/resources/users/handlers.py +0 -0
  153. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/resources/users/models.py +0 -0
  154. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/run.py +0 -0
  155. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/settings/__init__.py +0 -0
  156. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/settings/settings.py +0 -0
  157. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/setup.cfg +0 -0
  158. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/templates/.compiled +0 -0
  159. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/templates/README.md +0 -0
  160. {ai_parrot-0.3.9 → ai_parrot-0.3.10}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ai-parrot
3
- Version: 0.3.9
3
+ Version: 0.3.10
4
4
  Summary: Live Chatbots based on Langchain chatbots and Agents Integrated into Navigator Framework or used into aiohttp applications.
5
5
  Home-page: https://github.com/phenobarbital/ai-parrot
6
6
  Author: Jesus Lara
@@ -78,6 +78,8 @@ Requires-Dist: O365==2.0.35
78
78
  Requires-Dist: stackapi==0.3.1
79
79
  Requires-Dist: torchvision==0.19.1
80
80
  Requires-Dist: tf-keras==2.17.0
81
+ Requires-Dist: simsimd==4.3.1
82
+ Requires-Dist: opencv-python==4.10.0.84
81
83
  Provides-Extra: loaders
82
84
  Requires-Dist: unstructured==0.14.3; extra == "loaders"
83
85
  Requires-Dist: unstructured-client==0.18.0; extra == "loaders"
@@ -141,8 +143,6 @@ Requires-Dist: annoy==1.17.3; extra == "analytics"
141
143
  Requires-Dist: gradio_tools==0.0.9; extra == "analytics"
142
144
  Requires-Dist: gradio-client==0.2.9; extra == "analytics"
143
145
  Requires-Dist: streamlit==1.37.1; extra == "analytics"
144
- Requires-Dist: simsimd==4.3.1; extra == "analytics"
145
- Requires-Dist: opencv-python==4.10.0.84; extra == "analytics"
146
146
 
147
147
  # AI Parrot: Python package for creating Chatbots
148
148
  This is an open-source Python package for creating Chatbots based on Langchain and Navigator.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ai-parrot
3
- Version: 0.3.9
3
+ Version: 0.3.10
4
4
  Summary: Live Chatbots based on Langchain chatbots and Agents Integrated into Navigator Framework or used into aiohttp applications.
5
5
  Home-page: https://github.com/phenobarbital/ai-parrot
6
6
  Author: Jesus Lara
@@ -78,6 +78,8 @@ Requires-Dist: O365==2.0.35
78
78
  Requires-Dist: stackapi==0.3.1
79
79
  Requires-Dist: torchvision==0.19.1
80
80
  Requires-Dist: tf-keras==2.17.0
81
+ Requires-Dist: simsimd==4.3.1
82
+ Requires-Dist: opencv-python==4.10.0.84
81
83
  Provides-Extra: loaders
82
84
  Requires-Dist: unstructured==0.14.3; extra == "loaders"
83
85
  Requires-Dist: unstructured-client==0.18.0; extra == "loaders"
@@ -141,8 +143,6 @@ Requires-Dist: annoy==1.17.3; extra == "analytics"
141
143
  Requires-Dist: gradio_tools==0.0.9; extra == "analytics"
142
144
  Requires-Dist: gradio-client==0.2.9; extra == "analytics"
143
145
  Requires-Dist: streamlit==1.37.1; extra == "analytics"
144
- Requires-Dist: simsimd==4.3.1; extra == "analytics"
145
- Requires-Dist: opencv-python==4.10.0.84; extra == "analytics"
146
146
 
147
147
  # AI Parrot: Python package for creating Chatbots
148
148
  This is an open-source Python package for creating Chatbots based on Langchain and Navigator.
@@ -299,7 +299,7 @@ class PDFLoader(BasePDF):
299
299
  "answer": '',
300
300
  "source_type": self._source_type,
301
301
  "data": {},
302
- "summary": '',
302
+ "summary": '-',
303
303
  "document_meta": {
304
304
  "title": pdf.metadata.get("title", ""), # pylint: disable=E1101
305
305
  "creationDate": pdf.metadata.get("creationDate", ""), # pylint: disable=E1101
@@ -331,9 +331,9 @@ class PDFLoader(BasePDF):
331
331
  try:
332
332
  summary = self.get_summary_from_text(text)
333
333
  except Exception:
334
- summary = ''
334
+ summary = '-'
335
335
  metadata = {
336
- "url": '',
336
+ "url": f"{path}:#{page_num}",
337
337
  "source": f"{path.name} Page.#{page_num}",
338
338
  "filename": path.name,
339
339
  "index": f"{page_num}",
@@ -427,7 +427,7 @@ class PDFLoader(BasePDF):
427
427
  df = df.dropna(axis=1, how='all')
428
428
  df = df.dropna(how='all', axis=0) # Drop empty rows
429
429
  table_meta = {
430
- "url": '',
430
+ "url": f"{path.name} Page.#{page_num} Table.#{tab_idx}",
431
431
  "source": f"{path.name} Page.#{page_num} Table.#{tab_idx}",
432
432
  "filename": path.name,
433
433
  "index": f"{path.name}:{page_num}",
@@ -435,7 +435,7 @@ class PDFLoader(BasePDF):
435
435
  "answer": '',
436
436
  "type": 'table',
437
437
  "data": {},
438
- "summary": '',
438
+ "summary": '-',
439
439
  "document_meta": {
440
440
  "table_index": tab_idx,
441
441
  "table_shape": df.shape,
@@ -481,7 +481,7 @@ class PDFLoader(BasePDF):
481
481
  "answer": '',
482
482
  "type": 'page',
483
483
  "data": {},
484
- "summary": '',
484
+ "summary": '-',
485
485
  "document_meta": {
486
486
  "image_name": img_name,
487
487
  "page_number": f"{page_number}"
@@ -3,7 +3,7 @@
3
3
  __title__ = "ai-parrot"
4
4
  __description__ = "Live Chatbots based on Langchain chatbots and Agents \
5
5
  Integrated into Navigator Framework or used into aiohttp applications."
6
- __version__ = "0.3.9"
6
+ __version__ = "0.3.10"
7
7
  __author__ = "Jesus Lara"
8
8
  __author_email__ = "jesuslarag@gmail.com"
9
9
  __license__ = "MIT"
@@ -190,7 +190,9 @@ setup(
190
190
  "O365==2.0.35",
191
191
  "stackapi==0.3.1",
192
192
  "torchvision==0.19.1",
193
- "tf-keras==2.17.0"
193
+ "tf-keras==2.17.0",
194
+ "simsimd==4.3.1",
195
+ "opencv-python==4.10.0.84"
194
196
  ],
195
197
  extras_require={
196
198
  "loaders": [
@@ -266,8 +268,6 @@ setup(
266
268
  "gradio_tools==0.0.9",
267
269
  "gradio-client==0.2.9",
268
270
  "streamlit==1.37.1",
269
- "simsimd==4.3.1",
270
- "opencv-python==4.10.0.84"
271
271
  # "timm==0.9.16", # image-processor
272
272
  # "ultralytics==8.2.4", # image-processor
273
273
  # "albumentations-1.4.4",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -47,14 +47,14 @@ O365==2.0.35
47
47
  stackapi==0.3.1
48
48
  torchvision==0.19.1
49
49
  tf-keras==2.17.0
50
+ simsimd==4.3.1
51
+ opencv-python==4.10.0.84
50
52
 
51
53
  [analytics]
52
54
  annoy==1.17.3
53
55
  gradio_tools==0.0.9
54
56
  gradio-client==0.2.9
55
57
  streamlit==1.37.1
56
- simsimd==4.3.1
57
- opencv-python==4.10.0.84
58
58
 
59
59
  [anthropic]
60
60
  langchain-anthropic==0.1.11
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes