added embedding model selection

This commit is contained in:
2026-03-20 12:00:44 +01:00
parent afaaa1cfb2
commit 6be438519c
18 changed files with 513 additions and 100 deletions

View File

@@ -38,7 +38,7 @@ return (
className="input"
value={searxUrl}
onChange={e => setSearxUrl(e.target.value)}
placeholder="e.g., http://localhost:8888"
placeholder="e.g., http://127.0.0.1:8888"
/>
</div>
@@ -59,4 +59,4 @@ return (
</div>
</div>
);
}
}