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/api-reference/endpoints/search | |
| 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/api-reference/endpoints/search')
| -rw-r--r-- | apps/docs/api-reference/endpoints/search/get-fastsearch.mdx | 4 | ||||
| -rw-r--r-- | apps/docs/api-reference/endpoints/search/post-search.mdx | 2 |
2 files changed, 2 insertions, 4 deletions
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) |