Skip to content

Commit 6c8a1db

Browse files
authored
Update content/develop/ai/langcache/api-examples.md
1 parent fefa51f commit 6c8a1db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/develop/ai/langcache/api-examples.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ LangCache supports two search strategies when looking for a cached response:
8080
- `**semantic**`: Uses vector similarity to find semantically similar prompts and responses.
8181

8282
By default, LangCache uses `semantic` search only. You can specify one or more search strategies in the request body.
83-
This can be set as default in the cache settings page.
8483

8584
{{< clients-example set="langcache_sdk" step="search_strategies" dft_tab_name="REST API" footer="hide" >}}
8685
POST https://[host]/v1/caches/{cacheId}/entries/search

0 commit comments

Comments
 (0)