This commit is contained in:
Timothy J. Baek
2024-10-01 21:32:59 -07:00
parent c2732a0990
commit 1b7d363d32
11 changed files with 182 additions and 28 deletions

View File

@@ -2,7 +2,7 @@
import { getRAGConfig, updateRAGConfig } from '$lib/apis/retrieval';
import Switch from '$lib/components/common/Switch.svelte';
import { documents, models } from '$lib/stores';
import { models } from '$lib/stores';
import { onMount, getContext } from 'svelte';
import { toast } from 'svelte-sonner';
import SensitiveInput from '$lib/components/common/SensitiveInput.svelte';