Skip to content
Snippets Groups Projects
Unverified Commit 99b6dedc authored by Sean Hatfield's avatar Sean Hatfield Committed by GitHub
Browse files

Fix typo in frontend for SearXNG agent setup (#2917)

fix typo in frontend for SearXNG agent setup
parent bbc0bec5
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
### 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment