Has anyone else tried using a different model like Qwen or Gemma?
I've tried both, but I always get the same error that won’t go away, no matter what I do. :(
Here's the output:
Initializing ChatService with model qwen3:14b for the first time.
Initializing ChatService with model: qwen3:14b
LLM Service initialized with model: qwen3:14b
Vector Retriever created:
tags=['Neo4jVector', 'OllamaEmbeddings']
vectorstore=<Neo4jVector object at 0x00000297BE49A570>
search_kwargs={}
Entity Chain created:
first = ChatPromptTemplate with system and human prompts for entity extraction
middle = RunnableBinding using OllamaFunctions(model='qwen3:14b', temperature=0.0, format='text') with function output as JSON
last = PydanticOutputParser with custom Entities schema
Graph Service initialized: <GraphService object at 0x00000297BC7E70B0>
Graph initialized: <Neo4jGraph object at 0x00000297BC840860>
ChatService successfully initialized with model: qwen3:14b
Starting chat with input: "Hello, what are you doing?"
Sending status: failed for message: "Hello, what are you doing?" with progress: 0
Error occurred: 'tool'
It always ends with the error:
Error occurred: 'tool'
I've double-checked everything and tried different configurations, but the error persists.
Has anyone managed to get these models working with Ollamafunctions in this kind of setup? Any ideas would be appreciated.
Has anyone else tried using a different model like Qwen or Gemma?
I've tried both, but I always get the same error that won’t go away, no matter what I do. :(
Here's the output:
Initializing ChatService with model qwen3:14b for the first time.
Initializing ChatService with model: qwen3:14b
LLM Service initialized with model: qwen3:14b
Vector Retriever created:
tags=['Neo4jVector', 'OllamaEmbeddings']
vectorstore=<Neo4jVector object at 0x00000297BE49A570>
search_kwargs={}
Entity Chain created:
first = ChatPromptTemplate with system and human prompts for entity extraction
middle = RunnableBinding using OllamaFunctions(model='qwen3:14b', temperature=0.0, format='text') with function output as JSON
last = PydanticOutputParser with custom Entities schema
Graph Service initialized: <GraphService object at 0x00000297BC7E70B0>
Graph initialized: <Neo4jGraph object at 0x00000297BC840860>
ChatService successfully initialized with model: qwen3:14b
Starting chat with input: "Hello, what are you doing?"
Sending status: failed for message: "Hello, what are you doing?" with progress: 0
Error occurred: 'tool'
It always ends with the error:
Error occurred: 'tool'
I've double-checked everything and tried different configurations, but the error persists.
Has anyone managed to get these models working with Ollamafunctions in this kind of setup? Any ideas would be appreciated.