From e775cc2b0522339f0ecf1494c37c36c813f7ed6c Mon Sep 17 00:00:00 2001 From: timothycarambat Date: Wed, 28 Feb 2024 12:05:44 -0800 Subject: [PATCH] fix Ollama embedder typo --- .../src/components/EmbeddingSelection/OllamaOptions/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/EmbeddingSelection/OllamaOptions/index.jsx b/frontend/src/components/EmbeddingSelection/OllamaOptions/index.jsx index dff697f8..3213f5d3 100644 --- a/frontend/src/components/EmbeddingSelection/OllamaOptions/index.jsx +++ b/frontend/src/components/EmbeddingSelection/OllamaOptions/index.jsx @@ -12,7 +12,7 @@ export default function OllamaEmbeddingOptions({ settings }) {