ragbits 0.1.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.
@@ -0,0 +1,25 @@
1
+ Metadata-Version: 2.3
2
+ Name: ragbits
3
+ Version: 0.1.0
4
+ Summary: Building blocks for rapid development of GenAI applications
5
+ Author-email: "deepsense.ai" <ragbits@deepsense.ai>
6
+ License-Expression: MIT
7
+ Keywords: GenAI,Generative AI,LLMs,Large Language Models,Prompt Management,RAG,Retrieval Augmented Generation
8
+ Classifier: Development Status :: 4 - Beta
9
+ Classifier: Environment :: Console
10
+ Classifier: Intended Audience :: Science/Research
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: Natural Language :: English
13
+ Classifier: Operating System :: OS Independent
14
+ Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
18
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
19
+ Requires-Python: >=3.10
20
+ Requires-Dist: ragbits-cli==0.1.0
21
+ Requires-Dist: ragbits-core==0.1.0
22
+ Requires-Dist: ragbits-document-search==0.1.0
23
+ Description-Content-Type: text/markdown
24
+
25
+ # Ragbits
@@ -0,0 +1,3 @@
1
+ ragbits-0.1.0.dist-info/METADATA,sha256=D-wE-TyCpGgZgrKfoWXdKwHk-Oir9UxCRA6cNpiSLfA,1059
2
+ ragbits-0.1.0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
3
+ ragbits-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.25.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any