Fix typo in frontend for SearXNG agent setup ()

fix typo in frontend for SearXNG agent setup
This commit is contained in:
Sean Hatfield 2024-12-31 06:11:20 +08:00 committed by GitHub
parent bbc0bec524
commit 99b6dedc8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 7 deletions
frontend/src/pages/Admin/Agents/WebSearchSelection/SearchProviderOptions
server/storage/vector-cache

View file

@ -265,13 +265,13 @@ export function SearXNGOptions({ settings }) {
<div className="flex gap-x-4">
<div className="flex flex-col w-60">
<label className="text-white text-sm font-semibold block mb-3">
SearXNG API base URL
SearXNG API Base URL
</label>
<input
type="url"
name="env::AgentSearXNGApiUrl"
className="border-none bg-theme-settings-input-bg text-white placeholder:text-theme-settings-input-placeholder text-sm rounded-lg focus:outline-primary-button active:outline-primary-button outline-none block w-full p-2.5"
placeholder="SearXNG API Key"
placeholder="SearXNG API Base URL"
defaultValue={settings?.AgentSearXNGApiUrl}
required={true}
autoComplete="off"

View file

@ -1,5 +0,0 @@
### What is this folder?
`vector-cache` is a running storage of JSON documents that you have already run embeddings on. This allows you to use the same large documents for multiple workspaces without having to pay to re-embed them each time you want to reference them across workspaces.
This also allows you to reset entire workspaces back to their original state without having to pay for the embeddings again. Saving you tons of money for large documents that take a while to embed.