supermemory 3.0.0a27__tar.gz → 3.0.0a28__tar.gz
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.
Potentially problematic release.
This version of supermemory might be problematic. Click here for more details.
- supermemory-3.0.0a28/.release-please-manifest.json +3 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/CHANGELOG.md +8 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/PKG-INFO +1 -1
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/pyproject.toml +1 -1
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_version.py +1 -1
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/resources/memories.py +28 -4
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/memory_add_params.py +9 -2
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/memory_update_params.py +9 -2
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/api_resources/test_memories.py +4 -0
- supermemory-3.0.0a27/.release-please-manifest.json +0 -3
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/.gitignore +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/CONTRIBUTING.md +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/LICENSE +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/README.md +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/SECURITY.md +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/api.md +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/bin/check-release-environment +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/bin/publish-pypi +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/examples/.keep +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/mypy.ini +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/noxfile.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/release-please-config.json +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/requirements-dev.lock +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/requirements.lock +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/__init__.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_base_client.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_client.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_compat.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_constants.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_exceptions.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_files.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_models.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_qs.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_resource.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_streaming.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_types.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_utils/__init__.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_utils/_logs.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_utils/_proxy.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_utils/_reflection.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_utils/_resources_proxy.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_utils/_streams.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_utils/_sync.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_utils/_transform.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_utils/_typing.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/_utils/_utils.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/lib/.keep +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/py.typed +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/resources/__init__.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/resources/connections.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/resources/search.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/resources/settings.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/__init__.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_create_params.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_create_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_delete_by_id_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_delete_by_provider_params.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_delete_by_provider_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_get_by_id_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_get_by_tags_params.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_get_by_tags_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_import_params.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_list_documents_params.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_list_documents_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_list_params.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_list_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/memory_add_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/memory_get_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/memory_list_params.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/memory_list_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/memory_update_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/memory_upload_file_params.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/memory_upload_file_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/search_documents_params.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/search_documents_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/search_execute_params.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/search_execute_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/search_memories_params.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/search_memories_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/setting_get_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/setting_update_params.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/setting_update_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory_new/lib/.keep +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/__init__.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/api_resources/__init__.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/api_resources/test_connections.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/api_resources/test_search.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/api_resources/test_settings.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/conftest.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/sample_file.txt +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/test_client.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/test_deepcopy.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/test_extract_files.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/test_files.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/test_models.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/test_qs.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/test_required_args.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/test_response.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/test_streaming.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/test_transform.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/test_utils/test_proxy.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/test_utils/test_typing.py +0 -0
- {supermemory-3.0.0a27 → supermemory-3.0.0a28}/tests/utils.py +0 -0
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.0.0-alpha.28 (2025-08-24)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v3.0.0-alpha.27...v3.0.0-alpha.28](https://github.com/supermemoryai/python-sdk/compare/v3.0.0-alpha.27...v3.0.0-alpha.28)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([0745263](https://github.com/supermemoryai/python-sdk/commit/074526384ea43d5323feeb2101054e0515002169))
|
|
10
|
+
|
|
3
11
|
## 3.0.0-alpha.27 (2025-08-24)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v3.0.0-alpha.26...v3.0.0-alpha.27](https://github.com/supermemoryai/python-sdk/compare/v3.0.0-alpha.26...v3.0.0-alpha.27)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: supermemory
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.0a28
|
|
4
4
|
Summary: The official Python library for the supermemory API
|
|
5
5
|
Project-URL: Homepage, https://github.com/supermemoryai/python-sdk
|
|
6
6
|
Project-URL: Repository, https://github.com/supermemoryai/python-sdk
|
|
@@ -52,6 +52,7 @@ class MemoriesResource(SyncAPIResource):
|
|
|
52
52
|
self,
|
|
53
53
|
id: str,
|
|
54
54
|
*,
|
|
55
|
+
container_tag: str | NotGiven = NOT_GIVEN,
|
|
55
56
|
container_tags: List[str] | NotGiven = NOT_GIVEN,
|
|
56
57
|
content: str | NotGiven = NOT_GIVEN,
|
|
57
58
|
custom_id: str | NotGiven = NOT_GIVEN,
|
|
@@ -67,9 +68,13 @@ class MemoriesResource(SyncAPIResource):
|
|
|
67
68
|
Update a memory with any content type (text, url, file, etc.) and metadata
|
|
68
69
|
|
|
69
70
|
Args:
|
|
70
|
-
|
|
71
|
+
container_tag: Optional tag this memory should be containerized by. This can be an ID for your
|
|
71
72
|
user, a project ID, or any other identifier you wish to use to group memories.
|
|
72
73
|
|
|
74
|
+
container_tags: (DEPRECATED: Use containerTag instead) Optional tags this memory should be
|
|
75
|
+
containerized by. This can be an ID for your user, a project ID, or any other
|
|
76
|
+
identifier you wish to use to group memories.
|
|
77
|
+
|
|
73
78
|
content: The content to extract and process into a memory. This can be a URL to a
|
|
74
79
|
website, a PDF, an image, or a video.
|
|
75
80
|
|
|
@@ -102,6 +107,7 @@ class MemoriesResource(SyncAPIResource):
|
|
|
102
107
|
f"/v3/memories/{id}",
|
|
103
108
|
body=maybe_transform(
|
|
104
109
|
{
|
|
110
|
+
"container_tag": container_tag,
|
|
105
111
|
"container_tags": container_tags,
|
|
106
112
|
"content": content,
|
|
107
113
|
"custom_id": custom_id,
|
|
@@ -212,6 +218,7 @@ class MemoriesResource(SyncAPIResource):
|
|
|
212
218
|
def add(
|
|
213
219
|
self,
|
|
214
220
|
*,
|
|
221
|
+
container_tag: str | NotGiven = NOT_GIVEN,
|
|
215
222
|
container_tags: List[str] | NotGiven = NOT_GIVEN,
|
|
216
223
|
content: str | NotGiven = NOT_GIVEN,
|
|
217
224
|
custom_id: str | NotGiven = NOT_GIVEN,
|
|
@@ -227,9 +234,13 @@ class MemoriesResource(SyncAPIResource):
|
|
|
227
234
|
Add a memory with any content type (text, url, file, etc.) and metadata
|
|
228
235
|
|
|
229
236
|
Args:
|
|
230
|
-
|
|
237
|
+
container_tag: Optional tag this memory should be containerized by. This can be an ID for your
|
|
231
238
|
user, a project ID, or any other identifier you wish to use to group memories.
|
|
232
239
|
|
|
240
|
+
container_tags: (DEPRECATED: Use containerTag instead) Optional tags this memory should be
|
|
241
|
+
containerized by. This can be an ID for your user, a project ID, or any other
|
|
242
|
+
identifier you wish to use to group memories.
|
|
243
|
+
|
|
233
244
|
content: The content to extract and process into a memory. This can be a URL to a
|
|
234
245
|
website, a PDF, an image, or a video.
|
|
235
246
|
|
|
@@ -260,6 +271,7 @@ class MemoriesResource(SyncAPIResource):
|
|
|
260
271
|
"/v3/memories",
|
|
261
272
|
body=maybe_transform(
|
|
262
273
|
{
|
|
274
|
+
"container_tag": container_tag,
|
|
263
275
|
"container_tags": container_tags,
|
|
264
276
|
"content": content,
|
|
265
277
|
"custom_id": custom_id,
|
|
@@ -376,6 +388,7 @@ class AsyncMemoriesResource(AsyncAPIResource):
|
|
|
376
388
|
self,
|
|
377
389
|
id: str,
|
|
378
390
|
*,
|
|
391
|
+
container_tag: str | NotGiven = NOT_GIVEN,
|
|
379
392
|
container_tags: List[str] | NotGiven = NOT_GIVEN,
|
|
380
393
|
content: str | NotGiven = NOT_GIVEN,
|
|
381
394
|
custom_id: str | NotGiven = NOT_GIVEN,
|
|
@@ -391,9 +404,13 @@ class AsyncMemoriesResource(AsyncAPIResource):
|
|
|
391
404
|
Update a memory with any content type (text, url, file, etc.) and metadata
|
|
392
405
|
|
|
393
406
|
Args:
|
|
394
|
-
|
|
407
|
+
container_tag: Optional tag this memory should be containerized by. This can be an ID for your
|
|
395
408
|
user, a project ID, or any other identifier you wish to use to group memories.
|
|
396
409
|
|
|
410
|
+
container_tags: (DEPRECATED: Use containerTag instead) Optional tags this memory should be
|
|
411
|
+
containerized by. This can be an ID for your user, a project ID, or any other
|
|
412
|
+
identifier you wish to use to group memories.
|
|
413
|
+
|
|
397
414
|
content: The content to extract and process into a memory. This can be a URL to a
|
|
398
415
|
website, a PDF, an image, or a video.
|
|
399
416
|
|
|
@@ -426,6 +443,7 @@ class AsyncMemoriesResource(AsyncAPIResource):
|
|
|
426
443
|
f"/v3/memories/{id}",
|
|
427
444
|
body=await async_maybe_transform(
|
|
428
445
|
{
|
|
446
|
+
"container_tag": container_tag,
|
|
429
447
|
"container_tags": container_tags,
|
|
430
448
|
"content": content,
|
|
431
449
|
"custom_id": custom_id,
|
|
@@ -536,6 +554,7 @@ class AsyncMemoriesResource(AsyncAPIResource):
|
|
|
536
554
|
async def add(
|
|
537
555
|
self,
|
|
538
556
|
*,
|
|
557
|
+
container_tag: str | NotGiven = NOT_GIVEN,
|
|
539
558
|
container_tags: List[str] | NotGiven = NOT_GIVEN,
|
|
540
559
|
content: str | NotGiven = NOT_GIVEN,
|
|
541
560
|
custom_id: str | NotGiven = NOT_GIVEN,
|
|
@@ -551,9 +570,13 @@ class AsyncMemoriesResource(AsyncAPIResource):
|
|
|
551
570
|
Add a memory with any content type (text, url, file, etc.) and metadata
|
|
552
571
|
|
|
553
572
|
Args:
|
|
554
|
-
|
|
573
|
+
container_tag: Optional tag this memory should be containerized by. This can be an ID for your
|
|
555
574
|
user, a project ID, or any other identifier you wish to use to group memories.
|
|
556
575
|
|
|
576
|
+
container_tags: (DEPRECATED: Use containerTag instead) Optional tags this memory should be
|
|
577
|
+
containerized by. This can be an ID for your user, a project ID, or any other
|
|
578
|
+
identifier you wish to use to group memories.
|
|
579
|
+
|
|
557
580
|
content: The content to extract and process into a memory. This can be a URL to a
|
|
558
581
|
website, a PDF, an image, or a video.
|
|
559
582
|
|
|
@@ -584,6 +607,7 @@ class AsyncMemoriesResource(AsyncAPIResource):
|
|
|
584
607
|
"/v3/memories",
|
|
585
608
|
body=await async_maybe_transform(
|
|
586
609
|
{
|
|
610
|
+
"container_tag": container_tag,
|
|
587
611
|
"container_tags": container_tags,
|
|
588
612
|
"content": content,
|
|
589
613
|
"custom_id": custom_id,
|
|
@@ -11,13 +11,20 @@ __all__ = ["MemoryAddParams"]
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
class MemoryAddParams(TypedDict, total=False):
|
|
14
|
-
|
|
15
|
-
"""Optional
|
|
14
|
+
container_tag: Annotated[str, PropertyInfo(alias="containerTag")]
|
|
15
|
+
"""Optional tag this memory should be containerized by.
|
|
16
16
|
|
|
17
17
|
This can be an ID for your user, a project ID, or any other identifier you wish
|
|
18
18
|
to use to group memories.
|
|
19
19
|
"""
|
|
20
20
|
|
|
21
|
+
container_tags: Annotated[List[str], PropertyInfo(alias="containerTags")]
|
|
22
|
+
"""
|
|
23
|
+
(DEPRECATED: Use containerTag instead) Optional tags this memory should be
|
|
24
|
+
containerized by. This can be an ID for your user, a project ID, or any other
|
|
25
|
+
identifier you wish to use to group memories.
|
|
26
|
+
"""
|
|
27
|
+
|
|
21
28
|
content: str
|
|
22
29
|
"""The content to extract and process into a memory.
|
|
23
30
|
|
|
@@ -11,13 +11,20 @@ __all__ = ["MemoryUpdateParams"]
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
class MemoryUpdateParams(TypedDict, total=False):
|
|
14
|
-
|
|
15
|
-
"""Optional
|
|
14
|
+
container_tag: Annotated[str, PropertyInfo(alias="containerTag")]
|
|
15
|
+
"""Optional tag this memory should be containerized by.
|
|
16
16
|
|
|
17
17
|
This can be an ID for your user, a project ID, or any other identifier you wish
|
|
18
18
|
to use to group memories.
|
|
19
19
|
"""
|
|
20
20
|
|
|
21
|
+
container_tags: Annotated[List[str], PropertyInfo(alias="containerTags")]
|
|
22
|
+
"""
|
|
23
|
+
(DEPRECATED: Use containerTag instead) Optional tags this memory should be
|
|
24
|
+
containerized by. This can be an ID for your user, a project ID, or any other
|
|
25
|
+
identifier you wish to use to group memories.
|
|
26
|
+
"""
|
|
27
|
+
|
|
21
28
|
content: str
|
|
22
29
|
"""The content to extract and process into a memory.
|
|
23
30
|
|
|
@@ -36,6 +36,7 @@ class TestMemories:
|
|
|
36
36
|
def test_method_update_with_all_params(self, client: Supermemory) -> None:
|
|
37
37
|
memory = client.memories.update(
|
|
38
38
|
id="id",
|
|
39
|
+
container_tag="user_123",
|
|
39
40
|
container_tags=["user_123", "project_123"],
|
|
40
41
|
content="This is a detailed article about machine learning concepts...",
|
|
41
42
|
custom_id="mem_abc123",
|
|
@@ -177,6 +178,7 @@ class TestMemories:
|
|
|
177
178
|
@parametrize
|
|
178
179
|
def test_method_add_with_all_params(self, client: Supermemory) -> None:
|
|
179
180
|
memory = client.memories.add(
|
|
181
|
+
container_tag="user_123",
|
|
180
182
|
container_tags=["user_123", "project_123"],
|
|
181
183
|
content="This is a detailed article about machine learning concepts...",
|
|
182
184
|
custom_id="mem_abc123",
|
|
@@ -317,6 +319,7 @@ class TestAsyncMemories:
|
|
|
317
319
|
async def test_method_update_with_all_params(self, async_client: AsyncSupermemory) -> None:
|
|
318
320
|
memory = await async_client.memories.update(
|
|
319
321
|
id="id",
|
|
322
|
+
container_tag="user_123",
|
|
320
323
|
container_tags=["user_123", "project_123"],
|
|
321
324
|
content="This is a detailed article about machine learning concepts...",
|
|
322
325
|
custom_id="mem_abc123",
|
|
@@ -458,6 +461,7 @@ class TestAsyncMemories:
|
|
|
458
461
|
@parametrize
|
|
459
462
|
async def test_method_add_with_all_params(self, async_client: AsyncSupermemory) -> None:
|
|
460
463
|
memory = await async_client.memories.add(
|
|
464
|
+
container_tag="user_123",
|
|
461
465
|
container_tags=["user_123", "project_123"],
|
|
462
466
|
content="This is a detailed article about machine learning concepts...",
|
|
463
467
|
custom_id="mem_abc123",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_create_params.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_create_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_get_by_id_response.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_get_by_tags_params.py
RENAMED
|
File without changes
|
|
File without changes
|
{supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_import_params.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_list_params.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/connection_list_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/memory_update_response.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/memory_upload_file_params.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/memory_upload_file_response.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/search_documents_params.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/search_documents_response.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/search_execute_params.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/search_execute_response.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/search_memories_params.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/search_memories_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/setting_update_params.py
RENAMED
|
File without changes
|
{supermemory-3.0.0a27 → supermemory-3.0.0a28}/src/supermemory/types/setting_update_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|