You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, I use ollama to provide embedding service, here's my code, but it show error info when i run crewai: rag_storage.py-rag_storage:186 - ERROR: Error during short_term search: Error code: 502
return Crew(
agents=self.agents, # Automatically created by the @agent decorator
tasks=self.tasks, # Automatically created by the @task decorator
process=Process.sequential,
verbose=True,
# process=Process.hierarchical,
memory=True,
embedder={
"provider": "ollama",
"config": {
"model": "mxbai-embed-large",
"base_url": "http://xxx",
}
}
)
Maybe I configured the ollama's base_url wrong?
The text was updated successfully, but these errors were encountered:
hello, I use ollama to provide embedding service, here's my code, but it show error info when i run crewai: rag_storage.py-rag_storage:186 - ERROR: Error during short_term search: Error code: 502
return Crew(
agents=self.agents, # Automatically created by the @agent decorator
tasks=self.tasks, # Automatically created by the @task decorator
process=Process.sequential,
verbose=True,
# process=Process.hierarchical,
memory=True,
embedder={
"provider": "ollama",
"config": {
"model": "mxbai-embed-large",
"base_url": "http://xxx",
}
}
)
Maybe I configured the ollama's base_url wrong?
The text was updated successfully, but these errors were encountered: