Skip to content

Commit 6ae3282

Browse files
committed
Fix some possible link errors timing out on link-check
1 parent 5eded18 commit 6ae3282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.vectorstoreweaviate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You can use this with the [Get Many](#get-many) and [Retrieve Documents (As Tool
8989

9090
Available for the [Get Many](#get-many), [Retrieve Documents (As Vector Store for Chain/Tool)](#retrieve-documents-as-vector-store-for-chaintool), and [Retrieve Documents (As Tool for AI Agent)](#retrieve-documents-as-tool-for-ai-agent) operation modes.
9191

92-
When searching for data, use this to match metadata associated with documents. You can learn more about the operators and query structure in [Weaviate's conditional filters documentation](https://docs.weaviate.io/weaviate/api/graphql/filters#filter-structure).
92+
When searching for data, use this to match metadata associated with documents. You can learn more about the operators and query structure in [Weaviate's conditional filters documentation](https://docs.weaviate.io/weaviate/api/graphql/filters).
9393

9494
You can use both `AND` and `OR` with different operators. Operators are case insensitive:
9595

@@ -141,7 +141,7 @@ Whether to show the score fused between hybrid and vector search explanation.
141141

142142
### Hybrid: Fusion Type
143143

144-
Select the fusion type for combining vector and keyword search results. [Learn more about fusion algorithms](https://weaviate.io/learn/knowledgecards/fusion-algorithm){:target=_blank .external-link}.
144+
Select the fusion type for combining vector and keyword search results. [Learn more about fusion algorithms](https://weaviate.io/learn/knowledgecards/fusion-algorithm).
145145

146146
Options:
147147
- **Relative Score**: Uses relative score fusion

0 commit comments

Comments
 (0)