We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfabd1d commit ba26a87Copy full SHA for ba26a87
langchain/chains/natbot/crawler.py
@@ -336,7 +336,7 @@ def add_to_hash_tree(
336
element_node_value = strings[node_value[index]]
337
if (
338
element_node_value == "|"
339
- ): # commonly used as a seperator, does not add much context - lets save ourselves some token space
+ ): # commonly used as a separator, does not add much context - lets save ourselves some token space
340
continue
341
elif (
342
node_name == "input"
0 commit comments