config={
“embedding_model”: {
“provider”: “ollama”,
“config”: {
“model”: “nomic-embed-text”,
}
}
}
rag_tool = RagTool(config=config)
it does not take the embedding config, need help please.
config={
“embedding_model”: {
“provider”: “ollama”,
“config”: {
“model”: “nomic-embed-text”,
}
}
}
rag_tool = RagTool(config=config)
it does not take the embedding config, need help please.
got syntax error, seems it gets into return build_embedder_from_dict(spec), but build_embedder_from_dict is deprecated.