mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
Fix typo in frontend for SearXNG agent setup (#2917)
fix typo in frontend for SearXNG agent setup
This commit is contained in:
parent
bbc0bec524
commit
99b6dedc8b
2 changed files with 2 additions and 7 deletions
frontend/src/pages/Admin/Agents/WebSearchSelection/SearchProviderOptions
server/storage/vector-cache
|
@ -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"
|
||||
|
|
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue