Metadata-Version: |
2.4 |
Name: |
ragbits |
Version: |
0.6.0 |
Summary: |
Building blocks for rapid development of GenAI applications |
Author-Email: |
"deepsense.ai" <ragbits[at]deepsense.ai> |
Project-Url: |
Homepage, https://github.com/deepsense-ai/ragbits |
Project-Url: |
Bug Reports, https://github.com/deepsense-ai/ragbits/issues |
Project-Url: |
Documentation, https://ragbits.deepsense.ai/ |
Project-Url: |
Source, https://github.com/deepsense-ai/ragbits |
Keywords: |
GenAI,Generative AI,LLMs,Large Language Models,Prompt Management,RAG,Retrieval Augmented Generation |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Environment :: Console |
Classifier: |
Intended Audience :: Science/Research |
Classifier: |
License :: OSI Approved :: MIT License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Topic :: Scientific/Engineering :: Artificial Intelligence |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Requires-Python: |
>=3.10 |
Requires-Dist: |
ragbits-cli (==0.6.0) |
Requires-Dist: |
ragbits-core (==0.6.0) |
Requires-Dist: |
ragbits-document-search (==0.6.0) |
Requires-Dist: |
ragbits-evaluate (==0.6.0) |
Requires-Dist: |
ragbits-guardrails (==0.6.0) |
Requires-Dist: |
chromadb (~=0.4.24); extra == "chroma" |
Requires-Dist: |
ray (>=2.39.0); extra == "distributed" |
Requires-Dist: |
gcloud-aio-storage (~=9.3.0); extra == "gcs" |
Requires-Dist: |
datasets (~=3.0.1); extra == "huggingface" |
Requires-Dist: |
gradio (~=4.44.0); extra == "lab" |
Requires-Dist: |
numpy (~=1.26.0); extra == "local" |
Requires-Dist: |
torch (~=2.2.1); extra == "local" |
Requires-Dist: |
transformers (~=4.44.2); extra == "local" |
Requires-Dist: |
openai (~=1.57.3); extra == "openai" |
Requires-Dist: |
opentelemetry-api (~=1.27.0); extra == "otel" |
Requires-Dist: |
pyyaml (~=6.0.2); extra == "promptfoo" |
Requires-Dist: |
qdrant-client (~=1.12.1); extra == "qdrant" |
Requires-Dist: |
continuous-eval (~=0.3.12); extra == "relari" |
Provides-Extra: |
chroma |
Provides-Extra: |
distributed |
Provides-Extra: |
gcs |
Provides-Extra: |
huggingface |
Provides-Extra: |
lab |
Provides-Extra: |
local |
Provides-Extra: |
openai |
Provides-Extra: |
otel |
Provides-Extra: |
promptfoo |
Provides-Extra: |
qdrant |
Provides-Extra: |
relari |
Description-Content-Type: |
text/markdown |
License-Expression: |
MIT |