A community member is having trouble using the SchemaLLMPathExtractor with the ollama model (version 3.1), while it works fine with OpenAI models. The community member is asking for help to understand the issue. In the comments, another community member suggests that open-source models may not work well with this module, and recommends trying the "dynamic path extractor" instead, as it is similar but doesn't rely on function calling.
Hi.. Everyone Has anyone tried SchemaLLMPathExtractor with ollama? In most of the blogs they are using Open AI there it's working fine but when I try same approach with ollama(llama3.1) it's not extracting any relationships at all.. Does any no what maybe the issue? It would be great if anyone could help