mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 05:13:46 +00:00
fix typos in cookbook/self_query_hotel_search.ipynb (#11792)
I have fixed some typos in file `cookbook/self_query_hotel_search.ipynb`. I kindly request the repo maintainers to review and merge it. Thanks!
This commit is contained in:
parent
7f0145315a
commit
e69218504b
@ -622,7 +622,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"We can see that at least two issues above. First is that when we ask for a Southern European destination we're only getting a filter for Italy, and second when we ask for AC we get a literal string lookup for AC (which isn't so bad but will miss things like 'Air conditioning').\n",
|
"We can see that at least two issues above. First is that when we ask for a Southern European destination we're only getting a filter for Italy, and second when we ask for AC we get a literal string lookup for AC (which isn't so bad but will miss things like 'Air conditioning').\n",
|
||||||
"\n",
|
"\n",
|
||||||
"As a first step, let's try to update our description of the 'country' attribute to emphasize that equality shoul only be used when a specific country is mentioned."
|
"As a first step, let's try to update our description of the 'country' attribute to emphasize that equality should only be used when a specific country is mentioned."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user