Small RC Fixes (#608)

* mentioning ollama on the docs as embedder

* lowering barrier to match tool with simialr name

* Fixing agent tools to support co_worker

* Adding new tests

* Fixing type"

* updating tests

* fixing conflict
This commit is contained in:
João Moura
2024-05-13 02:29:04 -03:00
committed by GitHub
parent 7a4d3dd496
commit 7fd8850ddb
21 changed files with 204252 additions and 3737 deletions

View File

@@ -55,7 +55,7 @@ tool = GithubSearchTool(
),
),
embedder=dict(
provider="google",
provider="google", # or openai, ollama, ...
config=dict(
model="models/embedding-001",
task_type="retrieval_document",