From 073e4107cd1571db2c1be7101690648cbacfecab Mon Sep 17 00:00:00 2001 From: aqibamir <73932489+aqibamir@users.noreply.github.com> Date: Tue, 2 Jan 2024 18:34:09 -0500 Subject: [PATCH] Fixed minor type in self_query.ipynb (#15196) --- docs/docs/modules/data_connection/retrievers/self_query.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/modules/data_connection/retrievers/self_query.ipynb b/docs/docs/modules/data_connection/retrievers/self_query.ipynb index 2d6ecff948c..a9a9d0a08a2 100644 --- a/docs/docs/modules/data_connection/retrievers/self_query.ipynb +++ b/docs/docs/modules/data_connection/retrievers/self_query.ipynb @@ -283,7 +283,7 @@ "\n", "To see what's going on under the hood, and to have more custom control, we can reconstruct our retriever from scratch.\n", "\n", - "First, we need to create a query-construction chain. This chain will take a |user query and generated a `StructuredQuery` object which captures the filters specified by the user. We provide some helper functions for creating a prompt and output parser. These have a number of tunable params that we'll ignore here for simplicity." + "First, we need to create a query-construction chain. This chain will take a user query and generated a `StructuredQuery` object which captures the filters specified by the user. We provide some helper functions for creating a prompt and output parser. These have a number of tunable params that we'll ignore here for simplicity." ] }, {