Skip to content

Commit

Permalink
crossreference fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-gan committed Dec 17, 2024
1 parent 839c0ce commit 708dda3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/docs/integrations/providers/couchbase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ from langchain_community.document_loaders.couchbase import CouchbaseLoader
### CouchbaseCache
Use Couchbase as a cache for prompts and responses.

See a [usage example](/docs/integrations/llm_caching/#couchbase-cache).
See a [usage example](/docs/integrations/llm_caching/#couchbase-caches).

To import this cache:
```python
Expand Down Expand Up @@ -61,7 +61,7 @@ set_llm_cache(
Semantic caching allows users to retrieve cached prompts based on the semantic similarity between the user input and previously cached inputs. Under the hood it uses Couchbase as both a cache and a vectorstore.
The CouchbaseSemanticCache needs a Search Index defined to work. Please look at the [usage example](/docs/integrations/vectorstores/couchbase) on how to set up the index.

See a [usage example](/docs/integrations/llm_caching/#couchbase-semantic-cache).
See a [usage example](/docs/integrations/llm_caching/#couchbase-caches).

To import this cache:
```python
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/integrations/providers/elasticsearch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ from langchain_elasticsearch import ElasticsearchChatMessageHistory

## LLM cache

See a [usage example](/docs/integrations/llm_caching/#elasticsearch-cache).
See a [usage example](/docs/integrations/llm_caching/#elasticsearch-caches).

```python
from langchain_elasticsearch import ElasticsearchCache
Expand Down

0 comments on commit 708dda3

Please sign in to comment.