nvidia-nat-zep-cloud 1.3.0a20251005__py3-none-any.whl → 1.3.0a20251007__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.
- nat/plugins/zep_cloud/zep_editor.py +1 -1
- {nvidia_nat_zep_cloud-1.3.0a20251005.dist-info → nvidia_nat_zep_cloud-1.3.0a20251007.dist-info}/METADATA +2 -2
- {nvidia_nat_zep_cloud-1.3.0a20251005.dist-info → nvidia_nat_zep_cloud-1.3.0a20251007.dist-info}/RECORD +6 -6
- {nvidia_nat_zep_cloud-1.3.0a20251005.dist-info → nvidia_nat_zep_cloud-1.3.0a20251007.dist-info}/WHEEL +0 -0
- {nvidia_nat_zep_cloud-1.3.0a20251005.dist-info → nvidia_nat_zep_cloud-1.3.0a20251007.dist-info}/entry_points.txt +0 -0
- {nvidia_nat_zep_cloud-1.3.0a20251005.dist-info → nvidia_nat_zep_cloud-1.3.0a20251007.dist-info}/top_level.txt +0 -0
@@ -64,7 +64,7 @@ class ZepEditor(MemoryEditor):
|
|
64
64
|
Args:
|
65
65
|
query (str): The query string to match.
|
66
66
|
top_k (int): Maximum number of items to return.
|
67
|
-
|
67
|
+
kwargs: Other keyword arguments for search.
|
68
68
|
|
69
69
|
Returns:
|
70
70
|
list[MemoryItem]: The most relevant MemoryItems for the given query.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: nvidia-nat-zep-cloud
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.0a20251007
|
4
4
|
Summary: Subpackage for Zep integration in NeMo Agent toolkit
|
5
5
|
Keywords: ai,agents,memory
|
6
6
|
Classifier: Programming Language :: Python
|
@@ -9,7 +9,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
9
9
|
Classifier: Programming Language :: Python :: 3.13
|
10
10
|
Requires-Python: <3.14,>=3.11
|
11
11
|
Description-Content-Type: text/markdown
|
12
|
-
Requires-Dist: nvidia-nat==v1.3.
|
12
|
+
Requires-Dist: nvidia-nat==v1.3.0a20251007
|
13
13
|
Requires-Dist: zep-cloud~=2.2.0
|
14
14
|
|
15
15
|
<!--
|
@@ -2,9 +2,9 @@ nat/meta/pypi.md,sha256=BMN_V2SVyWPMymcWAX8PypnNKJphAqckAbCEqGPaN6I,1111
|
|
2
2
|
nat/plugins/zep_cloud/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
nat/plugins/zep_cloud/memory.py,sha256=WrRbHBn_bnHdDVa6hThKR5BPl0wSPOJfKXbbR_XOroM,2198
|
4
4
|
nat/plugins/zep_cloud/register.py,sha256=n5QJ6VHpLSV4j9WJEc7IgvWHbSyfy8KYeE9XKz4NZxo,807
|
5
|
-
nat/plugins/zep_cloud/zep_editor.py,sha256=
|
6
|
-
nvidia_nat_zep_cloud-1.3.
|
7
|
-
nvidia_nat_zep_cloud-1.3.
|
8
|
-
nvidia_nat_zep_cloud-1.3.
|
9
|
-
nvidia_nat_zep_cloud-1.3.
|
10
|
-
nvidia_nat_zep_cloud-1.3.
|
5
|
+
nat/plugins/zep_cloud/zep_editor.py,sha256=6DI1W1VqqzN8Xjwy2FByEAbKvgCJ-JC945gyGPMZtc4,3768
|
6
|
+
nvidia_nat_zep_cloud-1.3.0a20251007.dist-info/METADATA,sha256=dq01GRvL4m5bJQGuw6VJIQBSli8_kJiI1hRstwFUx58,1615
|
7
|
+
nvidia_nat_zep_cloud-1.3.0a20251007.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
8
|
+
nvidia_nat_zep_cloud-1.3.0a20251007.dist-info/entry_points.txt,sha256=r7vO0ft8P0EBtuNO3cm0nYo4FScapvptPjHwtlfnvcA,64
|
9
|
+
nvidia_nat_zep_cloud-1.3.0a20251007.dist-info/top_level.txt,sha256=8-CJ2cP6-f0ZReXe5Hzqp-5pvzzHz-5Ds5H2bGqh1-U,4
|
10
|
+
nvidia_nat_zep_cloud-1.3.0a20251007.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|