update doc links and readme

This commit is contained in:
timothycarambat 2024-09-12 16:12:36 -07:00
parent 0cbe4d0b04
commit 297b8aaf01
4 changed files with 5 additions and 4 deletions

View File

@ -55,7 +55,8 @@ AnythingLLM divides your documents into objects called `workspaces`. A Workspace
## Cool features of AnythingLLM ## Cool features of AnythingLLM
- 🆕 **Multi-modal support (both closed and open-source LLMs!)** - 🆕 [**Custom AI Agents**](https://docs.anythingllm.com/agent/custom/introduction)
- 🖼️ **Multi-modal support (both closed and open-source LLMs!)**
- 👤 Multi-user instance support and permissioning _Docker version only_ - 👤 Multi-user instance support and permissioning _Docker version only_
- 🦾 Agents inside your workspace (browse the web, run code, etc) - 🦾 Agents inside your workspace (browse the web, run code, etc)
- 💬 [Custom Embeddable Chat widget for your website](./embed/README.md) _Docker version only_ - 💬 [Custom Embeddable Chat widget for your website](./embed/README.md) _Docker version only_

View File

@ -12,7 +12,7 @@ export default function AwsBedrockLLMOptions({ settings }) {
You should use a properly defined IAM user for inferencing. You should use a properly defined IAM user for inferencing.
<br /> <br />
<a <a
href="https://docs.useanything.com/setup/llm-configuration/cloud/aws-bedrock" href="https://docs.anythingllm.com/setup/llm-configuration/cloud/aws-bedrock"
target="_blank" target="_blank"
className="underline flex gap-x-1 items-center" className="underline flex gap-x-1 items-center"
> >

View File

@ -70,7 +70,7 @@ export default function Confirmation({ settings, setSettings, setStep }) {
Below are your fine-tuning order details. If you have any questions Below are your fine-tuning order details. If you have any questions
before or after ordering your fine-tune you can checkout the{" "} before or after ordering your fine-tune you can checkout the{" "}
<a <a
href="https://docs.useanything.com/fine-tuning/overview" href="https://docs.anythingllm.com/fine-tuning/overview"
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
className="underline text-sky-400" className="underline text-sky-400"

View File

@ -49,7 +49,7 @@ export default function OrderPlaced({ settings }) {
<div className="flex flex-col items-left gap-x-4 text-xs"> <div className="flex flex-col items-left gap-x-4 text-xs">
<a <a
href="https://docs.useanything.com/fine-tuning/overview" href="https://docs.anythingllm.com/fine-tuning/overview"
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
className="text-sky-400 hover:underline hover:cursor-pointer" className="text-sky-400 hover:underline hover:cursor-pointer"