new settings for rag
This commit is contained in:
15
src/routes/option-rag.tsx
Normal file
15
src/routes/option-rag.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import { SettingsLayout } from "~/components/Layouts/SettingsOptionLayout"
|
||||
import OptionLayout from "~/components/Layouts/Layout"
|
||||
import { RagSettings } from "@/components/Option/Settings/rag"
|
||||
|
||||
const OptionRagSettings = () => {
|
||||
return (
|
||||
<OptionLayout>
|
||||
<SettingsLayout>
|
||||
<RagSettings />
|
||||
</SettingsLayout>
|
||||
</OptionLayout>
|
||||
)
|
||||
}
|
||||
|
||||
export default OptionRagSettings
|
||||
Reference in New Issue
Block a user