File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
content/develop/ai/langcache Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,12 @@ curl -s -X POST "https://$HOST/v1/caches/$CACHE_ID/entires/search" \
4040This example uses ` cURL ` and Linux shell scripts to demonstrate the API; you can use any standard REST client or library.
4141{{% /info %}}
4242
43- You can also use the [ LangCache SDKs ] ( #langcache-sdk ) for Javascript and Python to access the API.
43+ If your app is written in Javascript or Python, you can also use the LangCache Software Development Kits (SDKs) to access the API:
4444
45- ## API examples
45+ - [ LangCache SDK for Javascript] ( https://www.npmjs.com/package/@redis-ai/langcache )
46+ - [ LangCache SDK for Python] ( https://pypi.org/project/langcache/ )
47+
48+ ## Examples
4649
4750### Search LangCache for similar responses
4851
@@ -112,11 +115,4 @@ DELETE https://[host]/v1/caches/{cacheId}/entries
112115 }
113116}
114117```
115- ## LangCache SDK
116-
117- If your app is written in Javascript or Python, you can also use the LangCache Software Development Kits (SDKs) to access the API.
118118
119- To learn how to use the LangCache SDKs:
120-
121- - [ LangCache SDK for Javascript] ( https://www.npmjs.com/package/@redis-ai/langcache )
122- - [ LangCache SDK for Python] ( https://pypi.org/project/langcache/ )
You can’t perform that action at this time.
0 commit comments