agentiq-llama-index 1.0.0rc11__py3-none-any.whl → 1.1.0a20250410__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,38 @@
1
+ Metadata-Version: 2.4
2
+ Name: agentiq-llama-index
3
+ Version: 1.1.0a20250410
4
+ Summary: Subpackage for Llama-Index integration in AgentIQ
5
+ Keywords: ai,rag,agents
6
+ Classifier: Programming Language :: Python
7
+ Requires-Python: >=3.12
8
+ Description-Content-Type: text/markdown
9
+ Requires-Dist: agentiq
10
+ Requires-Dist: llama-index-core==0.12.15
11
+ Requires-Dist: llama-index-embeddings-nvidia==0.3.1
12
+ Requires-Dist: llama-index-llms-nvidia==0.3.1
13
+ Requires-Dist: llama-index-readers-file==0.4.4
14
+ Requires-Dist: llama-index==0.12.15
15
+
16
+ <!--
17
+ SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
18
+ SPDX-License-Identifier: Apache-2.0
19
+
20
+ Licensed under the Apache License, Version 2.0 (the "License");
21
+ you may not use this file except in compliance with the License.
22
+ You may obtain a copy of the License at
23
+
24
+ http:/www.apache.org/licenses/LICENSE-2.0
25
+
26
+ Unless required by applicable law or agreed to in writing, software
27
+ distributed under the License is distributed on an "AS IS" BASIS,
28
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29
+ See the License for the specific language governing permissions and
30
+ limitations under the License.
31
+ -->
32
+
33
+ ![NVIDIA AgentIQ](https://media.githubusercontent.com/media/NVIDIA/AgentIQ/refs/heads/main/docs/source/_static/agentiq_banner.png "AgentIQ banner image")
34
+
35
+ # NVIDIA AgentIQ Subpackage
36
+ This is a subpackage for Llama-Index integration in AgentIQ.
37
+
38
+ For more information about AgentIQ, please visit the [AgentIQ package](https://pypi.org/project/agentiq/).
@@ -0,0 +1,10 @@
1
+ aiq/meta/pypi.md,sha256=6s6wibXNL501nX8pZvGRvTJTHOaixn3Vdrx5IFAwHtE,1016
2
+ aiq/plugins/llama_index/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ aiq/plugins/llama_index/llm.py,sha256=3F-hNlqgkrTz_yd1WtarRmN1GhcLOTQCizuXGiKbBYw,1848
4
+ aiq/plugins/llama_index/register.py,sha256=da1IYMrYe4MUtlwzBGIiukPazf7WU40j5X3n2KCjNts,868
5
+ aiq/plugins/llama_index/tool_wrapper.py,sha256=n7E6uzVtcyFXSWtkYG8yrtqRCsXVHdEU38eTrWLSlrU,1387
6
+ agentiq_llama_index-1.1.0a20250410.dist-info/METADATA,sha256=LehrSkQ9BbRdqh8NgsxD1GMgE2TR7iaOFetarFDnYQI,1524
7
+ agentiq_llama_index-1.1.0a20250410.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
8
+ agentiq_llama_index-1.1.0a20250410.dist-info/entry_points.txt,sha256=2_FES--T1uOL8QdHJWWhuFipXoSK8uo0DR8olysK2Ck,68
9
+ agentiq_llama_index-1.1.0a20250410.dist-info/top_level.txt,sha256=fo7AzYcNhZ_tRWrhGumtxwnxMew4xrT1iwouDy_f0Kc,4
10
+ agentiq_llama_index-1.1.0a20250410.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (76.1.0)
2
+ Generator: setuptools (78.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
aiq/meta/pypi.md ADDED
@@ -0,0 +1,23 @@
1
+ <!--
2
+ SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3
+ SPDX-License-Identifier: Apache-2.0
4
+
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
8
+
9
+ http:/www.apache.org/licenses/LICENSE-2.0
10
+
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
16
+ -->
17
+
18
+ ![NVIDIA AgentIQ](https://media.githubusercontent.com/media/NVIDIA/AgentIQ/refs/heads/main/docs/source/_static/agentiq_banner.png "AgentIQ banner image")
19
+
20
+ # NVIDIA AgentIQ Subpackage
21
+ This is a subpackage for Llama-Index integration in AgentIQ.
22
+
23
+ For more information about AgentIQ, please visit the [AgentIQ package](https://pypi.org/project/agentiq/).
@@ -1,13 +0,0 @@
1
- Metadata-Version: 2.2
2
- Name: agentiq-llama-index
3
- Version: 1.0.0rc11
4
- Summary: Subpackage for Llama-Index integration in AgentIQ
5
- Keywords: ai,rag,agents
6
- Classifier: Programming Language :: Python
7
- Requires-Python: >=3.12
8
- Requires-Dist: agentiq
9
- Requires-Dist: llama-index-core==0.12.15
10
- Requires-Dist: llama-index-embeddings-nvidia==0.3.1
11
- Requires-Dist: llama-index-llms-nvidia==0.3.1
12
- Requires-Dist: llama-index-readers-file==0.4.4
13
- Requires-Dist: llama-index==0.12.15
@@ -1,9 +0,0 @@
1
- aiq/plugins/llama_index/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- aiq/plugins/llama_index/llm.py,sha256=3F-hNlqgkrTz_yd1WtarRmN1GhcLOTQCizuXGiKbBYw,1848
3
- aiq/plugins/llama_index/register.py,sha256=da1IYMrYe4MUtlwzBGIiukPazf7WU40j5X3n2KCjNts,868
4
- aiq/plugins/llama_index/tool_wrapper.py,sha256=n7E6uzVtcyFXSWtkYG8yrtqRCsXVHdEU38eTrWLSlrU,1387
5
- agentiq_llama_index-1.0.0rc11.dist-info/METADATA,sha256=ajBaCY8yhEpMnd5ATt9F9CP1PUOj6mX1K1y-9KsiyJs,462
6
- agentiq_llama_index-1.0.0rc11.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
7
- agentiq_llama_index-1.0.0rc11.dist-info/entry_points.txt,sha256=2_FES--T1uOL8QdHJWWhuFipXoSK8uo0DR8olysK2Ck,68
8
- agentiq_llama_index-1.0.0rc11.dist-info/top_level.txt,sha256=fo7AzYcNhZ_tRWrhGumtxwnxMew4xrT1iwouDy_f0Kc,4
9
- agentiq_llama_index-1.0.0rc11.dist-info/RECORD,,