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 @@
# WebsiteSearchTool
!!! 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 specifically crafted for conducting semantic searches within the content of a particular website. Leveraging a Retrieval-Augmented Generation (RAG) model, it navigates through the information provided on a given URL. Users have the flexibility to either initiate a search across any website known or discovered during its usage or to concentrate the search on a predefined, specific website.