reminix-llamaindex 0.0.1__py3-none-any.whl → 0.0.2__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,11 +1,26 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: reminix-llamaindex
|
|
3
|
-
Version: 0.0.
|
|
4
|
-
Summary: Reminix adapter for LlamaIndex
|
|
3
|
+
Version: 0.0.2
|
|
4
|
+
Summary: Reminix adapter for LlamaIndex - serve agents as REST APIs
|
|
5
|
+
Project-URL: Homepage, https://reminix.com
|
|
6
|
+
Project-URL: Documentation, https://reminix.com/docs
|
|
7
|
+
Project-URL: Repository, https://github.com/reminix-ai/runtime-python
|
|
8
|
+
Project-URL: Changelog, https://github.com/reminix-ai/runtime-python/blob/main/CHANGELOG.md
|
|
9
|
+
Project-URL: Bug Tracker, https://github.com/reminix-ai/runtime-python/issues
|
|
10
|
+
Author-email: Reminix Team <team@reminix.com>
|
|
5
11
|
License-Expression: Apache-2.0
|
|
12
|
+
Keywords: agents,ai,llama-index,llamaindex,llm,rag,reminix
|
|
13
|
+
Classifier: Development Status :: 4 - Beta
|
|
14
|
+
Classifier: Intended Audience :: Developers
|
|
15
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
16
|
+
Classifier: Programming Language :: Python :: 3
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
20
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
6
21
|
Requires-Python: >=3.10
|
|
7
22
|
Requires-Dist: llama-index>=0.14.0
|
|
8
|
-
Requires-Dist: reminix-runtime~=0.0.
|
|
23
|
+
Requires-Dist: reminix-runtime~=0.0.2
|
|
9
24
|
Provides-Extra: dev
|
|
10
25
|
Requires-Dist: pytest-asyncio>=0.24.0; extra == 'dev'
|
|
11
26
|
Requires-Dist: pytest>=8.0.0; extra == 'dev'
|
|
@@ -13,7 +28,9 @@ Description-Content-Type: text/markdown
|
|
|
13
28
|
|
|
14
29
|
# reminix-llamaindex
|
|
15
30
|
|
|
16
|
-
Reminix Runtime adapter for [LlamaIndex](https://www.llamaindex.ai/).
|
|
31
|
+
Reminix Runtime adapter for [LlamaIndex](https://www.llamaindex.ai/). Serve LlamaIndex chat engines as a REST API.
|
|
32
|
+
|
|
33
|
+
> **Ready to go live?** [Deploy to Reminix](https://reminix.com/docs/deployment) for zero-config hosting, or [self-host](https://reminix.com/docs/deployment/self-hosting) on your own infrastructure.
|
|
17
34
|
|
|
18
35
|
## Installation
|
|
19
36
|
|
|
@@ -138,6 +155,13 @@ Conversational chat. The adapter extracts the last user message.
|
|
|
138
155
|
|
|
139
156
|
For information about the server, endpoints, request/response formats, and more, see the [`reminix-runtime`](https://pypi.org/project/reminix-runtime/) package.
|
|
140
157
|
|
|
158
|
+
## Deployment
|
|
159
|
+
|
|
160
|
+
Ready to go live?
|
|
161
|
+
|
|
162
|
+
- **[Deploy to Reminix](https://reminix.com/docs/deployment)** - Zero-config cloud hosting
|
|
163
|
+
- **[Self-host](https://reminix.com/docs/deployment/self-hosting)** - Run on your own infrastructure
|
|
164
|
+
|
|
141
165
|
## Links
|
|
142
166
|
|
|
143
167
|
- [GitHub Repository](https://github.com/reminix-ai/runtime-python)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
reminix_llamaindex/__init__.py,sha256=F6k9DeJDD5-cwD0VlVNnu4aaIssuWQ2Uyp5eEGkEc84,86
|
|
2
2
|
reminix_llamaindex/adapter.py,sha256=7dVMR6nw8EL9A7KeavAwAvhFsKRO6pLdUIQRD6IH4UM,5691
|
|
3
3
|
reminix_llamaindex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
reminix_llamaindex-0.0.
|
|
5
|
-
reminix_llamaindex-0.0.
|
|
6
|
-
reminix_llamaindex-0.0.
|
|
4
|
+
reminix_llamaindex-0.0.2.dist-info/METADATA,sha256=QlDKE_YFCI1HTK9L4TkzRQrVigPE5QV_7RlZoCTdMw4,4685
|
|
5
|
+
reminix_llamaindex-0.0.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
6
|
+
reminix_llamaindex-0.0.2.dist-info/RECORD,,
|
|
File without changes
|