ragbits 1.3.0__py3-none-any.whl → 1.4.0.dev202602030301__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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ragbits
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.4.0.dev202602030301
|
|
4
4
|
Summary: Building blocks for rapid development of GenAI applications
|
|
5
5
|
Project-URL: Homepage, https://github.com/deepsense-ai/ragbits
|
|
6
6
|
Project-URL: Bug Reports, https://github.com/deepsense-ai/ragbits/issues
|
|
@@ -22,75 +22,59 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
22
22
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
23
23
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
24
24
|
Requires-Python: >=3.10
|
|
25
|
-
Requires-Dist: ragbits-
|
|
26
|
-
Requires-Dist: ragbits-
|
|
27
|
-
Requires-Dist: ragbits-
|
|
28
|
-
Requires-Dist: ragbits-
|
|
29
|
-
Requires-Dist: ragbits-
|
|
30
|
-
Requires-Dist: ragbits-
|
|
25
|
+
Requires-Dist: ragbits-agents==1.4.0.dev202602030301
|
|
26
|
+
Requires-Dist: ragbits-chat==1.4.0.dev202602030301
|
|
27
|
+
Requires-Dist: ragbits-cli==1.4.0.dev202602030301
|
|
28
|
+
Requires-Dist: ragbits-core==1.4.0.dev202602030301
|
|
29
|
+
Requires-Dist: ragbits-document-search==1.4.0.dev202602030301
|
|
30
|
+
Requires-Dist: ragbits-evaluate==1.4.0.dev202602030301
|
|
31
|
+
Requires-Dist: ragbits-guardrails==1.4.0.dev202602030301
|
|
31
32
|
Provides-Extra: a2a
|
|
32
|
-
Requires-Dist: a2a
|
|
33
|
-
Requires-Dist: fastapi<1.0.0,>=0.115.0; extra == 'a2a'
|
|
34
|
-
Requires-Dist: uvicorn<1.0.0,>=0.31.0; extra == 'a2a'
|
|
33
|
+
Requires-Dist: ragbits-agents[a2a]==1.4.0.dev202602030301; extra == 'a2a'
|
|
35
34
|
Provides-Extra: azure
|
|
36
|
-
Requires-Dist:
|
|
37
|
-
Requires-Dist: azure-identity<2.0.0,>=1.19.0; extra == 'azure'
|
|
38
|
-
Requires-Dist: azure-storage-blob<13.0.0,>=12.24.1; extra == 'azure'
|
|
35
|
+
Requires-Dist: ragbits-core[azure]==1.4.0.dev202602030301; extra == 'azure'
|
|
39
36
|
Provides-Extra: chroma
|
|
40
|
-
Requires-Dist:
|
|
37
|
+
Requires-Dist: ragbits-core[chroma]==1.4.0.dev202602030301; extra == 'chroma'
|
|
41
38
|
Provides-Extra: cli
|
|
42
|
-
Requires-Dist:
|
|
39
|
+
Requires-Dist: ragbits-agents[cli]==1.4.0.dev202602030301; extra == 'cli'
|
|
43
40
|
Provides-Extra: fastembed
|
|
44
|
-
Requires-Dist: fastembed
|
|
41
|
+
Requires-Dist: ragbits-core[fastembed]==1.4.0.dev202602030301; extra == 'fastembed'
|
|
45
42
|
Provides-Extra: fastembed-gpu
|
|
46
|
-
Requires-Dist: fastembed-gpu
|
|
43
|
+
Requires-Dist: ragbits-core[fastembed-gpu]==1.4.0.dev202602030301; extra == 'fastembed-gpu'
|
|
47
44
|
Provides-Extra: gcs
|
|
48
|
-
Requires-Dist:
|
|
45
|
+
Requires-Dist: ragbits-core[gcs]==1.4.0.dev202602030301; extra == 'gcs'
|
|
49
46
|
Provides-Extra: google-drive
|
|
50
|
-
Requires-Dist: google-
|
|
51
|
-
Requires-Dist: google-api-python-client<3.0.0,>=2.174.0; extra == 'google-drive'
|
|
52
|
-
Requires-Dist: google-auth-httplib2<1.0.0,>=0.2.0; extra == 'google-drive'
|
|
53
|
-
Requires-Dist: google-auth-oauthlib<2.0.0,>=1.2.2; extra == 'google-drive'
|
|
54
|
-
Requires-Dist: google-auth<3.0.0,>=2.40.3; extra == 'google-drive'
|
|
55
|
-
Requires-Dist: google-oauth2-tool<1.0.0,>=0.0.3; extra == 'google-drive'
|
|
56
|
-
Requires-Dist: googleapis-common-protos<2.0.0,>=1.70.0; extra == 'google-drive'
|
|
47
|
+
Requires-Dist: ragbits-core[google-drive]==1.4.0.dev202602030301; extra == 'google-drive'
|
|
57
48
|
Provides-Extra: hf
|
|
58
|
-
Requires-Dist:
|
|
49
|
+
Requires-Dist: ragbits-core[hf]==1.4.0.dev202602030301; extra == 'hf'
|
|
59
50
|
Provides-Extra: local
|
|
60
|
-
Requires-Dist:
|
|
61
|
-
Requires-Dist: numpy<2.0.0,>=1.26.0; extra == 'local'
|
|
62
|
-
Requires-Dist: sentence-transformers<5.0.0,>=4.0.2; extra == 'local'
|
|
63
|
-
Requires-Dist: torch<3.0.0,>=2.2.1; extra == 'local'
|
|
64
|
-
Requires-Dist: transformers<5.0.0,>=4.44.2; extra == 'local'
|
|
51
|
+
Requires-Dist: ragbits-core[local]==1.4.0.dev202602030301; extra == 'local'
|
|
65
52
|
Provides-Extra: logfire
|
|
66
|
-
Requires-Dist: logfire
|
|
67
|
-
Requires-Dist: logfire[system-metrics]<4.0.0,>=3.19.0; extra == 'logfire'
|
|
68
|
-
Requires-Dist: opentelemetry-api<2.0.0,>=1.27.0; extra == 'logfire'
|
|
53
|
+
Requires-Dist: ragbits-core[logfire]==1.4.0.dev202602030301; extra == 'logfire'
|
|
69
54
|
Provides-Extra: mcp
|
|
70
|
-
Requires-Dist: mcp
|
|
55
|
+
Requires-Dist: ragbits-agents[mcp]==1.4.0.dev202602030301; extra == 'mcp'
|
|
71
56
|
Provides-Extra: openai
|
|
72
|
-
Requires-Dist: openai
|
|
57
|
+
Requires-Dist: ragbits-guardrails[openai]==1.4.0.dev202602030301; extra == 'openai'
|
|
73
58
|
Provides-Extra: otel
|
|
74
|
-
Requires-Dist:
|
|
59
|
+
Requires-Dist: ragbits-core[otel]==1.4.0.dev202602030301; extra == 'otel'
|
|
75
60
|
Provides-Extra: pgvector
|
|
76
|
-
Requires-Dist:
|
|
61
|
+
Requires-Dist: ragbits-core[pgvector]==1.4.0.dev202602030301; extra == 'pgvector'
|
|
77
62
|
Provides-Extra: promptfoo
|
|
78
|
-
Requires-Dist:
|
|
63
|
+
Requires-Dist: ragbits-core[promptfoo]==1.4.0.dev202602030301; extra == 'promptfoo'
|
|
79
64
|
Provides-Extra: qdrant
|
|
80
|
-
Requires-Dist: qdrant
|
|
65
|
+
Requires-Dist: ragbits-core[qdrant]==1.4.0.dev202602030301; extra == 'qdrant'
|
|
81
66
|
Provides-Extra: ray
|
|
82
|
-
Requires-Dist: ray
|
|
67
|
+
Requires-Dist: ragbits-document-search[ray]==1.4.0.dev202602030301; extra == 'ray'
|
|
83
68
|
Provides-Extra: relari
|
|
84
|
-
Requires-Dist:
|
|
69
|
+
Requires-Dist: ragbits-evaluate[relari]==1.4.0.dev202602030301; extra == 'relari'
|
|
85
70
|
Provides-Extra: s3
|
|
86
|
-
Requires-Dist:
|
|
71
|
+
Requires-Dist: ragbits-core[s3]==1.4.0.dev202602030301; extra == 's3'
|
|
87
72
|
Provides-Extra: sql
|
|
88
|
-
Requires-Dist:
|
|
73
|
+
Requires-Dist: ragbits-chat[sql]==1.4.0.dev202602030301; extra == 'sql'
|
|
89
74
|
Provides-Extra: unstructured
|
|
90
|
-
Requires-Dist: unstructured
|
|
91
|
-
Requires-Dist: unstructured<1.0.0,>=0.16.9; extra == 'unstructured'
|
|
75
|
+
Requires-Dist: ragbits-document-search[unstructured]==1.4.0.dev202602030301; extra == 'unstructured'
|
|
92
76
|
Provides-Extra: weaviate
|
|
93
|
-
Requires-Dist: weaviate
|
|
77
|
+
Requires-Dist: ragbits-core[weaviate]==1.4.0.dev202602030301; extra == 'weaviate'
|
|
94
78
|
Description-Content-Type: text/markdown
|
|
95
79
|
|
|
96
80
|
<div align="center">
|
|
@@ -116,10 +100,10 @@ Description-Content-Type: text/markdown
|
|
|
116
100
|
|
|
117
101
|
### 🔨 Build Reliable & Scalable GenAI Apps
|
|
118
102
|
|
|
119
|
-
- **Swap LLMs anytime** – Switch between [100+ LLMs via LiteLLM](https://ragbits.deepsense.ai/how-to/llms/use_llms/) or run [local models](https://ragbits.deepsense.ai/how-to/llms/use_local_llms/).
|
|
120
|
-
- **Type-safe LLM calls** – Use Python generics to [enforce strict type safety](https://ragbits.deepsense.ai/how-to/prompts/use_prompting/#how-to-configure-prompts-output-data-type) in model interactions.
|
|
121
|
-
- **Bring your own vector store** – Connect to [Qdrant](https://ragbits.deepsense.ai/api_reference/core/vector-stores/#ragbits.core.vector_stores.qdrant.QdrantVectorStore), [PgVector](https://ragbits.deepsense.ai/api_reference/core/vector-stores/#ragbits.core.vector_stores.pgvector.PgVectorStore), and more with built-in support.
|
|
122
|
-
- **Developer tools included** – [Manage vector stores](https://ragbits.deepsense.ai/cli/main/#ragbits-vector-store), query pipelines, and [test prompts from your terminal](https://ragbits.deepsense.ai/quickstart/quickstart1_prompts/#testing-the-prompt-from-the-cli).
|
|
103
|
+
- **Swap LLMs anytime** – Switch between [100+ LLMs via LiteLLM](https://ragbits.deepsense.ai/stable/how-to/llms/use_llms/) or run [local models](https://ragbits.deepsense.ai/stable/how-to/llms/use_local_llms/).
|
|
104
|
+
- **Type-safe LLM calls** – Use Python generics to [enforce strict type safety](https://ragbits.deepsense.ai/stable/how-to/prompts/use_prompting/#how-to-configure-prompts-output-data-type) in model interactions.
|
|
105
|
+
- **Bring your own vector store** – Connect to [Qdrant](https://ragbits.deepsense.ai/stable/api_reference/core/vector-stores/#ragbits.core.vector_stores.qdrant.QdrantVectorStore), [PgVector](https://ragbits.deepsense.ai/stable/api_reference/core/vector-stores/#ragbits.core.vector_stores.pgvector.PgVectorStore), and more with built-in support.
|
|
106
|
+
- **Developer tools included** – [Manage vector stores](https://ragbits.deepsense.ai/stable/cli/main/#ragbits-vector-store), query pipelines, and [test prompts from your terminal](https://ragbits.deepsense.ai/stable/quickstart/quickstart1_prompts/#testing-the-prompt-from-the-cli).
|
|
123
107
|
- **Modular installation** – Install only what you need, reducing dependencies and improving performance.
|
|
124
108
|
|
|
125
109
|
### 📚 Fast & Flexible RAG Processing
|
|
@@ -127,20 +111,20 @@ Description-Content-Type: text/markdown
|
|
|
127
111
|
- **Ingest 20+ formats** – Process PDFs, HTML, spreadsheets, presentations, and more. Process data using [Docling](https://github.com/docling-project/docling), [Unstructured](https://github.com/Unstructured-IO/unstructured) or create a custom parser.
|
|
128
112
|
- **Handle complex data** – Extract tables, images, and structured content with built-in VLMs support.
|
|
129
113
|
- **Connect to any data source** – Use prebuilt connectors for S3, GCS, Azure, or implement your own.
|
|
130
|
-
- **Scale ingestion** – Process large datasets quickly with [Ray-based parallel processing](https://ragbits.deepsense.ai/how-to/document_search/distributed_ingestion/#how-to-ingest-documents-in-a-distributed-fashion).
|
|
114
|
+
- **Scale ingestion** – Process large datasets quickly with [Ray-based parallel processing](https://ragbits.deepsense.ai/stable/how-to/document_search/distributed_ingestion/#how-to-ingest-documents-in-a-distributed-fashion).
|
|
131
115
|
|
|
132
116
|
### 🤖 Build Multi-Agent Workflows with Ease
|
|
133
117
|
|
|
134
|
-
- **Multi-agent coordination** – Create teams of specialized agents with role-based collaboration using [A2A protocol](https://ragbits.deepsense.ai/tutorials/agents) for interoperability.
|
|
135
|
-
- **Real-time data integration** – Leverage [Model Context Protocol (MCP)](https://ragbits.deepsense.ai/how-to/agents/provide_mcp_tools) for live web access, database queries, and API integrations.
|
|
136
|
-
- **Conversation state management** – Maintain context across interactions with [automatic history tracking](https://ragbits.deepsense.ai/how-to/agents/define_and_use_agents/#conversation-history).
|
|
118
|
+
- **Multi-agent coordination** – Create teams of specialized agents with role-based collaboration using [A2A protocol](https://ragbits.deepsense.ai/stable/tutorials/agents) for interoperability.
|
|
119
|
+
- **Real-time data integration** – Leverage [Model Context Protocol (MCP)](https://ragbits.deepsense.ai/stable/how-to/agents/provide_mcp_tools) for live web access, database queries, and API integrations.
|
|
120
|
+
- **Conversation state management** – Maintain context across interactions with [automatic history tracking](https://ragbits.deepsense.ai/stable/how-to/agents/define_and_use_agents/#conversation-history).
|
|
137
121
|
|
|
138
122
|
### 🚀 Deploy & Monitor with Confidence
|
|
139
123
|
|
|
140
|
-
- **Real-time observability** – Track performance with [OpenTelemetry](https://ragbits.deepsense.ai/how-to/project/use_tracing/#opentelemetry-trace-handler) and [CLI insights](https://ragbits.deepsense.ai/how-to/project/use_tracing/#cli-trace-handler).
|
|
141
|
-
- **Built-in testing** – Validate prompts [with promptfoo](https://ragbits.deepsense.ai/how-to/prompts/promptfoo/) before deployment.
|
|
124
|
+
- **Real-time observability** – Track performance with [OpenTelemetry](https://ragbits.deepsense.ai/stable/how-to/project/use_tracing/#opentelemetry-trace-handler) and [CLI insights](https://ragbits.deepsense.ai/stable/how-to/project/use_tracing/#cli-trace-handler).
|
|
125
|
+
- **Built-in testing** – Validate prompts [with promptfoo](https://ragbits.deepsense.ai/stable/how-to/prompts/promptfoo/) before deployment.
|
|
142
126
|
- **Auto-optimization** – Continuously evaluate and refine model performance.
|
|
143
|
-
- **Chat UI** – Deploy [chatbot interface](https://ragbits.deepsense.ai/how-to/chatbots/api/) with API, persistance and user feedback.
|
|
127
|
+
- **Chat UI** – Deploy [chatbot interface](https://ragbits.deepsense.ai/stable/how-to/chatbots/api/) with API, persistance and user feedback.
|
|
144
128
|
|
|
145
129
|
## Installation
|
|
146
130
|
|
|
@@ -170,6 +154,7 @@ This is a starter bundle of packages, containing:
|
|
|
170
154
|
- [`ragbits-agents`](https://github.com/deepsense-ai/ragbits/tree/main/packages/ragbits-agents) - abstractions for building agentic systems.
|
|
171
155
|
- [`ragbits-document-search`](https://github.com/deepsense-ai/ragbits/tree/main/packages/ragbits-document-search) - retrieval and ingestion piplines for knowledge bases.
|
|
172
156
|
- [`ragbits-evaluate`](https://github.com/deepsense-ai/ragbits/tree/main/packages/ragbits-evaluate) - unified evaluation framework for Ragbits components.
|
|
157
|
+
- [`ragbits-guardrails`](https://github.com/deepsense-ai/ragbits/tree/main/packages/ragbits-guardrails) - utilities for ensuring the safety and relevance of responses.
|
|
173
158
|
- [`ragbits-chat`](https://github.com/deepsense-ai/ragbits/tree/main/packages/ragbits-chat) - full-stack infrastructure for building conversational AI applications.
|
|
174
159
|
- [`ragbits-cli`](https://github.com/deepsense-ai/ragbits/tree/main/packages/ragbits-cli) - `ragbits` shell command for interacting with Ragbits components.
|
|
175
160
|
|
|
@@ -387,10 +372,10 @@ Explore `create-ragbits-app` repo [here](https://github.com/deepsense-ai/create-
|
|
|
387
372
|
|
|
388
373
|
## Documentation
|
|
389
374
|
|
|
390
|
-
- [Tutorials](https://ragbits.deepsense.ai/tutorials/intro) - Get started with Ragbits in a few minutes
|
|
391
|
-
- [How-to](https://ragbits.deepsense.ai/how-to/prompts/use_prompting) - Learn how to use Ragbits in your projects
|
|
392
|
-
- [CLI](https://ragbits.deepsense.ai/cli/main) - Learn how to run Ragbits in your terminal
|
|
393
|
-
- [API reference](https://ragbits.deepsense.ai/api_reference/core/prompt) - Explore the underlying Ragbits API
|
|
375
|
+
- [Tutorials](https://ragbits.deepsense.ai/stable/tutorials/intro) - Get started with Ragbits in a few minutes
|
|
376
|
+
- [How-to](https://ragbits.deepsense.ai/stable/how-to/prompts/use_prompting) - Learn how to use Ragbits in your projects
|
|
377
|
+
- [CLI](https://ragbits.deepsense.ai/stable/cli/main) - Learn how to run Ragbits in your terminal
|
|
378
|
+
- [API reference](https://ragbits.deepsense.ai/stable/api_reference/core/prompt) - Explore the underlying Ragbits API
|
|
394
379
|
|
|
395
380
|
## Contributing
|
|
396
381
|
|
ragbits-1.3.0.dist-info/RECORD
DELETED