mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
docs: Update JSONSearchTool and RagTool configuration parameter from 'embedder' to 'embedding_model' (#2311)
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com>
This commit is contained in:
@@ -7,8 +7,10 @@ icon: file-code
|
|||||||
# `JSONSearchTool`
|
# `JSONSearchTool`
|
||||||
|
|
||||||
<Note>
|
<Note>
|
||||||
The JSONSearchTool is currently in an experimental phase. This means the tool is under active development, and users might encounter unexpected behavior or changes.
|
The JSONSearchTool is currently in an experimental phase. This means the tool
|
||||||
We highly encourage feedback on any issues or suggestions for improvements.
|
is under active development, and users might encounter unexpected behavior or
|
||||||
|
changes. We highly encourage feedback on any issues or suggestions for
|
||||||
|
improvements.
|
||||||
</Note>
|
</Note>
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
@@ -60,7 +62,7 @@ tool = JSONSearchTool(
|
|||||||
# stream=true,
|
# stream=true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"embedder": {
|
"embedding_model": {
|
||||||
"provider": "google", # or openai, ollama, ...
|
"provider": "google", # or openai, ollama, ...
|
||||||
"config": {
|
"config": {
|
||||||
"model": "models/embedding-001",
|
"model": "models/embedding-001",
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ config = {
|
|||||||
"model": "gpt-4",
|
"model": "gpt-4",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"embedder": {
|
"embedding_model": {
|
||||||
"provider": "openai",
|
"provider": "openai",
|
||||||
"config": {
|
"config": {
|
||||||
"model": "text-embedding-ada-002"
|
"model": "text-embedding-ada-002"
|
||||||
|
|||||||
Reference in New Issue
Block a user