Performed spell check across the entire documentation (#872)

Thank you once again!
This commit is contained in:
Taleb
2024-07-06 07:30:40 +03:00
committed by GitHub
parent a41bd18599
commit d2eb54ebf8
4 changed files with 4 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ tool = TXTSearchTool(txt='path/to/text/file.txt')
```
## Arguments
- `txt` (str): **Optinal**. The path to the text file you want to search. This argument is only required if the tool was not initialized with a specific text file; otherwise, the search will be conducted within the initially provided text file.
- `txt` (str): **Optional**. The path to the text file you want to search. This argument is only required if the tool was not initialized with a specific text file; otherwise, the search will be conducted within the initially provided text file.
## Custom model and embeddings