roy-coder

Results 2 comments of roy-coder

Can we please enforce minimal code coverage like we did in the `core` package so we won't need to do it again?

I believe that changing https://github.com/n8n-io/n8n/blob/master/packages/@n8n/nodes-langchain/nodes/embeddings/EmbeddingsOllama/EmbeddingsOllama.node.ts#L44 to add the existing `ollamaOptions` as well as passing the options to Ollama will make it configurable and solve this issue: ``` properties: [getConnectionHintNoticeField([NodeConnectionType.AiVectorStore]), ollamaModel,...