From 377178531f5f38bb142f6faece4f06424749fec9 Mon Sep 17 00:00:00 2001 From: shatfield4 Date: Wed, 26 Jun 2024 16:16:42 -0700 Subject: [PATCH 1/7] fix indentation of citations --- .../WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx b/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx index de4c4f72d7a..4a4e12b1c27 100644 --- a/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx +++ b/frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/Citation/index.jsx @@ -57,7 +57,7 @@ export default function Citations({ sources = [] }) { /> {open && ( -
+
{combineLikeSources(sources).map((source) => ( Date: Wed, 26 Jun 2024 16:54:53 -0700 Subject: [PATCH 2/7] fix outlines of input fields to be consistent --- .../AzureAiOptions/index.jsx | 6 +++--- .../EmbeddingSelection/CohereOptions/index.jsx | 2 +- .../GenericOpenAiOptions/index.jsx | 8 ++++---- .../LMStudioOptions/index.jsx | 4 ++-- .../LiteLLMOptions/index.jsx | 6 +++--- .../LocalAiOptions/index.jsx | 6 +++--- .../EmbeddingSelection/OllamaOptions/index.jsx | 4 ++-- .../EmbeddingSelection/OpenAiOptions/index.jsx | 2 +- .../VoyageAiOptions/index.jsx | 2 +- .../LLMSelection/AnthropicAiOptions/index.jsx | 2 +- .../LLMSelection/AzureAiOptions/index.jsx | 10 +++++----- .../LLMSelection/CohereAiOptions/index.jsx | 2 +- .../LLMSelection/GeminiLLMOptions/index.jsx | 2 +- .../GenericOpenAiOptions/index.jsx | 10 +++++----- .../LLMSelection/GroqAiOptions/index.jsx | 2 +- .../LLMSelection/HuggingFaceOptions/index.jsx | 6 +++--- .../LLMSelection/KoboldCPPOptions/index.jsx | 4 ++-- .../LLMSelection/LMStudioOptions/index.jsx | 4 ++-- .../LLMSelection/LiteLLMOptions/index.jsx | 6 +++--- .../LLMSelection/LocalAiOptions/index.jsx | 6 +++--- .../LLMSelection/MistralOptions/index.jsx | 2 +- .../LLMSelection/NativeLLMOptions/index.jsx | 2 +- .../LLMSelection/OllamaLLMOptions/index.jsx | 4 ++-- .../LLMSelection/OpenAiOptions/index.jsx | 2 +- .../LLMSelection/OpenRouterOptions/index.jsx | 2 +- .../LLMSelection/PerplexityOptions/index.jsx | 2 +- .../LLMSelection/TextGenWebUIOptions/index.jsx | 6 +++--- .../LLMSelection/TogetherAiOptions/index.jsx | 2 +- .../Modals/DisplayRecoveryCodeModal/index.jsx | 2 +- .../Connectors/Confluence/index.jsx | 6 +++--- .../DataConnectors/Connectors/Github/index.jsx | 6 +++--- .../Connectors/WebsiteDepth/index.jsx | 6 +++--- .../Connectors/Youtube/index.jsx | 2 +- .../ManageWorkspace/DataConnectors/index.jsx | 2 +- .../src/components/Modals/NewWorkspace.jsx | 2 +- .../Modals/Password/MultiUserAuth.jsx | 6 +++--- .../Modals/Password/SingleUserAuth.jsx | 2 +- .../TextToSpeech/ElevenLabsOptions/index.jsx | 2 +- .../TextToSpeech/OpenAiOptions/index.jsx | 2 +- .../OpenAiOptions/index.jsx | 2 +- .../VectorDBSelection/AstraDBOptions/index.jsx | 4 ++-- .../ChromaDBOptions/index.jsx | 6 +++--- .../MilvusDBOptions/index.jsx | 6 +++--- .../PineconeDBOptions/index.jsx | 4 ++-- .../QDrantDBOptions/index.jsx | 4 ++-- .../WeaviateDBOptions/index.jsx | 4 ++-- .../ZillizCloudOptions/index.jsx | 4 ++-- .../PromptInput/StopGenerationButton/index.jsx | 4 ++-- .../NewConnectionModal.jsx | 14 +++++++------- .../SearchProviderOptions/index.jsx | 12 ++++++------ .../Admin/Agents/WebSearchSelection/index.jsx | 6 +++--- .../FooterCustomization/NewIconForm/index.jsx | 4 ++-- .../GeneralSettings/AudioPreference/stt.jsx | 6 +++--- .../GeneralSettings/AudioPreference/tts.jsx | 6 +++--- .../EmbedRow/CodeSnippetModal/index.jsx | 2 +- .../EmbedConfigs/NewEmbedModal/index.jsx | 4 ++-- .../EmbeddingPreference/index.jsx | 6 +++--- .../EmbeddingTextSplitterPreference/index.jsx | 6 +++--- .../GeneralSettings/LLMPreference/index.jsx | 6 +++--- .../pages/GeneralSettings/Security/index.jsx | 6 +++--- .../TranscriptionPreference/index.jsx | 6 +++--- .../GeneralSettings/VectorDatabase/index.jsx | 6 +++--- .../Steps/LLMPreference/index.jsx | 2 +- .../OnboardingFlow/Steps/UserSetup/index.jsx | 6 +++--- .../AgentLLMSelection/AgentLLMItem/index.jsx | 2 +- .../AgentConfig/AgentLLMSelection/index.jsx | 6 +++--- .../AgentConfig/WebSearchSelection/index.jsx | 6 +++--- .../WorkspaceLLMItem/index.jsx | 2 +- .../WorkspaceLLMSelection/index.jsx | 6 +++--- .../Members/AddMemberModal/index.jsx | 2 +- frontend/tailwind.config.js | 18 +++++++++--------- 71 files changed, 166 insertions(+), 166 deletions(-) diff --git a/frontend/src/components/EmbeddingSelection/AzureAiOptions/index.jsx b/frontend/src/components/EmbeddingSelection/AzureAiOptions/index.jsx index 209c0aa21f3..c46be12e0a2 100644 --- a/frontend/src/components/EmbeddingSelection/AzureAiOptions/index.jsx +++ b/frontend/src/components/EmbeddingSelection/AzureAiOptions/index.jsx @@ -9,7 +9,7 @@ export default function AzureAiOptions({ settings }) { e.target.blur()} @@ -59,7 +59,7 @@ export default function GenericOpenAiEmbeddingOptions({ settings }) { e.target.blur()} @@ -61,7 +61,7 @@ export default function LiteLLMOptions({ settings }) { setBasePathValue(e.target.value)} @@ -41,7 +41,7 @@ export default function LocalAiOptions({ settings }) { e.target.blur()} @@ -62,7 +62,7 @@ export default function LocalAiOptions({ settings }) { @@ -77,7 +77,7 @@ export default function AzureAiOptions({ settings }) { e.target.blur()} @@ -71,7 +71,7 @@ export default function GenericOpenAiOptions({ settings }) { e.target.blur()} diff --git a/frontend/src/components/LLMSelection/KoboldCPPOptions/index.jsx b/frontend/src/components/LLMSelection/KoboldCPPOptions/index.jsx index 7e5e20aef3a..16cd0fb944e 100644 --- a/frontend/src/components/LLMSelection/KoboldCPPOptions/index.jsx +++ b/frontend/src/components/LLMSelection/KoboldCPPOptions/index.jsx @@ -16,7 +16,7 @@ export default function KoboldCPPOptions({ settings }) { e.target.blur()} diff --git a/frontend/src/components/LLMSelection/LMStudioOptions/index.jsx b/frontend/src/components/LLMSelection/LMStudioOptions/index.jsx index d3e1df58f9e..cc83420b557 100644 --- a/frontend/src/components/LLMSelection/LMStudioOptions/index.jsx +++ b/frontend/src/components/LLMSelection/LMStudioOptions/index.jsx @@ -56,7 +56,7 @@ export default function LMStudioOptions({ settings, showAlert = false }) { e.target.blur()} @@ -59,7 +59,7 @@ export default function LiteLLMOptions({ settings }) { e.target.blur()} @@ -84,7 +84,7 @@ export default function LocalAiOptions({ settings, showAlert = false }) { e.target.blur()} diff --git a/frontend/src/components/LLMSelection/OllamaLLMOptions/index.jsx b/frontend/src/components/LLMSelection/OllamaLLMOptions/index.jsx index 841943937ad..e30f5971b67 100644 --- a/frontend/src/components/LLMSelection/OllamaLLMOptions/index.jsx +++ b/frontend/src/components/LLMSelection/OllamaLLMOptions/index.jsx @@ -41,7 +41,7 @@ export default function OllamaLLMOptions({ settings }) { e.target.blur()} @@ -39,7 +39,7 @@ export default function TextGenWebUIOptions({ settings }) {
diff --git a/frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/WebsiteDepth/index.jsx b/frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/WebsiteDepth/index.jsx index 79cc6f254e4..f0017dab967 100644 --- a/frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/WebsiteDepth/index.jsx +++ b/frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/WebsiteDepth/index.jsx @@ -64,7 +64,7 @@ export default function WebsiteDepthOptions() { @@ -102,7 +102,7 @@ export default function WebsiteDepthOptions() { type="number" name="maxLinks" min="1" - className="border-none bg-zinc-900 text-white placeholder:text-white/20 text-sm rounded-lg focus:border-white block w-full p-2.5" + className="border-none bg-zinc-900 text-white placeholder:text-white/20 text-sm rounded-lg focus:outline-primary-button active:outline-primary-button outline-none block w-full p-2.5" required={true} defaultValue="20" /> diff --git a/frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Youtube/index.jsx b/frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Youtube/index.jsx index 97a34f0f660..d0e68249e56 100644 --- a/frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Youtube/index.jsx +++ b/frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Youtube/index.jsx @@ -59,7 +59,7 @@ export default function YoutubeOptions() { setSearchQuery(e.target.value)} diff --git a/frontend/src/components/Modals/NewWorkspace.jsx b/frontend/src/components/Modals/NewWorkspace.jsx index ed00f6fe63a..01f37063317 100644 --- a/frontend/src/components/Modals/NewWorkspace.jsx +++ b/frontend/src/components/Modals/NewWorkspace.jsx @@ -52,7 +52,7 @@ export default function NewWorkspaceModal({ hideModal = noop }) { name="name" type="text" id="name" - className="bg-zinc-900 w-full text-white placeholder:text-white/20 text-sm rounded-lg focus:border-white block w-full p-2.5" + className="bg-zinc-900 w-full text-white placeholder:text-white/20 text-sm rounded-lg focus:outline-primary-button active:outline-primary-button outline-none block w-full p-2.5" placeholder="My Workspace" required={true} autoComplete="off" diff --git a/frontend/src/components/Modals/Password/MultiUserAuth.jsx b/frontend/src/components/Modals/Password/MultiUserAuth.jsx index c9a6536e4c9..ca56f3c8e71 100644 --- a/frontend/src/components/Modals/Password/MultiUserAuth.jsx +++ b/frontend/src/components/Modals/Password/MultiUserAuth.jsx @@ -82,7 +82,7 @@ const RecoveryForm = ({ onSubmit, setShowRecoveryForm }) => {
@@ -151,7 +151,7 @@ const ResetPasswordForm = ({ onSubmit }) => {
@@ -322,7 +322,7 @@ export default function MultiUserAuth() { diff --git a/frontend/src/components/TextToSpeech/ElevenLabsOptions/index.jsx b/frontend/src/components/TextToSpeech/ElevenLabsOptions/index.jsx index 4a5e1160ce4..c7d0961b377 100644 --- a/frontend/src/components/TextToSpeech/ElevenLabsOptions/index.jsx +++ b/frontend/src/components/TextToSpeech/ElevenLabsOptions/index.jsx @@ -14,7 +14,7 @@ export default function ElevenLabsOptions({ settings }) {
@@ -41,7 +41,7 @@ export default function ChromaDBOptions({ settings }) { autoComplete="off" type="password" defaultValue={settings?.ChromaApiKey ? "*".repeat(20) : ""} - className="bg-zinc-900 text-white placeholder:text-white/20 text-sm rounded-lg focus:border-white block w-full p-2.5" + className="bg-zinc-900 text-white placeholder:text-white/20 text-sm rounded-lg focus:outline-primary-button active:outline-primary-button outline-none block w-full p-2.5" placeholder="sk-myApiKeyToAccessMyChromaInstance" />
diff --git a/frontend/src/components/VectorDBSelection/MilvusDBOptions/index.jsx b/frontend/src/components/VectorDBSelection/MilvusDBOptions/index.jsx index 5db49859392..00dd539d5d7 100644 --- a/frontend/src/components/VectorDBSelection/MilvusDBOptions/index.jsx +++ b/frontend/src/components/VectorDBSelection/MilvusDBOptions/index.jsx @@ -9,7 +9,7 @@ export default function MilvusDBOptions({ settings }) { Save connection diff --git a/frontend/src/pages/Admin/Agents/WebSearchSelection/SearchProviderOptions/index.jsx b/frontend/src/pages/Admin/Agents/WebSearchSelection/SearchProviderOptions/index.jsx index c5ccd2607bf..86f0871b59b 100644 --- a/frontend/src/pages/Admin/Agents/WebSearchSelection/SearchProviderOptions/index.jsx +++ b/frontend/src/pages/Admin/Agents/WebSearchSelection/SearchProviderOptions/index.jsx @@ -20,7 +20,7 @@ export function GoogleSearchOptions({ settings }) { )} {searchMenuOpen ? ( -
+
setSearchQuery(e.target.value)} ref={searchInputRef} onKeyDown={(e) => { @@ -202,7 +202,7 @@ export default function AgentWebSearchSelection({
) : ( diff --git a/frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx b/frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx index ac507e92986..dfa7a2998a5 100644 --- a/frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx +++ b/frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx @@ -120,7 +120,7 @@ export default function AgentLLMSelection({ /> )} {searchMenuOpen ? ( -
+
setSearchQuery(e.target.value)} ref={searchInputRef} onKeyDown={(e) => { @@ -165,7 +165,7 @@ export default function AgentLLMSelection({
) : ( diff --git a/frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx b/frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx index 7542f2d76c8..e80e55491b5 100644 --- a/frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx +++ b/frontend/src/pages/WorkspaceSettings/ChatSettings/WorkspaceLLMSelection/index.jsx @@ -80,7 +80,7 @@ export default function WorkspaceLLMSelection({ /> )} {searchMenuOpen ? ( -
+
setSearchQuery(e.target.value)} ref={searchInputRef} onKeyDown={(e) => { @@ -125,7 +125,7 @@ export default function WorkspaceLLMSelection({
) : (
diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index 098486b23c9..e5131be3cb6 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -1,6 +1,6 @@ /** @type {import('tailwindcss').Config} */ export default { - darkMode: 'false', + darkMode: "false", content: { relative: true, files: [ @@ -11,7 +11,7 @@ export default { "./src/utils/**/*.js", "./src/*.jsx", "./index.html", - './node_modules/@tremor/**/*.{js,ts,jsx,tsx}' + "./node_modules/@tremor/**/*.{js,ts,jsx,tsx}" ] }, theme: { @@ -101,30 +101,30 @@ export default { { pattern: /^(bg-(?:slate|gray|zinc|neutral|stone|red|orange|amber|yellow|lime|green|emerald|teal|cyan|sky|blue|indigo|violet|purple|fuchsia|pink|rose)-(?:50|100|200|300|400|500|600|700|800|900|950))$/, - variants: ['hover', 'ui-selected'], + variants: ["hover", "ui-selected"] }, { pattern: /^(text-(?:slate|gray|zinc|neutral|stone|red|orange|amber|yellow|lime|green|emerald|teal|cyan|sky|blue|indigo|violet|purple|fuchsia|pink|rose)-(?:50|100|200|300|400|500|600|700|800|900|950))$/, - variants: ['hover', 'ui-selected'], + variants: ["hover", "ui-selected"] }, { pattern: /^(border-(?:slate|gray|zinc|neutral|stone|red|orange|amber|yellow|lime|green|emerald|teal|cyan|sky|blue|indigo|violet|purple|fuchsia|pink|rose)-(?:50|100|200|300|400|500|600|700|800|900|950))$/, - variants: ['hover', 'ui-selected'], + variants: ["hover", "ui-selected"] }, { pattern: - /^(ring-(?:slate|gray|zinc|neutral|stone|red|orange|amber|yellow|lime|green|emerald|teal|cyan|sky|blue|indigo|violet|purple|fuchsia|pink|rose)-(?:50|100|200|300|400|500|600|700|800|900|950))$/, + /^(ring-(?:slate|gray|zinc|neutral|stone|red|orange|amber|yellow|lime|green|emerald|teal|cyan|sky|blue|indigo|violet|purple|fuchsia|pink|rose)-(?:50|100|200|300|400|500|600|700|800|900|950))$/ }, { pattern: - /^(stroke-(?:slate|gray|zinc|neutral|stone|red|orange|amber|yellow|lime|green|emerald|teal|cyan|sky|blue|indigo|violet|purple|fuchsia|pink|rose)-(?:50|100|200|300|400|500|600|700|800|900|950))$/, + /^(stroke-(?:slate|gray|zinc|neutral|stone|red|orange|amber|yellow|lime|green|emerald|teal|cyan|sky|blue|indigo|violet|purple|fuchsia|pink|rose)-(?:50|100|200|300|400|500|600|700|800|900|950))$/ }, { pattern: - /^(fill-(?:slate|gray|zinc|neutral|stone|red|orange|amber|yellow|lime|green|emerald|teal|cyan|sky|blue|indigo|violet|purple|fuchsia|pink|rose)-(?:50|100|200|300|400|500|600|700|800|900|950))$/, - }, + /^(fill-(?:slate|gray|zinc|neutral|stone|red|orange|amber|yellow|lime|green|emerald|teal|cyan|sky|blue|indigo|violet|purple|fuchsia|pink|rose)-(?:50|100|200|300|400|500|600|700|800|900|950))$/ + } ], plugins: [] } From 4cbcaf4bf8b139967450e76a1b9edc801655c65c Mon Sep 17 00:00:00 2001 From: shatfield4 Date: Wed, 26 Jun 2024 17:24:06 -0700 Subject: [PATCH 3/7] remove red from trash icons --- frontend/src/pages/GeneralSettings/ApiKeys/ApiKeyRow/index.jsx | 2 +- frontend/src/pages/GeneralSettings/Chats/ChatRow/index.jsx | 2 +- frontend/src/pages/GeneralSettings/EmbedChats/ChatRow/index.jsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/GeneralSettings/ApiKeys/ApiKeyRow/index.jsx b/frontend/src/pages/GeneralSettings/ApiKeys/ApiKeyRow/index.jsx index 6b970bf3ef7..17ca0250650 100644 --- a/frontend/src/pages/GeneralSettings/ApiKeys/ApiKeyRow/index.jsx +++ b/frontend/src/pages/GeneralSettings/ApiKeys/ApiKeyRow/index.jsx @@ -65,7 +65,7 @@ export default function ApiKeyRow({ apiKey }) { diff --git a/frontend/src/pages/GeneralSettings/Chats/ChatRow/index.jsx b/frontend/src/pages/GeneralSettings/Chats/ChatRow/index.jsx index 5c0744f12f3..d487994e7e9 100644 --- a/frontend/src/pages/GeneralSettings/Chats/ChatRow/index.jsx +++ b/frontend/src/pages/GeneralSettings/Chats/ChatRow/index.jsx @@ -53,7 +53,7 @@ export default function ChatRow({ chat, onDelete }) { diff --git a/frontend/src/pages/GeneralSettings/EmbedChats/ChatRow/index.jsx b/frontend/src/pages/GeneralSettings/EmbedChats/ChatRow/index.jsx index a9c125cf4fa..208dfc7bd7f 100644 --- a/frontend/src/pages/GeneralSettings/EmbedChats/ChatRow/index.jsx +++ b/frontend/src/pages/GeneralSettings/EmbedChats/ChatRow/index.jsx @@ -66,7 +66,7 @@ export default function ChatRow({ chat, onDelete }) { From 13b7b5238e5974e641e1caaec1364525565d26b9 Mon Sep 17 00:00:00 2001 From: shatfield4 Date: Wed, 26 Jun 2024 17:35:04 -0700 Subject: [PATCH 4/7] fix margin from input title --- .../EmbeddingSelection/AzureAiOptions/index.jsx | 6 +++--- .../EmbeddingSelection/CohereOptions/index.jsx | 4 ++-- .../GenericOpenAiOptions/index.jsx | 6 +++--- .../EmbeddingSelection/LiteLLMOptions/index.jsx | 8 ++++---- .../EmbeddingSelection/LocalAiOptions/index.jsx | 8 ++++---- .../EmbeddingSelection/OpenAiOptions/index.jsx | 4 ++-- .../EmbeddingSelection/VoyageAiOptions/index.jsx | 4 ++-- .../LLMSelection/AnthropicAiOptions/index.jsx | 4 ++-- .../components/LLMSelection/AzureAiOptions/index.jsx | 10 +++++----- .../LLMSelection/CohereAiOptions/index.jsx | 4 ++-- .../LLMSelection/GeminiLLMOptions/index.jsx | 6 +++--- .../LLMSelection/GenericOpenAiOptions/index.jsx | 10 +++++----- .../components/LLMSelection/GroqAiOptions/index.jsx | 4 ++-- .../LLMSelection/HuggingFaceOptions/index.jsx | 6 +++--- .../LLMSelection/KoboldCPPOptions/index.jsx | 8 ++++---- .../components/LLMSelection/LiteLLMOptions/index.jsx | 8 ++++---- .../components/LLMSelection/LocalAiOptions/index.jsx | 8 ++++---- .../components/LLMSelection/MistralOptions/index.jsx | 6 +++--- .../LLMSelection/NativeLLMOptions/index.jsx | 6 +++--- .../components/LLMSelection/OpenAiOptions/index.jsx | 6 +++--- .../LLMSelection/OpenRouterOptions/index.jsx | 6 +++--- .../LLMSelection/PerplexityOptions/index.jsx | 6 +++--- .../LLMSelection/TextGenWebUIOptions/index.jsx | 6 +++--- .../LLMSelection/TogetherAiOptions/index.jsx | 6 +++--- .../TextToSpeech/ElevenLabsOptions/index.jsx | 6 +++--- .../components/TextToSpeech/OpenAiOptions/index.jsx | 4 ++-- .../NativeTranscriptionOptions/index.jsx | 2 +- .../TranscriptionSelection/OpenAiOptions/index.jsx | 4 ++-- .../VectorDBSelection/AstraDBOptions/index.jsx | 4 ++-- .../VectorDBSelection/ChromaDBOptions/index.jsx | 6 +++--- .../VectorDBSelection/MilvusDBOptions/index.jsx | 6 +++--- .../VectorDBSelection/PineconeDBOptions/index.jsx | 4 ++-- .../VectorDBSelection/QDrantDBOptions/index.jsx | 4 ++-- .../VectorDBSelection/WeaviateDBOptions/index.jsx | 4 ++-- .../VectorDBSelection/ZillizCloudOptions/index.jsx | 4 ++-- .../SQLConnectorSelection/NewConnectionModal.jsx | 12 ++++++------ .../SearchProviderOptions/index.jsx | 12 ++++++------ 37 files changed, 111 insertions(+), 111 deletions(-) diff --git a/frontend/src/components/EmbeddingSelection/AzureAiOptions/index.jsx b/frontend/src/components/EmbeddingSelection/AzureAiOptions/index.jsx index c46be12e0a2..d5ceae6b8d9 100644 --- a/frontend/src/components/EmbeddingSelection/AzureAiOptions/index.jsx +++ b/frontend/src/components/EmbeddingSelection/AzureAiOptions/index.jsx @@ -3,7 +3,7 @@ export default function AzureAiOptions({ settings }) {
-