We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fefa51f commit 6c8a1dbCopy full SHA for 6c8a1db
content/develop/ai/langcache/api-examples.md
@@ -80,7 +80,6 @@ LangCache supports two search strategies when looking for a cached response:
80
- `**semantic**`: Uses vector similarity to find semantically similar prompts and responses.
81
82
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.
84
85
{{< clients-example set="langcache_sdk" step="search_strategies" dft_tab_name="REST API" footer="hide" >}}
86
POST https://[host]/v1/caches/{cacheId}/entries/search
0 commit comments