updating docs disclaimer

This commit is contained in:
João Moura
2024-03-04 09:59:01 -03:00
parent dbd3639847
commit 0c77f57fd9
19 changed files with 131 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
# TXTSearchTool
!!! note "Depend on OpenAI"
All RAG tools at the moment can only use openAI to generate embeddings, we are working on adding support for other providers.
!!! note "Experimental"
We are still working on improving tools, so there might be unexpected behavior or changes in the future.
## Description
This tool is used to perform a RAG (Retrieval-Augmented Generation) search within the content of a text file. It allows for semantic searching of a query within a specified text file's content, making it an invaluable resource for quickly extracting information or finding specific sections of text based on the query provided.