diff options
| author | Dhravya Shah <[email protected]> | 2025-04-06 13:05:38 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-04-06 13:05:38 -0700 |
| commit | 15fd48a890c7dc8b8de3d0ed33ff48fefaab8771 (patch) | |
| tree | 058e6fa5202742c6e32db899a1c73c1bc39943d1 /apps/docs | |
| parent | Documentation edits made through Mintlify web editor (diff) | |
| download | supermemory-15fd48a890c7dc8b8de3d0ed33ff48fefaab8771.tar.xz supermemory-15fd48a890c7dc8b8de3d0ed33ff48fefaab8771.zip | |
Documentation edits made through Mintlify web editor
Diffstat (limited to 'apps/docs')
3 files changed, 3 insertions, 5 deletions
diff --git a/apps/docs/api-reference/endpoints/memory-management/put-update.mdx b/apps/docs/api-reference/endpoints/memory-management/put-update.mdx index 8970ffe3..5f8b646d 100644 --- a/apps/docs/api-reference/endpoints/memory-management/put-update.mdx +++ b/apps/docs/api-reference/endpoints/memory-management/put-update.mdx @@ -4,4 +4,4 @@ openapi: put /update/{id} Update an existing memory. Please note that all existing metadata will be replaced with the new ones. -You can also use the /add endpoint along with the ID specified. +You can also use the /add endpoint along with the ID specified.
\ No newline at end of file diff --git a/apps/docs/api-reference/endpoints/search/get-fastsearch.mdx b/apps/docs/api-reference/endpoints/search/get-fastsearch.mdx index f1e705ce..8e088e35 100644 --- a/apps/docs/api-reference/endpoints/search/get-fastsearch.mdx +++ b/apps/docs/api-reference/endpoints/search/get-fastsearch.mdx @@ -2,6 +2,4 @@ openapi: get /fastsearch --- -Fast, lossy search using quantized embeddings. This can be used in case your app has text completions, or when searching fast is absolutely necessary. - - +Fast, lossy search using quantized embeddings. This can be used in case your app has text completions, or when searching fast is absolutely necessary.
\ No newline at end of file diff --git a/apps/docs/api-reference/endpoints/search/post-search.mdx b/apps/docs/api-reference/endpoints/search/post-search.mdx index 8e9867d2..e7f7beb3 100644 --- a/apps/docs/api-reference/endpoints/search/post-search.mdx +++ b/apps/docs/api-reference/endpoints/search/post-search.mdx @@ -9,4 +9,4 @@ Body: `limit`: Number of documents you want to get -`filters`: Filters can be applied as `AND, OR, negate, numeric` types. You can read more about it here - [https://docs.supermemory.ai/essentials/metadata-filtering](https://docs.supermemory.ai/essentials/metadata-filtering)
\ No newline at end of file +`filters`: Filters can be applied as `AND, OR, negate, numeric` types. You can read more about it here - [https://docs.supermemory.ai/essentials/metadata-filtering](https://docs.supermemory.ai/essentials/metadata-filtering) |