├── .nvmrc ├── .prettierignore ├── .github └── FUNDING.yml ├── .gitignore ├── public ├── favicon.png ├── images │ ├── og.png │ ├── logo.png │ ├── cloud │ │ ├── pricing.png │ │ ├── reboot.png │ │ ├── subitem.png │ │ ├── dashboard.png │ │ └── header-image.png │ ├── guides │ │ ├── debug.png │ │ ├── update.png │ │ ├── chat-ui.png │ │ ├── uninstall.png │ │ ├── ai-agents │ │ │ ├── graph.png │ │ │ ├── saving.png │ │ │ ├── scrape.png │ │ │ ├── setup.png │ │ │ ├── usage.png │ │ │ ├── browsing.png │ │ │ ├── trigger.png │ │ │ ├── rag-search.png │ │ │ ├── sql-agent.png │ │ │ ├── start-end.png │ │ │ ├── summarize.png │ │ │ ├── header-image.png │ │ │ ├── list-document.png │ │ │ └── end-slash-command.png │ │ └── custom-skills │ │ │ ├── sidebar.png │ │ │ └── dynamic-ui.png │ ├── home │ │ ├── contribute.png │ │ └── anythingllm.png │ ├── agent-flows │ │ ├── api-call.png │ │ ├── new-flow.png │ │ ├── no-flows.png │ │ ├── add-block.png │ │ ├── example-run.png │ │ ├── flow-info.png │ │ ├── flow-vars.png │ │ ├── has-flows.png │ │ ├── read-file.png │ │ ├── write-file.png │ │ ├── flow-complete.png │ │ ├── flow-example.png │ │ ├── hn-flow-info.png │ │ ├── hn-flow-start.png │ │ ├── web-scraping.png │ │ ├── hn-web-scraping.png │ │ ├── llm-instruction.png │ │ └── hn-llm-instruction.png │ ├── nvidia-nim │ │ ├── nim-logs.png │ │ ├── nim-ready.png │ │ ├── managed-mode.png │ │ ├── nim-running.png │ │ ├── select-nim.png │ │ ├── nim-starting.png │ │ ├── nim-installing.png │ │ ├── nim-downloading.png │ │ ├── nim-installer-cta.png │ │ ├── nim-pull-complete.png │ │ ├── import-nim-from-nvidia.png │ │ ├── nim-installer-window.png │ │ └── swap-to-managed-mode.png │ ├── features │ │ ├── api │ │ │ ├── api-keys.png │ │ │ └── header-image.png │ │ ├── header-image.png │ │ ├── ai-agents │ │ │ ├── ai-agent.png │ │ │ └── header-image.png │ │ ├── browser-tool │ │ │ ├── manager.png │ │ │ └── browser-tool.png │ │ ├── event-logs │ │ │ ├── event-logs.png │ │ │ └── header-image.png │ │ ├── language-models │ │ │ ├── groq.png │ │ │ ├── cohere.png │ │ │ ├── lm-sudio.png │ │ │ ├── local-ai.png │ │ │ ├── ollama.png │ │ │ ├── openai.png │ │ │ ├── anthropic.png │ │ │ ├── koboldcpp.png │ │ │ ├── mistral-ai.png │ │ │ ├── openrouter.png │ │ │ ├── azure-openai.png │ │ │ ├── google-gemini.png │ │ │ ├── header-image.png │ │ │ ├── hugging-face.png │ │ │ ├── perplexity-ai.png │ │ │ └── together-ai.png │ │ ├── browser-extension │ │ │ ├── manual.png │ │ │ ├── generate.png │ │ │ ├── sidebar.png │ │ │ ├── snippet.png │ │ │ ├── whole-page.png │ │ │ ├── auto-connect.png │ │ │ └── header-image.png │ │ ├── chat-logs │ │ │ ├── header-image.png │ │ │ └── workspace-chat.png │ │ ├── chat-widgets │ │ │ ├── chat-widget.png │ │ │ ├── embed-code.png │ │ │ ├── header-image.png │ │ │ ├── domain-blacklist.png │ │ │ └── configuration-options.png │ │ ├── embedding-models │ │ │ ├── cohere.png │ │ │ ├── ollama.png │ │ │ ├── openai.png │ │ │ ├── built-in.png │ │ │ ├── lm-sudio.png │ │ │ ├── local-ai.png │ │ │ ├── azure-openai.png │ │ │ └── header-image.png │ │ ├── vector-databases │ │ │ ├── chroma.png │ │ │ ├── lancedb.png │ │ │ ├── milvus.png │ │ │ ├── qdrant.png │ │ │ ├── zilliz.png │ │ │ ├── astra-db.png │ │ │ ├── pgvector.png │ │ │ ├── pinecone.png │ │ │ ├── weaviate.png │ │ │ └── header-image.png │ │ ├── customization │ │ │ ├── custom-logo.png │ │ │ ├── header-image.png │ │ │ ├── appearance-settings-page.png │ │ │ ├── custom-welcome-messages.png │ │ │ └── custom-footer-links-and-icons.png │ │ ├── transcription-models │ │ │ ├── openai.png │ │ │ ├── xenova.png │ │ │ └── header-image.png │ │ ├── security-and-access │ │ │ ├── header-image.png │ │ │ ├── multi-user-mode.png │ │ │ └── password-protection.png │ │ ├── system-prompt-variables │ │ │ ├── add-variable.png │ │ │ ├── sidebar-link.png │ │ │ └── system-prompt-var.png │ │ └── privacy-and-data-handling │ │ │ ├── header-image.png │ │ │ └── privacy-and-data.png │ ├── fine-tuning │ │ ├── local-llm.png │ │ └── local-llm-loaded.png │ ├── mcp-compatibility │ │ ├── mcp.png │ │ ├── desktop-header.png │ │ ├── docker-header.png │ │ └── user-interface.png │ ├── thumbnails │ │ └── anythingllm.png │ ├── beta-preview │ │ ├── header-image.png │ │ ├── feature-preview.png │ │ ├── computer-use │ │ │ ├── config.png │ │ │ ├── invoke.png │ │ │ ├── logging.png │ │ │ ├── popup.png │ │ │ ├── toggle.png │ │ │ ├── accessibility.png │ │ │ └── screen-recording.png │ │ └── live-document-sync │ │ │ ├── enable.png │ │ │ ├── manage.png │ │ │ └── watch.png │ ├── community-hub │ │ ├── connection-key.png │ │ ├── import-button.png │ │ ├── import-modal.png │ │ ├── verification.png │ │ ├── connection-key-hub.png │ │ └── import-anythingllm.png │ ├── getting-started │ │ ├── header-image.png │ │ ├── support │ │ │ ├── email.png │ │ │ ├── github.png │ │ │ ├── discord.png │ │ │ └── header-image.png │ │ ├── usage │ │ │ └── header-image.png │ │ ├── installation │ │ │ ├── header-image.png │ │ │ ├── macos │ │ │ │ ├── install.png │ │ │ │ ├── header-image.png │ │ │ │ └── browser-warning.png │ │ │ ├── windows │ │ │ │ ├── desktop.png │ │ │ │ ├── extract.png │ │ │ │ ├── install.png │ │ │ │ ├── header-image.png │ │ │ │ ├── browser-warning.png │ │ │ │ ├── external-support.png │ │ │ │ └── anti-virus-warning.png │ │ │ ├── linux │ │ │ │ ├── header-image.png │ │ │ │ └── browser-warning.png │ │ │ ├── system-requirements.png │ │ │ ├── cloud-docker │ │ │ │ └── header-image.png │ │ │ └── local-docker │ │ │ │ ├── header-image.png │ │ │ │ └── midori-subsystem.png │ │ └── introduction │ │ │ └── header-image.png │ ├── legal │ │ ├── licences │ │ │ └── header-image.png │ │ └── privacy │ │ │ └── header-image.png │ ├── product │ │ ├── roadmap │ │ │ └── header-image.png │ │ └── changelog │ │ │ ├── 1.6.9 │ │ │ ├── import.png │ │ │ └── find-in-page.png │ │ │ ├── 1.7.3 │ │ │ ├── think.png │ │ │ └── agent-ui.png │ │ │ ├── header-image.png │ │ │ ├── 1.8.2 │ │ │ ├── model-selector.png │ │ │ ├── system-prompt.png │ │ │ └── keyboard-shortcuts.png │ │ │ └── 1.9.0 │ │ │ ├── foundry-local.png │ │ │ └── agent-streaming.mp4 │ ├── document-chat │ │ ├── context-warning.png │ │ ├── upload-documents.mp4 │ │ ├── open-file-manager.png │ │ └── manage-attached-docs.png │ ├── faq │ │ ├── agent-not-using-tools │ │ │ ├── llm.png │ │ │ ├── regular.png │ │ │ └── thought.png │ │ ├── llm-not-using-my-docs │ │ │ ├── header-image.png │ │ │ ├── document-pinning.png │ │ │ ├── vector-search-preference.png │ │ │ └── workspace-settings-icon.png │ │ └── ollama-models-not-loading │ │ │ ├── header-image.png │ │ │ ├── ollama-running.png │ │ │ ├── ollama-correct-url.png │ │ │ ├── ollama-cannot-detect.png │ │ │ ├── ollama-correct-url-docker.png │ │ │ ├── ollama-detected-collapsed.png │ │ │ ├── ollama-detected-expanded.png │ │ │ └── anythingllm-ollama-provider.png │ ├── anythingllm-setup │ │ ├── agent-configuration │ │ │ ├── llm.png │ │ │ ├── tools.png │ │ │ ├── search.png │ │ │ ├── header-image.png │ │ │ ├── configuration-menu.png │ │ │ └── configure-agent-skills-button.png │ │ ├── llm-configuration │ │ │ ├── header-image.png │ │ │ ├── cloud │ │ │ │ ├── apipie │ │ │ │ │ ├── apipie.png │ │ │ │ │ └── header-image.png │ │ │ │ ├── groq │ │ │ │ │ ├── groq-llm.png │ │ │ │ │ └── header-image.png │ │ │ │ ├── cohere │ │ │ │ │ ├── cohere-llm.png │ │ │ │ │ └── header-image.png │ │ │ │ ├── openai │ │ │ │ │ ├── openai-llm.png │ │ │ │ │ └── header-image.png │ │ │ │ ├── aws-bedrock │ │ │ │ │ ├── model-ids.png │ │ │ │ │ ├── header-image.png │ │ │ │ │ └── aws-bedrock-llm.png │ │ │ │ ├── anthropic │ │ │ │ │ ├── anthropic-llm.png │ │ │ │ │ └── header-image.png │ │ │ │ ├── mistral-ai │ │ │ │ │ ├── header-image.png │ │ │ │ │ └── mistral-llm.png │ │ │ │ ├── openrouter │ │ │ │ │ ├── header-image.png │ │ │ │ │ └── openrouter-llm.png │ │ │ │ ├── azure-openai │ │ │ │ │ ├── header-image.png │ │ │ │ │ └── azure-openai-llm.png │ │ │ │ ├── google-gemini │ │ │ │ │ ├── gemini-llm.png │ │ │ │ │ └── header-image.png │ │ │ │ ├── hugging-face │ │ │ │ │ ├── header-image.png │ │ │ │ │ └── hugging-face-llm.png │ │ │ │ ├── perplexity-ai │ │ │ │ │ ├── header-image.png │ │ │ │ │ └── perplexityai-llm.png │ │ │ │ ├── together-ai │ │ │ │ │ ├── header-image.png │ │ │ │ │ └── togetherai-llm.png │ │ │ │ └── openai-generic │ │ │ │ │ ├── header-image.png │ │ │ │ │ └── openai-generic-llm.png │ │ │ └── local │ │ │ │ ├── ollama │ │ │ │ ├── ollama-llm.png │ │ │ │ └── header-image.png │ │ │ │ ├── built-in │ │ │ │ ├── default-llm.png │ │ │ │ └── header-image.png │ │ │ │ ├── lmstudio │ │ │ │ ├── header-image.png │ │ │ │ └── lmstudio-llm.png │ │ │ │ ├── localai │ │ │ │ ├── header-image.png │ │ │ │ └── localai-llm.png │ │ │ │ └── kobaldcpp │ │ │ │ ├── header-image.png │ │ │ │ └── kobaldcpp-llm.png │ │ ├── embedder-configuration │ │ │ ├── header-image.png │ │ │ ├── cloud │ │ │ │ ├── cohere │ │ │ │ │ ├── header-image.png │ │ │ │ │ └── cohere-embedder.png │ │ │ │ ├── openai │ │ │ │ │ ├── header-image.png │ │ │ │ │ └── openai-embedder.png │ │ │ │ └── azure-openai │ │ │ │ │ ├── header-image.png │ │ │ │ │ └── azure-openai-embedder.png │ │ │ └── local │ │ │ │ ├── built-in │ │ │ │ ├── header-image.png │ │ │ │ └── default-embedder.png │ │ │ │ ├── lmstudio │ │ │ │ ├── header-image.png │ │ │ │ └── lmstudio-embedder.png │ │ │ │ ├── localai │ │ │ │ ├── header-image.png │ │ │ │ └── localai-embedder.png │ │ │ │ └── ollama │ │ │ │ ├── header-image.png │ │ │ │ └── ollama-embedder.png │ │ ├── vector-database-configuration │ │ │ ├── header-image.png │ │ │ ├── cloud │ │ │ │ ├── qdrant │ │ │ │ │ ├── header-image.png │ │ │ │ │ └── qdrant-vectordb.png │ │ │ │ ├── zilliz │ │ │ │ │ ├── header-image.png │ │ │ │ │ └── zilliz-vectordb.png │ │ │ │ ├── astradb │ │ │ │ │ ├── header-image.png │ │ │ │ │ └── astradb-vectordb.png │ │ │ │ ├── pinecone │ │ │ │ │ ├── header-image.png │ │ │ │ │ └── pinecone-vectordb.png │ │ │ │ └── weaviate │ │ │ │ │ ├── header-image.png │ │ │ │ │ └── weaviate-vectordb.png │ │ │ └── local │ │ │ │ ├── chroma │ │ │ │ ├── header-image.png │ │ │ │ └── chroma-vectordb.png │ │ │ │ ├── milvus │ │ │ │ ├── header-image.png │ │ │ │ └── milvus-vectordb.png │ │ │ │ └── lancedb │ │ │ │ ├── header-image.png │ │ │ │ └── lancedb-vectordb.png │ │ └── transcription-model-configuration │ │ │ ├── header-image.png │ │ │ ├── cloud │ │ │ └── openai │ │ │ │ ├── header-image.png │ │ │ │ └── openai-transcription.png │ │ │ └── local │ │ │ └── built-in │ │ │ ├── header-image.png │ │ │ └── default-transcription.png │ └── setup │ │ └── llm-providers │ │ └── truefoundry │ │ ├── llmprovider.png │ │ ├── new-code-snippet.png │ │ └── test-anythingllm.png ├── robots.txt └── licence.txt ├── pages ├── api │ └── Inter-SemiBold.otf ├── _app.tsx ├── setup │ ├── transcription-model-configuration │ │ ├── cloud │ │ │ ├── _meta.json │ │ │ └── openai.mdx │ │ ├── local │ │ │ ├── _meta.json │ │ │ └── built-in.mdx │ │ └── _meta.json │ ├── llm-configuration │ │ ├── _meta.json │ │ ├── local │ │ │ ├── kobaldcpp.mdx │ │ │ ├── _meta.json │ │ │ ├── localai.mdx │ │ │ ├── lmstudio.mdx │ │ │ ├── ollama.mdx │ │ │ └── built-in.mdx │ │ └── cloud │ │ │ ├── openai.mdx │ │ │ ├── google-gemini.mdx │ │ │ ├── groq.mdx │ │ │ ├── anthropic.mdx │ │ │ ├── cohere.mdx │ │ │ ├── hugging-face.mdx │ │ │ ├── azure-openai.mdx │ │ │ └── openrouter.mdx │ ├── embedder-configuration │ │ ├── _meta.json │ │ ├── cloud │ │ │ ├── _meta.json │ │ │ ├── azure-openai.mdx │ │ │ └── cohere.mdx │ │ └── local │ │ │ ├── _meta.json │ │ │ ├── localai.mdx │ │ │ ├── built-in.mdx │ │ │ └── ollama.mdx │ ├── vector-database-configuration │ │ ├── _meta.json │ │ ├── local │ │ │ ├── _meta.json │ │ │ ├── milvus.mdx │ │ │ └── lancedb.mdx │ │ └── cloud │ │ │ ├── zilliz.mdx │ │ │ ├── _meta.json │ │ │ ├── astradb.mdx │ │ │ ├── qdrant.mdx │ │ │ ├── pinecone.mdx │ │ │ └── weaviate.mdx │ └── _meta.json ├── browser-extension │ └── _meta.json ├── _document.js ├── changelog │ ├── v1.6.2.mdx │ ├── v1.6.3.mdx │ ├── v1.6.6.mdx │ ├── v1.6.7.mdx │ ├── v1.6.1.mdx │ ├── v1.6.4.mdx │ ├── v1.7.0.mdx │ ├── v1.6.11.mdx │ ├── v1.6.10.mdx │ ├── v1.7.7.mdx │ ├── v1.7.1.mdx │ ├── v1.8.4.mdx │ └── overview.mdx ├── chatting-with-documents │ └── _meta.json ├── beta-preview │ ├── active-features │ │ └── _meta.json │ ├── _meta.json │ └── overview.mdx ├── index.css ├── mcp-compatibility │ └── _meta.json ├── nvidia-nims │ └── _meta.json ├── installation-docker │ └── debug.mdx ├── mobile │ └── _meta.json ├── agent │ ├── _meta.json │ ├── custom │ │ └── _meta.json │ └── overview.mdx ├── features │ ├── chat-logs.mdx │ ├── api.mdx │ ├── privacy-and-data-handling.mdx │ └── event-logs.mdx ├── agent-flows │ ├── blocks │ │ ├── web-scraper.mdx │ │ ├── write-file.mdx │ │ ├── read-file.mdx │ │ ├── api-call.mdx │ │ └── _meta.json │ ├── debugging-flows.mdx │ └── _meta.json ├── community-hub │ └── about.mdx ├── cloud │ ├── overview.mdx │ └── _meta.json ├── installation-desktop │ └── storage.mdx ├── licences.mdx └── privacy.mdx ├── .vscode └── settings.json ├── next-env.d.ts ├── components ├── icons │ ├── chevron-right.svg │ ├── one.svg │ ├── code.svg │ ├── box.svg │ ├── arrow-right.svg │ ├── lightning.svg │ ├── rows.svg │ ├── cloud.svg │ ├── markdown.svg │ ├── link.svg │ ├── warning.svg │ ├── switch.svg │ ├── dropper.svg │ ├── file.svg │ ├── newsletter.svg │ ├── formula.svg │ ├── picture.svg │ ├── folder-tree.svg │ ├── brush.svg │ ├── cards.svg │ ├── gear.svg │ ├── files.svg │ ├── globe.svg │ ├── terminal.svg │ ├── database.svg │ ├── diagram.svg │ ├── tailwind.svg │ ├── stars.svg │ ├── id-card.svg │ └── table.svg └── card.tsx ├── .prettierrc ├── tsconfig.json ├── next.config.js ├── pull_request_template.md ├── LICENSE.md └── package.json /.nvmrc: -------------------------------------------------------------------------------- 1 | 18.17.0 -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: Mintplex-Labs 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .next 2 | node_modules 3 | .DS_Store 4 | tmp-compressed-images -------------------------------------------------------------------------------- /public/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/favicon.png -------------------------------------------------------------------------------- /public/images/og.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/og.png -------------------------------------------------------------------------------- /public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/logo.png -------------------------------------------------------------------------------- /pages/api/Inter-SemiBold.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/pages/api/Inter-SemiBold.otf -------------------------------------------------------------------------------- /public/images/cloud/pricing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/cloud/pricing.png -------------------------------------------------------------------------------- /public/images/cloud/reboot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/cloud/reboot.png -------------------------------------------------------------------------------- /public/images/cloud/subitem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/cloud/subitem.png -------------------------------------------------------------------------------- /public/images/guides/debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/debug.png -------------------------------------------------------------------------------- /public/images/guides/update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/update.png -------------------------------------------------------------------------------- /public/images/cloud/dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/cloud/dashboard.png -------------------------------------------------------------------------------- /public/images/guides/chat-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/chat-ui.png -------------------------------------------------------------------------------- /public/images/home/contribute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/home/contribute.png -------------------------------------------------------------------------------- /public/images/cloud/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/cloud/header-image.png -------------------------------------------------------------------------------- /public/images/guides/uninstall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/uninstall.png -------------------------------------------------------------------------------- /public/images/home/anythingllm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/home/anythingllm.png -------------------------------------------------------------------------------- /public/images/agent-flows/api-call.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/agent-flows/api-call.png -------------------------------------------------------------------------------- /public/images/agent-flows/new-flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/agent-flows/new-flow.png -------------------------------------------------------------------------------- /public/images/agent-flows/no-flows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/agent-flows/no-flows.png -------------------------------------------------------------------------------- /public/images/nvidia-nim/nim-logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/nvidia-nim/nim-logs.png -------------------------------------------------------------------------------- /public/images/nvidia-nim/nim-ready.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/nvidia-nim/nim-ready.png -------------------------------------------------------------------------------- /public/images/agent-flows/add-block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/agent-flows/add-block.png -------------------------------------------------------------------------------- /public/images/agent-flows/example-run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/agent-flows/example-run.png -------------------------------------------------------------------------------- /public/images/agent-flows/flow-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/agent-flows/flow-info.png -------------------------------------------------------------------------------- /public/images/agent-flows/flow-vars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/agent-flows/flow-vars.png -------------------------------------------------------------------------------- /public/images/agent-flows/has-flows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/agent-flows/has-flows.png -------------------------------------------------------------------------------- /public/images/agent-flows/read-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/agent-flows/read-file.png -------------------------------------------------------------------------------- /public/images/agent-flows/write-file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/agent-flows/write-file.png -------------------------------------------------------------------------------- /public/images/features/api/api-keys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/api/api-keys.png -------------------------------------------------------------------------------- /public/images/features/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/header-image.png -------------------------------------------------------------------------------- /public/images/fine-tuning/local-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/fine-tuning/local-llm.png -------------------------------------------------------------------------------- /public/images/guides/ai-agents/graph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/ai-agents/graph.png -------------------------------------------------------------------------------- /public/images/guides/ai-agents/saving.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/ai-agents/saving.png -------------------------------------------------------------------------------- /public/images/guides/ai-agents/scrape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/ai-agents/scrape.png -------------------------------------------------------------------------------- /public/images/guides/ai-agents/setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/ai-agents/setup.png -------------------------------------------------------------------------------- /public/images/guides/ai-agents/usage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/ai-agents/usage.png -------------------------------------------------------------------------------- /public/images/mcp-compatibility/mcp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/mcp-compatibility/mcp.png -------------------------------------------------------------------------------- /public/images/nvidia-nim/managed-mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/nvidia-nim/managed-mode.png -------------------------------------------------------------------------------- /public/images/nvidia-nim/nim-running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/nvidia-nim/nim-running.png -------------------------------------------------------------------------------- /public/images/nvidia-nim/select-nim.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/nvidia-nim/select-nim.png -------------------------------------------------------------------------------- /public/images/thumbnails/anythingllm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/thumbnails/anythingllm.png -------------------------------------------------------------------------------- /public/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Allow: / 3 | 4 | Disallow: /api/* 5 | Disallow: /licence.txt 6 | Disallow: /privacy 7 | Disallow: /licence 8 | -------------------------------------------------------------------------------- /public/images/agent-flows/flow-complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/agent-flows/flow-complete.png -------------------------------------------------------------------------------- /public/images/agent-flows/flow-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/agent-flows/flow-example.png -------------------------------------------------------------------------------- /public/images/agent-flows/hn-flow-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/agent-flows/hn-flow-info.png -------------------------------------------------------------------------------- /public/images/agent-flows/hn-flow-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/agent-flows/hn-flow-start.png -------------------------------------------------------------------------------- /public/images/agent-flows/web-scraping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/agent-flows/web-scraping.png -------------------------------------------------------------------------------- /public/images/beta-preview/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/beta-preview/header-image.png -------------------------------------------------------------------------------- /public/images/features/api/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/api/header-image.png -------------------------------------------------------------------------------- /public/images/guides/ai-agents/browsing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/ai-agents/browsing.png -------------------------------------------------------------------------------- /public/images/guides/ai-agents/trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/ai-agents/trigger.png -------------------------------------------------------------------------------- /public/images/nvidia-nim/ nim-starting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/nvidia-nim/ nim-starting.png -------------------------------------------------------------------------------- /public/images/nvidia-nim/nim-installing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/nvidia-nim/nim-installing.png -------------------------------------------------------------------------------- /public/images/agent-flows/hn-web-scraping.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/agent-flows/hn-web-scraping.png -------------------------------------------------------------------------------- /public/images/agent-flows/llm-instruction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/agent-flows/llm-instruction.png -------------------------------------------------------------------------------- /public/images/beta-preview/feature-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/beta-preview/feature-preview.png -------------------------------------------------------------------------------- /public/images/community-hub/connection-key.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/community-hub/connection-key.png -------------------------------------------------------------------------------- /public/images/community-hub/import-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/community-hub/import-button.png -------------------------------------------------------------------------------- /public/images/community-hub/import-modal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/community-hub/import-modal.png -------------------------------------------------------------------------------- /public/images/community-hub/verification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/community-hub/verification.png -------------------------------------------------------------------------------- /public/images/features/ai-agents/ai-agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/ai-agents/ai-agent.png -------------------------------------------------------------------------------- /public/images/fine-tuning/local-llm-loaded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/fine-tuning/local-llm-loaded.png -------------------------------------------------------------------------------- /public/images/getting-started/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/header-image.png -------------------------------------------------------------------------------- /public/images/guides/ai-agents/rag-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/ai-agents/rag-search.png -------------------------------------------------------------------------------- /public/images/guides/ai-agents/sql-agent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/ai-agents/sql-agent.png -------------------------------------------------------------------------------- /public/images/guides/ai-agents/start-end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/ai-agents/start-end.png -------------------------------------------------------------------------------- /public/images/guides/ai-agents/summarize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/ai-agents/summarize.png -------------------------------------------------------------------------------- /public/images/guides/custom-skills/sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/custom-skills/sidebar.png -------------------------------------------------------------------------------- /public/images/legal/licences/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/legal/licences/header-image.png -------------------------------------------------------------------------------- /public/images/legal/privacy/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/legal/privacy/header-image.png -------------------------------------------------------------------------------- /public/images/nvidia-nim/nim-downloading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/nvidia-nim/nim-downloading.png -------------------------------------------------------------------------------- /public/images/nvidia-nim/nim-installer-cta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/nvidia-nim/nim-installer-cta.png -------------------------------------------------------------------------------- /public/images/nvidia-nim/nim-pull-complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/nvidia-nim/nim-pull-complete.png -------------------------------------------------------------------------------- /public/images/product/roadmap/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/product/roadmap/header-image.png -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "cSpell.words": [ 3 | "embedder", 4 | "embedders", 5 | "Emeddable", 6 | "Mintplex", 7 | "Ollama" 8 | ] 9 | } -------------------------------------------------------------------------------- /public/images/agent-flows/hn-llm-instruction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/agent-flows/hn-llm-instruction.png -------------------------------------------------------------------------------- /public/images/document-chat/context-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/document-chat/context-warning.png -------------------------------------------------------------------------------- /public/images/document-chat/upload-documents.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/document-chat/upload-documents.mp4 -------------------------------------------------------------------------------- /public/images/faq/agent-not-using-tools/llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/faq/agent-not-using-tools/llm.png -------------------------------------------------------------------------------- /public/images/features/browser-tool/manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/browser-tool/manager.png -------------------------------------------------------------------------------- /public/images/features/event-logs/event-logs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/event-logs/event-logs.png -------------------------------------------------------------------------------- /public/images/features/language-models/groq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/language-models/groq.png -------------------------------------------------------------------------------- /public/images/getting-started/support/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/support/email.png -------------------------------------------------------------------------------- /public/images/getting-started/support/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/support/github.png -------------------------------------------------------------------------------- /public/images/guides/ai-agents/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/ai-agents/header-image.png -------------------------------------------------------------------------------- /public/images/guides/ai-agents/list-document.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/ai-agents/list-document.png -------------------------------------------------------------------------------- /public/images/product/changelog/1.6.9/import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/product/changelog/1.6.9/import.png -------------------------------------------------------------------------------- /public/images/product/changelog/1.7.3/think.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/product/changelog/1.7.3/think.png -------------------------------------------------------------------------------- /public/images/product/changelog/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/product/changelog/header-image.png -------------------------------------------------------------------------------- /public/images/beta-preview/computer-use/config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/beta-preview/computer-use/config.png -------------------------------------------------------------------------------- /public/images/beta-preview/computer-use/invoke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/beta-preview/computer-use/invoke.png -------------------------------------------------------------------------------- /public/images/beta-preview/computer-use/logging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/beta-preview/computer-use/logging.png -------------------------------------------------------------------------------- /public/images/beta-preview/computer-use/popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/beta-preview/computer-use/popup.png -------------------------------------------------------------------------------- /public/images/beta-preview/computer-use/toggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/beta-preview/computer-use/toggle.png -------------------------------------------------------------------------------- /public/images/community-hub/connection-key-hub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/community-hub/connection-key-hub.png -------------------------------------------------------------------------------- /public/images/community-hub/import-anythingllm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/community-hub/import-anythingllm.png -------------------------------------------------------------------------------- /public/images/document-chat/open-file-manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/document-chat/open-file-manager.png -------------------------------------------------------------------------------- /public/images/faq/agent-not-using-tools/regular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/faq/agent-not-using-tools/regular.png -------------------------------------------------------------------------------- /public/images/faq/agent-not-using-tools/thought.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/faq/agent-not-using-tools/thought.png -------------------------------------------------------------------------------- /public/images/features/ai-agents/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/ai-agents/header-image.png -------------------------------------------------------------------------------- /public/images/features/browser-extension/manual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/browser-extension/manual.png -------------------------------------------------------------------------------- /public/images/features/chat-logs/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/chat-logs/header-image.png -------------------------------------------------------------------------------- /public/images/features/chat-logs/workspace-chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/chat-logs/workspace-chat.png -------------------------------------------------------------------------------- /public/images/features/chat-widgets/chat-widget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/chat-widgets/chat-widget.png -------------------------------------------------------------------------------- /public/images/features/chat-widgets/embed-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/chat-widgets/embed-code.png -------------------------------------------------------------------------------- /public/images/features/embedding-models/cohere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/embedding-models/cohere.png -------------------------------------------------------------------------------- /public/images/features/embedding-models/ollama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/embedding-models/ollama.png -------------------------------------------------------------------------------- /public/images/features/embedding-models/openai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/embedding-models/openai.png -------------------------------------------------------------------------------- /public/images/features/event-logs/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/event-logs/header-image.png -------------------------------------------------------------------------------- /public/images/features/language-models/cohere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/language-models/cohere.png -------------------------------------------------------------------------------- /public/images/features/language-models/lm-sudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/language-models/lm-sudio.png -------------------------------------------------------------------------------- /public/images/features/language-models/local-ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/language-models/local-ai.png -------------------------------------------------------------------------------- /public/images/features/language-models/ollama.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/language-models/ollama.png -------------------------------------------------------------------------------- /public/images/features/language-models/openai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/language-models/openai.png -------------------------------------------------------------------------------- /public/images/features/vector-databases/chroma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/vector-databases/chroma.png -------------------------------------------------------------------------------- /public/images/features/vector-databases/lancedb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/vector-databases/lancedb.png -------------------------------------------------------------------------------- /public/images/features/vector-databases/milvus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/vector-databases/milvus.png -------------------------------------------------------------------------------- /public/images/features/vector-databases/qdrant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/vector-databases/qdrant.png -------------------------------------------------------------------------------- /public/images/features/vector-databases/zilliz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/vector-databases/zilliz.png -------------------------------------------------------------------------------- /public/images/getting-started/support/discord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/support/discord.png -------------------------------------------------------------------------------- /public/images/guides/custom-skills/dynamic-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/custom-skills/dynamic-ui.png -------------------------------------------------------------------------------- /public/images/mcp-compatibility/desktop-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/mcp-compatibility/desktop-header.png -------------------------------------------------------------------------------- /public/images/mcp-compatibility/docker-header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/mcp-compatibility/docker-header.png -------------------------------------------------------------------------------- /public/images/mcp-compatibility/user-interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/mcp-compatibility/user-interface.png -------------------------------------------------------------------------------- /public/images/nvidia-nim/import-nim-from-nvidia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/nvidia-nim/import-nim-from-nvidia.png -------------------------------------------------------------------------------- /public/images/nvidia-nim/nim-installer-window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/nvidia-nim/nim-installer-window.png -------------------------------------------------------------------------------- /public/images/nvidia-nim/swap-to-managed-mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/nvidia-nim/swap-to-managed-mode.png -------------------------------------------------------------------------------- /public/images/product/changelog/1.7.3/agent-ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/product/changelog/1.7.3/agent-ui.png -------------------------------------------------------------------------------- /public/images/document-chat/manage-attached-docs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/document-chat/manage-attached-docs.png -------------------------------------------------------------------------------- /public/images/features/browser-extension/generate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/browser-extension/generate.png -------------------------------------------------------------------------------- /public/images/features/browser-extension/sidebar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/browser-extension/sidebar.png -------------------------------------------------------------------------------- /public/images/features/browser-extension/snippet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/browser-extension/snippet.png -------------------------------------------------------------------------------- /public/images/features/browser-tool/browser-tool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/browser-tool/browser-tool.png -------------------------------------------------------------------------------- /public/images/features/chat-widgets/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/chat-widgets/header-image.png -------------------------------------------------------------------------------- /public/images/features/customization/custom-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/customization/custom-logo.png -------------------------------------------------------------------------------- /public/images/features/customization/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/customization/header-image.png -------------------------------------------------------------------------------- /public/images/features/embedding-models/built-in.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/embedding-models/built-in.png -------------------------------------------------------------------------------- /public/images/features/embedding-models/lm-sudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/embedding-models/lm-sudio.png -------------------------------------------------------------------------------- /public/images/features/embedding-models/local-ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/embedding-models/local-ai.png -------------------------------------------------------------------------------- /public/images/features/language-models/anthropic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/language-models/anthropic.png -------------------------------------------------------------------------------- /public/images/features/language-models/koboldcpp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/language-models/koboldcpp.png -------------------------------------------------------------------------------- /public/images/features/language-models/mistral-ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/language-models/mistral-ai.png -------------------------------------------------------------------------------- /public/images/features/language-models/openrouter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/language-models/openrouter.png -------------------------------------------------------------------------------- /public/images/features/vector-databases/astra-db.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/vector-databases/astra-db.png -------------------------------------------------------------------------------- /public/images/features/vector-databases/pgvector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/vector-databases/pgvector.png -------------------------------------------------------------------------------- /public/images/features/vector-databases/pinecone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/vector-databases/pinecone.png -------------------------------------------------------------------------------- /public/images/features/vector-databases/weaviate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/vector-databases/weaviate.png -------------------------------------------------------------------------------- /public/images/getting-started/usage/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/usage/header-image.png -------------------------------------------------------------------------------- /public/images/guides/ai-agents/end-slash-command.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/guides/ai-agents/end-slash-command.png -------------------------------------------------------------------------------- /public/images/beta-preview/live-document-sync/enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/beta-preview/live-document-sync/enable.png -------------------------------------------------------------------------------- /public/images/beta-preview/live-document-sync/manage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/beta-preview/live-document-sync/manage.png -------------------------------------------------------------------------------- /public/images/beta-preview/live-document-sync/watch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/beta-preview/live-document-sync/watch.png -------------------------------------------------------------------------------- /public/images/faq/llm-not-using-my-docs/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/faq/llm-not-using-my-docs/header-image.png -------------------------------------------------------------------------------- /public/images/features/browser-extension/whole-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/browser-extension/whole-page.png -------------------------------------------------------------------------------- /public/images/features/chat-widgets/domain-blacklist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/chat-widgets/domain-blacklist.png -------------------------------------------------------------------------------- /public/images/features/embedding-models/azure-openai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/embedding-models/azure-openai.png -------------------------------------------------------------------------------- /public/images/features/embedding-models/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/embedding-models/header-image.png -------------------------------------------------------------------------------- /public/images/features/language-models/azure-openai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/language-models/azure-openai.png -------------------------------------------------------------------------------- /public/images/features/language-models/google-gemini.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/language-models/google-gemini.png -------------------------------------------------------------------------------- /public/images/features/language-models/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/language-models/header-image.png -------------------------------------------------------------------------------- /public/images/features/language-models/hugging-face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/language-models/hugging-face.png -------------------------------------------------------------------------------- /public/images/features/language-models/perplexity-ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/language-models/perplexity-ai.png -------------------------------------------------------------------------------- /public/images/features/language-models/together-ai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/language-models/together-ai.png -------------------------------------------------------------------------------- /public/images/features/transcription-models/openai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/transcription-models/openai.png -------------------------------------------------------------------------------- /public/images/features/transcription-models/xenova.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/transcription-models/xenova.png -------------------------------------------------------------------------------- /public/images/features/vector-databases/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/vector-databases/header-image.png -------------------------------------------------------------------------------- /public/images/getting-started/support/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/support/header-image.png -------------------------------------------------------------------------------- /public/images/product/changelog/1.6.9/find-in-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/product/changelog/1.6.9/find-in-page.png -------------------------------------------------------------------------------- /public/images/product/changelog/1.8.2/model-selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/product/changelog/1.8.2/model-selector.png -------------------------------------------------------------------------------- /public/images/product/changelog/1.8.2/system-prompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/product/changelog/1.8.2/system-prompt.png -------------------------------------------------------------------------------- /public/images/product/changelog/1.9.0/foundry-local.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/product/changelog/1.9.0/foundry-local.png -------------------------------------------------------------------------------- /public/images/beta-preview/computer-use/accessibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/beta-preview/computer-use/accessibility.png -------------------------------------------------------------------------------- /public/images/features/browser-extension/auto-connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/browser-extension/auto-connect.png -------------------------------------------------------------------------------- /public/images/features/browser-extension/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/browser-extension/header-image.png -------------------------------------------------------------------------------- /public/images/product/changelog/1.9.0/agent-streaming.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/product/changelog/1.9.0/agent-streaming.mp4 -------------------------------------------------------------------------------- /public/images/anythingllm-setup/agent-configuration/llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/agent-configuration/llm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/agent-configuration/tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/agent-configuration/tools.png -------------------------------------------------------------------------------- /public/images/beta-preview/computer-use/screen-recording.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/beta-preview/computer-use/screen-recording.png -------------------------------------------------------------------------------- /public/images/faq/llm-not-using-my-docs/document-pinning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/faq/llm-not-using-my-docs/document-pinning.png -------------------------------------------------------------------------------- /public/images/faq/ollama-models-not-loading/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/faq/ollama-models-not-loading/header-image.png -------------------------------------------------------------------------------- /public/images/features/chat-widgets/configuration-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/chat-widgets/configuration-options.png -------------------------------------------------------------------------------- /public/images/features/security-and-access/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/security-and-access/header-image.png -------------------------------------------------------------------------------- /public/images/features/transcription-models/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/transcription-models/header-image.png -------------------------------------------------------------------------------- /public/images/getting-started/installation/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/installation/header-image.png -------------------------------------------------------------------------------- /public/images/getting-started/installation/macos/install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/installation/macos/install.png -------------------------------------------------------------------------------- /public/images/getting-started/introduction/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/introduction/header-image.png -------------------------------------------------------------------------------- /public/images/product/changelog/1.8.2/keyboard-shortcuts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/product/changelog/1.8.2/keyboard-shortcuts.png -------------------------------------------------------------------------------- /public/images/setup/llm-providers/truefoundry/llmprovider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/setup/llm-providers/truefoundry/llmprovider.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/agent-configuration/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/agent-configuration/search.png -------------------------------------------------------------------------------- /public/images/faq/ollama-models-not-loading/ollama-running.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/faq/ollama-models-not-loading/ollama-running.png -------------------------------------------------------------------------------- /public/images/features/security-and-access/multi-user-mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/security-and-access/multi-user-mode.png -------------------------------------------------------------------------------- /public/images/features/system-prompt-variables/add-variable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/system-prompt-variables/add-variable.png -------------------------------------------------------------------------------- /public/images/features/system-prompt-variables/sidebar-link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/system-prompt-variables/sidebar-link.png -------------------------------------------------------------------------------- /public/images/getting-started/installation/windows/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/installation/windows/desktop.png -------------------------------------------------------------------------------- /public/images/getting-started/installation/windows/extract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/installation/windows/extract.png -------------------------------------------------------------------------------- /public/images/getting-started/installation/windows/install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/installation/windows/install.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/header-image.png -------------------------------------------------------------------------------- /public/images/faq/ollama-models-not-loading/ollama-correct-url.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/faq/ollama-models-not-loading/ollama-correct-url.png -------------------------------------------------------------------------------- /public/images/features/customization/appearance-settings-page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/customization/appearance-settings-page.png -------------------------------------------------------------------------------- /public/images/features/customization/custom-welcome-messages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/customization/custom-welcome-messages.png -------------------------------------------------------------------------------- /public/images/features/privacy-and-data-handling/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/privacy-and-data-handling/header-image.png -------------------------------------------------------------------------------- /public/images/features/security-and-access/password-protection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/security-and-access/password-protection.png -------------------------------------------------------------------------------- /public/images/getting-started/installation/linux/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/installation/linux/header-image.png -------------------------------------------------------------------------------- /public/images/getting-started/installation/macos/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/installation/macos/header-image.png -------------------------------------------------------------------------------- /public/images/getting-started/installation/system-requirements.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/installation/system-requirements.png -------------------------------------------------------------------------------- /public/images/setup/llm-providers/truefoundry/new-code-snippet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/setup/llm-providers/truefoundry/new-code-snippet.png -------------------------------------------------------------------------------- /public/images/setup/llm-providers/truefoundry/test-anythingllm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/setup/llm-providers/truefoundry/test-anythingllm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/agent-configuration/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/agent-configuration/header-image.png -------------------------------------------------------------------------------- /public/images/faq/llm-not-using-my-docs/vector-search-preference.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/faq/llm-not-using-my-docs/vector-search-preference.png -------------------------------------------------------------------------------- /public/images/faq/llm-not-using-my-docs/workspace-settings-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/faq/llm-not-using-my-docs/workspace-settings-icon.png -------------------------------------------------------------------------------- /public/images/faq/ollama-models-not-loading/ollama-cannot-detect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/faq/ollama-models-not-loading/ollama-cannot-detect.png -------------------------------------------------------------------------------- /public/images/features/system-prompt-variables/system-prompt-var.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/system-prompt-variables/system-prompt-var.png -------------------------------------------------------------------------------- /public/images/getting-started/installation/linux/browser-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/installation/linux/browser-warning.png -------------------------------------------------------------------------------- /public/images/getting-started/installation/macos/browser-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/installation/macos/browser-warning.png -------------------------------------------------------------------------------- /public/images/getting-started/installation/windows/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/installation/windows/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/embedder-configuration/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/embedder-configuration/header-image.png -------------------------------------------------------------------------------- /public/images/features/customization/custom-footer-links-and-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/customization/custom-footer-links-and-icons.png -------------------------------------------------------------------------------- /public/images/features/privacy-and-data-handling/privacy-and-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/features/privacy-and-data-handling/privacy-and-data.png -------------------------------------------------------------------------------- /public/images/getting-started/installation/windows/browser-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/installation/windows/browser-warning.png -------------------------------------------------------------------------------- /public/images/getting-started/installation/windows/external-support.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/installation/windows/external-support.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/apipie/apipie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/apipie/apipie.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/groq/groq-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/groq/groq-llm.png -------------------------------------------------------------------------------- /public/images/faq/ollama-models-not-loading/ollama-correct-url-docker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/faq/ollama-models-not-loading/ollama-correct-url-docker.png -------------------------------------------------------------------------------- /public/images/faq/ollama-models-not-loading/ollama-detected-collapsed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/faq/ollama-models-not-loading/ollama-detected-collapsed.png -------------------------------------------------------------------------------- /public/images/faq/ollama-models-not-loading/ollama-detected-expanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/faq/ollama-models-not-loading/ollama-detected-expanded.png -------------------------------------------------------------------------------- /public/images/getting-started/installation/cloud-docker/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/installation/cloud-docker/header-image.png -------------------------------------------------------------------------------- /public/images/getting-started/installation/local-docker/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/installation/local-docker/header-image.png -------------------------------------------------------------------------------- /public/images/getting-started/installation/windows/anti-virus-warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/installation/windows/anti-virus-warning.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/agent-configuration/configuration-menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/agent-configuration/configuration-menu.png -------------------------------------------------------------------------------- /public/images/faq/ollama-models-not-loading/anythingllm-ollama-provider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/faq/ollama-models-not-loading/anythingllm-ollama-provider.png -------------------------------------------------------------------------------- /public/images/getting-started/installation/local-docker/midori-subsystem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/getting-started/installation/local-docker/midori-subsystem.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/cohere/cohere-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/cohere/cohere-llm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/groq/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/groq/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/openai/openai-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/openai/openai-llm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/local/ollama/ollama-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/local/ollama/ollama-llm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/vector-database-configuration/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/vector-database-configuration/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/apipie/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/apipie/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/aws-bedrock/model-ids.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/aws-bedrock/model-ids.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/cohere/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/cohere/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/openai/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/openai/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/local/built-in/default-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/local/built-in/default-llm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/local/built-in/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/local/built-in/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/local/lmstudio/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/local/lmstudio/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/local/lmstudio/lmstudio-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/local/lmstudio/lmstudio-llm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/local/localai/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/local/localai/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/local/localai/localai-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/local/localai/localai-llm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/local/ollama/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/local/ollama/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/anthropic/anthropic-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/anthropic/anthropic-llm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/anthropic/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/anthropic/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/mistral-ai/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/mistral-ai/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/mistral-ai/mistral-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/mistral-ai/mistral-llm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/openrouter/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/openrouter/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/local/kobaldcpp/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/local/kobaldcpp/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/local/kobaldcpp/kobaldcpp-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/local/kobaldcpp/kobaldcpp-llm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/transcription-model-configuration/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/transcription-model-configuration/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/agent-configuration/configure-agent-skills-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/agent-configuration/configure-agent-skills-button.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/embedder-configuration/cloud/cohere/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/embedder-configuration/cloud/cohere/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/embedder-configuration/cloud/openai/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/embedder-configuration/cloud/openai/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/embedder-configuration/local/built-in/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/embedder-configuration/local/built-in/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/embedder-configuration/local/lmstudio/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/embedder-configuration/local/lmstudio/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/embedder-configuration/local/localai/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/embedder-configuration/local/localai/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/embedder-configuration/local/ollama/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/embedder-configuration/local/ollama/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/aws-bedrock/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/aws-bedrock/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/azure-openai/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/azure-openai/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/google-gemini/gemini-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/google-gemini/gemini-llm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/google-gemini/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/google-gemini/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/hugging-face/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/hugging-face/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/openrouter/openrouter-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/openrouter/openrouter-llm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/perplexity-ai/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/perplexity-ai/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/together-ai/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/together-ai/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/together-ai/togetherai-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/together-ai/togetherai-llm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/embedder-configuration/cloud/cohere/cohere-embedder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/embedder-configuration/cloud/cohere/cohere-embedder.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/embedder-configuration/cloud/openai/openai-embedder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/embedder-configuration/cloud/openai/openai-embedder.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/embedder-configuration/local/ollama/ollama-embedder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/embedder-configuration/local/ollama/ollama-embedder.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/aws-bedrock/aws-bedrock-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/aws-bedrock/aws-bedrock-llm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/openai-generic/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/openai-generic/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/embedder-configuration/cloud/azure-openai/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/embedder-configuration/cloud/azure-openai/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/embedder-configuration/local/built-in/default-embedder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/embedder-configuration/local/built-in/default-embedder.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/embedder-configuration/local/lmstudio/lmstudio-embedder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/embedder-configuration/local/lmstudio/lmstudio-embedder.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/embedder-configuration/local/localai/localai-embedder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/embedder-configuration/local/localai/localai-embedder.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/azure-openai/azure-openai-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/azure-openai/azure-openai-llm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/hugging-face/hugging-face-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/hugging-face/hugging-face-llm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/perplexity-ai/perplexityai-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/perplexity-ai/perplexityai-llm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/vector-database-configuration/cloud/qdrant/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/vector-database-configuration/cloud/qdrant/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/vector-database-configuration/cloud/zilliz/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/vector-database-configuration/cloud/zilliz/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/vector-database-configuration/local/chroma/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/vector-database-configuration/local/chroma/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/vector-database-configuration/local/milvus/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/vector-database-configuration/local/milvus/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/llm-configuration/cloud/openai-generic/openai-generic-llm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/llm-configuration/cloud/openai-generic/openai-generic-llm.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/vector-database-configuration/cloud/astradb/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/vector-database-configuration/cloud/astradb/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/vector-database-configuration/cloud/pinecone/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/vector-database-configuration/cloud/pinecone/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/vector-database-configuration/cloud/weaviate/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/vector-database-configuration/cloud/weaviate/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/vector-database-configuration/local/lancedb/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/vector-database-configuration/local/lancedb/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/transcription-model-configuration/cloud/openai/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/transcription-model-configuration/cloud/openai/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/vector-database-configuration/cloud/astradb/astradb-vectordb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/vector-database-configuration/cloud/astradb/astradb-vectordb.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/vector-database-configuration/cloud/qdrant/qdrant-vectordb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/vector-database-configuration/cloud/qdrant/qdrant-vectordb.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/vector-database-configuration/cloud/zilliz/zilliz-vectordb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/vector-database-configuration/cloud/zilliz/zilliz-vectordb.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/vector-database-configuration/local/chroma/chroma-vectordb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/vector-database-configuration/local/chroma/chroma-vectordb.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/vector-database-configuration/local/lancedb/lancedb-vectordb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/vector-database-configuration/local/lancedb/lancedb-vectordb.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/vector-database-configuration/local/milvus/milvus-vectordb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/vector-database-configuration/local/milvus/milvus-vectordb.png -------------------------------------------------------------------------------- /next-env.d.ts: -------------------------------------------------------------------------------- 1 | /// 2 | /// 3 | 4 | // NOTE: This file should not be edited 5 | // see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information. 6 | -------------------------------------------------------------------------------- /public/images/anythingllm-setup/transcription-model-configuration/local/built-in/header-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/transcription-model-configuration/local/built-in/header-image.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/vector-database-configuration/cloud/pinecone/pinecone-vectordb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/vector-database-configuration/cloud/pinecone/pinecone-vectordb.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/vector-database-configuration/cloud/weaviate/weaviate-vectordb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/vector-database-configuration/cloud/weaviate/weaviate-vectordb.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/embedder-configuration/cloud/azure-openai/azure-openai-embedder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/embedder-configuration/cloud/azure-openai/azure-openai-embedder.png -------------------------------------------------------------------------------- /public/images/anythingllm-setup/transcription-model-configuration/cloud/openai/openai-transcription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/transcription-model-configuration/cloud/openai/openai-transcription.png -------------------------------------------------------------------------------- /pages/_app.tsx: -------------------------------------------------------------------------------- 1 | import "./index.css"; 2 | function MyApp({ Component, pageProps }) { 3 | return ( 4 | <> 5 | 6 | // The gaId is the Measurement ID on Google Analytics 7 | ); 8 | } 9 | 10 | export default MyApp; 11 | -------------------------------------------------------------------------------- /pages/setup/transcription-model-configuration/cloud/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "openai": { 3 | "title": "OpenAI", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /public/images/anythingllm-setup/transcription-model-configuration/local/built-in/default-transcription.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mintplex-Labs/anythingllm-docs/HEAD/public/images/anythingllm-setup/transcription-model-configuration/local/built-in/default-transcription.png -------------------------------------------------------------------------------- /pages/browser-extension/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "install": { 3 | "title": "Install the AnythingLLM Browser Extension", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /pages/setup/transcription-model-configuration/local/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "built-in": { 3 | "title": "AnythingLLM Default", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /components/icons/chevron-right.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /components/icons/one.svg: -------------------------------------------------------------------------------- 1 | 7 | 10 | 11 | -------------------------------------------------------------------------------- /components/icons/code.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /components/icons/box.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /components/icons/arrow-right.svg: -------------------------------------------------------------------------------- 1 | 6 | 11 | 12 | -------------------------------------------------------------------------------- /components/icons/lightning.svg: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- 1 | { 2 | "printWidth": 80, 3 | "tabWidth": 2, 4 | "useTabs": false, 5 | "semi": true, 6 | "singleQuote": false, 7 | "jsxSingleQuote": false, 8 | "trailingComma": "es5", 9 | "bracketSpacing": true, 10 | "jsxBracketSameLine": false, 11 | "arrowParens": "always", 12 | "proseWrap": "preserve", 13 | "htmlWhitespaceSensitivity": "css", 14 | "endOfLine": "lf" 15 | } -------------------------------------------------------------------------------- /components/icons/rows.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /pages/_document.js: -------------------------------------------------------------------------------- 1 | import Document, { Html, Head, Main, NextScript } from "next/document"; 2 | 3 | class MyDocument extends Document { 4 | render() { 5 | return ( 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | ); 14 | } 15 | } 16 | 17 | export default MyDocument; 18 | -------------------------------------------------------------------------------- /components/icons/cloud.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /components/icons/markdown.svg: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /components/card.tsx: -------------------------------------------------------------------------------- 1 | import { Cards } from "nextra/components"; 2 | 3 | type CardProps = { 4 | image?: boolean; 5 | arrow?: boolean; 6 | title: string; 7 | children: React.ReactNode; 8 | icon: React.ReactNode; 9 | href: string; 10 | }; 11 | export const Card: React.FC = ({ 12 | image = true, 13 | arrow = true, 14 | ...props 15 | }) => { 16 | return ; 17 | }; 18 | -------------------------------------------------------------------------------- /components/icons/link.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /components/icons/warning.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /pages/changelog/v1.6.2.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "v1.6.2" 3 | description: "AnythingLLM Desktop v.1.6.2 Changelog" 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | AnythingLLM Changelog v1.6.2 15 | 16 | ## Fixes & Improvements: 17 | 18 | _this was a hotfix patch to bump the internal ollama binaries to support tooling_ 19 | -------------------------------------------------------------------------------- /pages/chatting-with-documents/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "introduction": { 3 | "title": "Attaching vs RAG", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | }, 11 | "rag-in-anythingllm": { 12 | "title": "RAG in AnythingLLM", 13 | "theme": { 14 | "breadcrumb": true, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | } 20 | } -------------------------------------------------------------------------------- /pages/beta-preview/active-features/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "live-document-sync": { 3 | "title": "Live document sync", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | }, 11 | "computer-use": { 12 | "title": "AI Computer use", 13 | "theme": { 14 | "breadcrumb": true, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /components/icons/switch.svg: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | -------------------------------------------------------------------------------- /components/icons/dropper.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /pages/index.css: -------------------------------------------------------------------------------- 1 | .center-cta { 2 | display: flex; 3 | align-items: center; 4 | justify-content: center; 5 | width: 100%; 6 | 7 | &:hover > a { 8 | text-decoration: underline; 9 | } 10 | } 11 | 12 | .mt-20 { 13 | margin-top: 20px; 14 | } 15 | 16 | .nested > ul > li > ul, 17 | .nested > blockquote { 18 | margin-top: 0px; 19 | } 20 | 21 | .nested > blockquote > br.sm { 22 | content: ""; 23 | display: block; 24 | height: 5px; 25 | } 26 | 27 | .nested > blockquote > p { 28 | margin-top: 0px !important; 29 | } 30 | -------------------------------------------------------------------------------- /components/icons/file.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /components/icons/newsletter.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /components/icons/formula.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /components/icons/picture.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /components/icons/folder-tree.svg: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "compilerOptions": { 3 | "target": "es5", 4 | "lib": ["dom", "dom.iterable", "esnext"], 5 | "allowJs": true, 6 | "skipLibCheck": true, 7 | "strict": false, 8 | "forceConsistentCasingInFileNames": true, 9 | "noEmit": true, 10 | "incremental": true, 11 | "esModuleInterop": true, 12 | "module": "esnext", 13 | "moduleResolution": "node", 14 | "resolveJsonModule": true, 15 | "isolatedModules": true, 16 | "jsx": "preserve" 17 | }, 18 | "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], 19 | "exclude": ["node_modules"] 20 | } 21 | -------------------------------------------------------------------------------- /components/icons/brush.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /pages/setup/llm-configuration/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "overview": { 3 | "title": "Overview", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | }, 11 | "local": { 12 | "title": "Local", 13 | "theme": { 14 | "breadcrumb": true, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | }, 20 | "cloud": { 21 | "title": "Cloud", 22 | "theme": { 23 | "breadcrumb": true, 24 | "footer": true, 25 | "pagination": true, 26 | "toc": true 27 | } 28 | } 29 | } -------------------------------------------------------------------------------- /components/icons/cards.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /pages/mcp-compatibility/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "overview": { 3 | "title": "Overview", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | }, 11 | "docker": { 12 | "title": "MCP on Docker", 13 | "theme": { 14 | "breadcrumb": true, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | }, 20 | "desktop": { 21 | "title": "MCP on Desktop", 22 | "theme": { 23 | "breadcrumb": true, 24 | "footer": true, 25 | "pagination": true, 26 | "toc": true 27 | } 28 | } 29 | } -------------------------------------------------------------------------------- /pages/setup/embedder-configuration/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "overview": { 3 | "title": "Overview", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | }, 11 | "local": { 12 | "title": "Local", 13 | "theme": { 14 | "breadcrumb": true, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | }, 20 | "cloud": { 21 | "title": "Cloud", 22 | "theme": { 23 | "breadcrumb": true, 24 | "footer": true, 25 | "pagination": true, 26 | "toc": true 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /pages/setup/vector-database-configuration/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "overview": { 3 | "title": "Overview", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | }, 11 | "local": { 12 | "title": "Local", 13 | "theme": { 14 | "breadcrumb": true, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | }, 20 | "cloud": { 21 | "title": "Cloud", 22 | "theme": { 23 | "breadcrumb": true, 24 | "footer": true, 25 | "pagination": true, 26 | "toc": true 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /pages/setup/transcription-model-configuration/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "overview": { 3 | "title": "Overview", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | }, 11 | "local": { 12 | "title": "Local", 13 | "theme": { 14 | "breadcrumb": true, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | }, 20 | "cloud": { 21 | "title": "Cloud", 22 | "theme": { 23 | "breadcrumb": true, 24 | "footer": true, 25 | "pagination": true, 26 | "toc": true 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /pages/setup/embedder-configuration/cloud/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "openai": { 3 | "title": "OpenAI", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | }, 11 | "azure-openai": { 12 | "title": "Azure OpenAI", 13 | "theme": { 14 | "breadcrumb": true, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | }, 20 | "cohere": { 21 | "title": "Cohere", 22 | "theme": { 23 | "breadcrumb": true, 24 | "footer": true, 25 | "pagination": true, 26 | "toc": true 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /pages/setup/vector-database-configuration/local/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "lancedb": { 3 | "title": "LanceDB", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | }, 11 | "chroma": { 12 | "title": "Chroma", 13 | "theme": { 14 | "breadcrumb": true, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | }, 20 | "milvus": { 21 | "title": "Milvus", 22 | "theme": { 23 | "breadcrumb": true, 24 | "footer": true, 25 | "pagination": true, 26 | "toc": true 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /pages/changelog/v1.6.3.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "v1.6.3" 3 | description: "AnythingLLM Desktop v.1.6.2 Changelog" 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | AnythingLLM Changelog v1.6.3 15 | 16 | ## New Features: 17 | 18 | - [x] **Speech to Text** - You can now chat to AnythingLLM with your device microphone. This uses a built-in whisper model that runs in AnythingLLM. Supports all multiple languages. 19 | 20 | ## What's Next: 21 | 22 | - Custom `@agent` skill builder 23 | - More data connector integrations 24 | -------------------------------------------------------------------------------- /pages/beta-preview/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "overview": { 3 | "title": "What are beta previews?", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": false 9 | } 10 | }, 11 | "enable-feature": { 12 | "title": "Enable feature previews", 13 | "theme": { 14 | "breadcrumb": false, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | }, 20 | "active-features": { 21 | "title": "Available previews", 22 | "theme": { 23 | "breadcrumb": false, 24 | "footer": true, 25 | "pagination": true, 26 | "toc": true 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /pages/nvidia-nims/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "introduction": { 3 | "title": "What is NVIDIA NIM?", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | }, 11 | "system-requirements": { 12 | "title": "System Requirements", 13 | "theme": { 14 | "breadcrumb": true, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | }, 20 | "walkthrough": { 21 | "title": "Installation Walkthrough", 22 | "theme": { 23 | "breadcrumb": true, 24 | "footer": true, 25 | "pagination": true, 26 | "toc": true 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /pages/installation-docker/debug.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Debug" 3 | description: "Learn how to run AnythingLLM in debug mode" 4 | --- 5 | 6 | import { Cards } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | AnythingLLM Debug Mode 16 | 17 | ## General Debugging 18 | 19 | If you are having issues with AnythingLLM, the first thing you should do is check the logs. You can find the logs in the `logs` folder of your container. 20 | 21 | ## AnythingLLM Debug mode on Docker 22 | 23 | Open `Container Logs` in Docker desktop or print the logs via `docker container logs` 24 | -------------------------------------------------------------------------------- /components/icons/gear.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /next.config.js: -------------------------------------------------------------------------------- 1 | const withNextra = require('nextra')({ 2 | theme: 'nextra-theme-docs', 3 | themeConfig: './theme.config.tsx', 4 | }) 5 | 6 | module.exports = withNextra({ 7 | webpack(config) { 8 | config.module.rules.push({ 9 | test: /\.svg$/, 10 | use: ['@svgr/webpack'], 11 | }); 12 | 13 | return config; 14 | }, 15 | async redirects() { 16 | return [ 17 | { 18 | source: '/anythingllm-cloud/502', 19 | destination: '/cloud/error-502', 20 | permanent: true, 21 | }, 22 | { 23 | source: '/llm-not-using-my-docs', 24 | destination: '/chatting-with-documents/rag-in-anythingllm', 25 | permanent: true, 26 | }, 27 | ]; 28 | }, 29 | }); -------------------------------------------------------------------------------- /pages/mobile/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "overview": { 3 | "title": "Introduction", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | }, 11 | "--- Legal": { 12 | "type": "separator", 13 | "title": "Legal & Privacy" 14 | }, 15 | "terms": { 16 | "title": "Terms of Service", 17 | "theme": { 18 | "breadcrumb": true, 19 | "footer": true, 20 | "pagination": true, 21 | "toc": true 22 | } 23 | }, 24 | "privacy": { 25 | "title": "Privacy Policy", 26 | "theme": { 27 | "breadcrumb": true, 28 | "footer": true, 29 | "pagination": true, 30 | "toc": true 31 | } 32 | } 33 | } -------------------------------------------------------------------------------- /components/icons/files.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /components/icons/globe.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /components/icons/terminal.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 | 19 | 30 | 31 | -------------------------------------------------------------------------------- /pages/changelog/v1.6.6.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "v1.6.6" 3 | description: "AnythingLLM Desktop v.1.6.6 Changelog" 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | AnythingLLM Changelog v1.6.6 16 | 17 | 18 | **Hotfix** This version is a hotfix patch for [1.6.5](./v1.6.5.mdx) - see that 19 | version changelog for full changes in 1.6.6. 20 | 21 | 22 | ## Hotfix patch 23 | 24 | This version was a hotfix patch for a small bug with `@agents` on 1.6.5. If you are on 1.6.5, you should upgrade to this version before submitting a GitHub issue or asking the Discord. 25 | -------------------------------------------------------------------------------- /pages/changelog/v1.6.7.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "v1.6.7" 3 | description: "AnythingLLM Desktop v.1.6.7 Changelog" 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | AnythingLLM Changelog v1.6.7 16 | 17 | ## What's New: 18 | 19 | - Added custom agent skill calling to `@agent` calls in the developer API. 20 | 21 | ## Fixes & Improvements: 22 | 23 | - Fixed bug where `@agent` web-search and sql-agent connections were not showing in UI once saved, but were saved. 24 | - Fixed bug where UI would should 11Labs model selection was not saved, but was saved. 25 | - Perplexity model selections updated to current. 26 | -------------------------------------------------------------------------------- /pages/changelog/v1.6.1.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "v1.6.1" 3 | description: "AnythingLLM Desktop v.1.6.1 Changelog" 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | AnythingLLM Changelog v1.6.1 15 | 16 | ## New Features: 17 | 18 | - [x] **PiperTTS** - 100+ High-quality multi-lingual locally running text-to-speech models :) 19 | - [x] Multiple `/slash` command expansions in prompt now supported 20 | - [x] MathJax/KaTeX/LaTeX support in responses 21 | 22 | ## Fixes & Improvements: 23 | 24 | - German and Portuguese translations 25 | - Various small bugfixes 26 | 27 | ## What's Next: 28 | 29 | - Custom `@agent` skill builder 30 | - More data connector integrations 31 | -------------------------------------------------------------------------------- /pages/agent/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "overview": { 3 | "title": "Overview", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | }, 11 | "setup": { 12 | "title": "Setup", 13 | "theme": { 14 | "breadcrumb": true, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | }, 20 | "usage": { 21 | "title": "Usage", 22 | "theme": { 23 | "breadcrumb": true, 24 | "footer": true, 25 | "pagination": true, 26 | "toc": true 27 | } 28 | }, 29 | "custom": { 30 | "title": "Custom Skills", 31 | "theme": { 32 | "breadcrumb": true, 33 | "footer": true, 34 | "pagination": true, 35 | "toc": true 36 | } 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /components/icons/database.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /components/icons/diagram.svg: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | -------------------------------------------------------------------------------- /components/icons/tailwind.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /pages/changelog/v1.6.4.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "v1.6.4" 3 | description: "AnythingLLM Desktop v.1.6.4 Changelog" 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | AnythingLLM Changelog v1.6.4 15 | 16 | ## Fixes & Improvements: 17 | 18 | - Slash Commands bug fix during editing 19 | - Gemini `exp-flash` model bug fixed 20 | - Added `.go` filetype 21 | - Fix depth handling on bulk link scraper 22 | - Host URL auto-detection for LocalAI 23 | - Agent prompt window limit sizing corrected 24 | - Markdown styling for images in chat window 25 | - Pre-prompt filtering handler 26 | - Hebrew Language Support 27 | 28 | ## What's Next: 29 | 30 | - Custom `@agent` skill builder/custom-plugins 31 | - Chrome Extension support 32 | -------------------------------------------------------------------------------- /pages/setup/embedder-configuration/local/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "built-in": { 3 | "title": "AnythingLLM Default", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | }, 11 | "lmstudio": { 12 | "title": "LM Studio", 13 | "theme": { 14 | "breadcrumb": true, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | }, 20 | "localai": { 21 | "title": "Local AI", 22 | "theme": { 23 | "breadcrumb": true, 24 | "footer": true, 25 | "pagination": true, 26 | "toc": true 27 | } 28 | }, 29 | "ollama": { 30 | "title": "Ollama", 31 | "theme": { 32 | "breadcrumb": true, 33 | "footer": true, 34 | "pagination": true, 35 | "toc": true 36 | } 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /components/icons/stars.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /pages/agent/custom/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "introduction": { 3 | "title": "Introduction", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | }, 11 | "developer-guide": { 12 | "title": "Developer Guide", 13 | "theme": { 14 | "breadcrumb": true, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | }, 20 | "plugin-json": { 21 | "title": "plugin.json reference", 22 | "theme": { 23 | "breadcrumb": true, 24 | "footer": true, 25 | "pagination": true, 26 | "toc": true 27 | } 28 | }, 29 | "handler-js": { 30 | "title": "handler.js reference", 31 | "theme": { 32 | "breadcrumb": true, 33 | "footer": true, 34 | "pagination": true, 35 | "toc": true 36 | } 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /pages/changelog/v1.7.0.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "v1.7.0" 3 | description: "AnythingLLM Desktop v.1.7.0 Changelog" 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | 16 | 17 | AnythingLLM Changelog v1.7.0 24 | 25 | ## What's New: 26 | 27 | - [x] [AnythingLLM Community Hub is live!](https://hub.anythingllm.com/) & [integrated into AnythingLLM Desktop](../community-hub/about.mdx) 28 | 29 | ## Bug Fixes: 30 | 31 | - [x] Fixed bug with undefined code blocks in light mode being invisible 32 | - [x] Fixed where creation of multiple workspaces in a row would not display the new workspace 33 | -------------------------------------------------------------------------------- /pages/setup/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "embedder-configuration": { 3 | "title": "Embedder Setup", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | }, 11 | "llm-configuration": { 12 | "title": "LLM Setup", 13 | "theme": { 14 | "breadcrumb": true, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | }, 20 | "transcription-model-configuration": { 21 | "title": "Transcription Setup", 22 | "theme": { 23 | "breadcrumb": true, 24 | "footer": true, 25 | "pagination": true, 26 | "toc": true 27 | } 28 | }, 29 | "vector-database-configuration": { 30 | "title": "Vector DB Setup", 31 | "theme": { 32 | "breadcrumb": true, 33 | "footer": true, 34 | "pagination": true, 35 | "toc": true 36 | } 37 | } 38 | } 39 | -------------------------------------------------------------------------------- /components/icons/id-card.svg: -------------------------------------------------------------------------------- 1 | 2 | 8 | 9 | -------------------------------------------------------------------------------- /pages/features/chat-logs.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Workspace Chat Logs" 3 | description: "AnythingLLM Workspace Chat Logs" 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | AnythingLLM Workspace Chat Logs 15 | 16 | # Workspace Chat Logs 17 | 18 | AnythingLLM supports exporting chats as: 19 | 20 | - **CSV** 21 | - **JSON** 22 | - **JSON (Alpaca)** 23 | - **JSONL (OpenAI fine-tune)** 24 | 25 | Just click export at the top of the screen once at least 10 chat logs are available! Provided you have the correct account permissions, you can view the chat logs per workspace and per user of your AnythingLLM instance. 26 | 27 | AnythingLLM Workspace Chat Logs 34 | -------------------------------------------------------------------------------- /pull_request_template.md: -------------------------------------------------------------------------------- 1 | ### Pull Request Type 2 | 3 | 4 | 5 | - [ ] ✨ feat 6 | - [ ] 🐛 fix 7 | - [ ] ♻️ refactor 8 | - [ ] 💄 style 9 | 10 | ### Relevant Issues 11 | 12 | 13 | 14 | resolves #xxx 15 | 16 | 17 | ### What is in this change? 18 | 19 | 20 | 21 | 22 | ### Additional Information 23 | 24 | 25 | 26 | 27 | 28 | ### Validations 29 | 30 | 31 | 32 | - [ ] Ensured updated documentation pass spell check 33 | - [ ] Updated or added relevant links as needed 34 | - [ ] Reviewed the changes for clarity and accuracy 35 | - [ ] Successfully ran the code locally without encountering errors 36 | -------------------------------------------------------------------------------- /pages/agent-flows/blocks/web-scraper.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Web Scraper" 3 | description: "Learn about the web scraper block and how to use it." 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | Web Scraper 15 | 16 | ## Usage 17 | 18 | The web scraper block is used to scrape a website and extract the content. Currently the web-scraper will return the parsed TEXT content of the page - not the HTML. 19 | 20 | The purpose of this block is to allow you to scrape a website and extract the content you need as if you were accessing the website directly. If you are looking for more programmatic access to the HTML, you should use the [API call block](/agent-flows/blocks/api-call). 21 | 22 | ## Input Variables 23 | 24 | - `URL to scrape`: The URL of the website to scrape. 25 | - `Result Variable`: The variable to store the result of the web scraping. 26 | -------------------------------------------------------------------------------- /pages/setup/vector-database-configuration/cloud/zilliz.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Zilliz Vector Database" 3 | description: "Zilliz is a leading vector database company for production-ready AI which is built by the engineers who created Milvus" 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | Zilliz Vector Database 15 | 16 | # Zilliz Vector Database 17 | 18 | [Zilliz](https://zilliz.com/) is a open source vector database which is built by the engineers who created [Milvus](https://milvus.io/) 19 | 20 | ## Connecting to Zilliz Vector Database 21 | 22 | You can configure Zilliz in the **Settings**. 23 | 24 | Zilliz Vector Database Settings 31 | -------------------------------------------------------------------------------- /pages/setup/llm-configuration/local/kobaldcpp.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "KobaldCPP LLM" 3 | description: "KobaldCPP is a simple one-file way to run various GGML and GGUF models with KoboldAI's UI " 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | KobaldCPP LLM 15 | 16 | # KobaldCPP LLM 17 | 18 | [KobaldCPP](https://KobaldCPP.com) is a simple one-file way to run various GGML and GGUF models with KoboldAI's UI 19 | 20 | KobaldCPP is a _separate_ application that you need to download first and connect to. 21 | 22 | ## Connecting to KobaldCPP 23 | 24 | You can update your model to a different model at any time in the **Settings**. 25 | 26 | KobaldCPP LLM settings 33 | -------------------------------------------------------------------------------- /pages/features/api.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "API Access & Keys" 3 | description: "API keys are managed by accounts with the correct access level." 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | AnythingLLM 15 | 16 | # API Access & Keys 17 | 18 | You can find the API documentation for available endpoints on your instance at `/api/docs` 19 | 20 | API keys are managed by accounts with the correct access level. 21 | 22 | However, anyone with the API key can use the AnythingLLM API, so do not share or publish this key anywhere. 23 | 24 | AnythingLLM supports a full developer API that you can use to manage, update, embed, and even chat with your workspaces. 25 | 26 | You can create and delete API keys on the fly if you are allowed permission to do so. 27 | 28 | AnythingLLM 35 | -------------------------------------------------------------------------------- /pages/setup/vector-database-configuration/cloud/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "astradb": { 3 | "title": "AstraDB", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | }, 11 | "pinecone": { 12 | "title": "Pinecone", 13 | "theme": { 14 | "breadcrumb": true, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | }, 20 | "qdrant": { 21 | "title": "QDrant", 22 | "theme": { 23 | "breadcrumb": true, 24 | "footer": true, 25 | "pagination": true, 26 | "toc": true 27 | } 28 | }, 29 | "weaviate": { 30 | "title": "Weaviate", 31 | "theme": { 32 | "breadcrumb": true, 33 | "footer": true, 34 | "pagination": true, 35 | "toc": true 36 | } 37 | }, 38 | "zilliz": { 39 | "title": "Zilliz", 40 | "theme": { 41 | "breadcrumb": true, 42 | "footer": true, 43 | "pagination": true, 44 | "toc": true 45 | } 46 | } 47 | } 48 | -------------------------------------------------------------------------------- /pages/setup/llm-configuration/local/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "built-in": { 3 | "title": "AnythingLLM Default", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | }, 11 | "lmstudio": { 12 | "title": "LM Studio", 13 | "theme": { 14 | "breadcrumb": true, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | }, 20 | "localai": { 21 | "title": "Local AI", 22 | "theme": { 23 | "breadcrumb": true, 24 | "footer": true, 25 | "pagination": true, 26 | "toc": true 27 | } 28 | }, 29 | "ollama": { 30 | "title": "Ollama", 31 | "theme": { 32 | "breadcrumb": true, 33 | "footer": true, 34 | "pagination": true, 35 | "toc": true 36 | } 37 | }, 38 | "kobaldcpp": { 39 | "title": "KobaldCPP", 40 | "theme": { 41 | "breadcrumb": true, 42 | "footer": true, 43 | "pagination": true, 44 | "toc": true 45 | } 46 | } 47 | } 48 | -------------------------------------------------------------------------------- /pages/setup/embedder-configuration/local/localai.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Local AI Embedder" 3 | description: "LocalAI is both an LLM engine and supports running embedding models on CPU and GPU" 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | Local AI Embedder 15 | 16 | # Local AI Embedder 17 | 18 | [LocalAI](https://localai.io) is both an LLM engine **and** supports running embedding models on CPU and GPU. Any HuggingFace model or GGUF embedding model can be used. 19 | 20 | This can be configured independently of the LocalAI LLM setting and can be used for both at the same time. 21 | 22 | You can update your model to a different model at any time in the **Settings**. 23 | 24 | Local AI Embedder 31 | -------------------------------------------------------------------------------- /pages/setup/vector-database-configuration/cloud/astradb.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "AstraDB Vector Database" 3 | description: "Astra DB is a vector database for developers, that can be used to get Generative AI applications into production quickly." 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | AstraDB Vector Database 15 | 16 | # AstraDB Vector Database 17 | 18 | [Astra DB](https://www.datastax.com/products/datastax-astra) is a vector database for developers, that can be used to get Generative AI applications into production quickly 19 | 20 | ## Connecting to AstraDB Vector Database 21 | 22 | You can configure AstraDB in the **Settings**. 23 | 24 | AstraDB Vector Database Settings 31 | -------------------------------------------------------------------------------- /pages/community-hub/about.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: What is the Community Hub? 3 | description: The AnythingLLM Community Hub is a repository of agent skills that can be used in AnythingLLM. 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | import Link from "next/link"; 9 | 10 | # What is the AnythingLLM Community Hub? 11 | 12 | The [AnythingLLM Community Hub](https://hub.anythingllm.com) is a platform and marketplace for AnythingLLM users to share system prompts, slash commands, agent skills, and more. 13 | 14 | The community hub enables you to share your own items, skills, and workflows with the AnythingLLM community both **publicly** and **privately**. 15 | 16 | Currently, the AnythingLLM Community Hub is in **beta** and as such, not all types of items are supported. 17 | 18 | ### Current Supported Item Types 19 | 20 | - [x] Agent Skills 21 | - [x] System Prompts 22 | - [x] Slash Commands 23 | 24 | _More item types are coming soon!_ 25 | 26 | - [ ] Workspaces 27 | - [ ] Data Connectors 28 | - [ ] Authentication Providers 29 | -------------------------------------------------------------------------------- /pages/agent-flows/debugging-flows.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Debugging flows" 3 | description: "How to debug agent flows in AnythingLLM" 4 | --- 5 | 6 | import { Cards, Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | # Debugging flows 10 | 11 | Often times you will want to debug your flows to ensure they are working as expected. When developing flows, you can use the flow editor to debug your flows while also using the workspace chat 12 | to test the flow and ensure that it is working as expected. 13 | 14 | When debugging flows, you will want to **disable all other agent skills** to ensure that the flow is always executed as it will be the only tool available to the LLM. 15 | 16 | ## Logs 17 | 18 | You can view the logs of an executed flow by [opening the logs of AnythingLLM](/installation-desktop/debug). 19 | In these log files you will see more verbose output about the flow and the blocks that were executed so you can see what happened. 20 | 21 | 27 | -------------------------------------------------------------------------------- /pages/setup/vector-database-configuration/cloud/qdrant.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "QDrant Vector Database" 3 | description: "Qdrant is a vector database & vector similarity search engine. It deploys as an API service providing search for the nearest high-dimensional vectors." 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | QDrant Vector Database 15 | 16 | # QDrant Vector Database 17 | 18 | [Qdrant](https://qdrant.tech/) is a vector database & vector similarity search engine. 19 | 20 | It deploys as an API service providing search for the nearest high-dimensional vectors. 21 | 22 | ## Connecting to QDrant Vector Database 23 | 24 | You can configure QDrant in the **Settings**. 25 | 26 | QDrant Vector Database Settings 33 | -------------------------------------------------------------------------------- /pages/setup/vector-database-configuration/cloud/pinecone.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Pinecone Vector Database" 3 | description: "Pinecone is the developer-favorite vector database that's fast and easy to use at any scale." 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | Pinecone Vector Database 15 | 16 | # Pinecone Vector Database 17 | 18 | [Pinecone](https://www.pinecone.io/) is the developer-favorite vector database that's fast and easy to use at any scale. 19 | 20 | Pinecone serves fresh, filtered query results with low latency at the scale of billions of vectors. 21 | 22 | ## Connecting to Pinecone Vector Database 23 | 24 | You can configure Pinecone in the **Settings**. 25 | 26 | Pinecone Vector Database Settings 33 | -------------------------------------------------------------------------------- /pages/agent-flows/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "overview": { 3 | "title": "What is an Agent Flow?", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": true 9 | } 10 | }, 11 | "getting-started": { 12 | "title": "Getting Started with Flows", 13 | "theme": { 14 | "breadcrumb": true, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | }, 20 | "tutorial-hackernews": { 21 | "title": "Tutorial: HackerNews Flow", 22 | "theme": { 23 | "breadcrumb": true, 24 | "footer": true, 25 | "pagination": true, 26 | "toc": true 27 | } 28 | }, 29 | "blocks": { 30 | "title": "All about blocks", 31 | "theme": { 32 | "breadcrumb": true, 33 | "footer": true, 34 | "pagination": true, 35 | "toc": true 36 | } 37 | }, 38 | "debugging-flows": { 39 | "title": "Debugging flows", 40 | "theme": { 41 | "breadcrumb": true, 42 | "footer": true, 43 | "pagination": true, 44 | "toc": true 45 | } 46 | } 47 | } 48 | -------------------------------------------------------------------------------- /pages/setup/vector-database-configuration/cloud/weaviate.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Weaviate Vector Database" 3 | description: "Weaviate is an open source vector database which allows you to store and retrieve data objects based on their semantic properties by indexing them with vectors." 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | Weaviate Vector Database 15 | 16 | # Weaviate Vector Database 17 | 18 | [Weaviate](https://weaviate.io/) is an open source vector database which allows you to store and retrieve data objects based on their semantic properties by indexing them with vectors. 19 | 20 | ## Connecting to Weaviate Vector Database 21 | 22 | You can configure Weaviate in the **Settings**. 23 | 24 | Weaviate Vector Database Settings 31 | -------------------------------------------------------------------------------- /pages/features/privacy-and-data-handling.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Privacy & Data" 3 | description: "Security features of AnythingLLM" 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | AnythingLLM Privacy & Data 16 | 17 | # Privacy & Data Handling 18 | 19 | 20 | **Tip:** 21 | 22 | AnythingLLM is transparent telling you who and what has access to your data. 23 | 24 | 25 | 26 | Privacy & Data 33 | 34 | ## Anonymous Telemetry 35 | 36 | AnythingLLM collects anonymous telemetry and never collects any of your personal data. 37 | 38 | We collect telemetry to help improve our product. 39 | 40 | If for any reason you would not like to participate in sharing telemetry with us, you can disable it in this menu. 41 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | The MIT License 2 | 3 | Copyright (c) Mintplex Labs Inc. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in 13 | all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | THE SOFTWARE. -------------------------------------------------------------------------------- /public/licence.txt: -------------------------------------------------------------------------------- 1 | The MIT License 2 | 3 | Copyright (c) Mintplex Labs Inc. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in 13 | all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | THE SOFTWARE. -------------------------------------------------------------------------------- /pages/setup/vector-database-configuration/local/milvus.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Milvus Vector Database" 3 | description: "Milvus is an open-source vector database built to power embedding similarity search and AI applications." 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | Milvus Vector Database 15 | 16 | # Milvus Vector Database 17 | 18 | [Milvus](https://github.com/milvus-io/milvus) is an open-source vector database built to power embedding similarity search and AI applications. 19 | 20 | Milvus makes unstructured data search more accessible, and provides a consistent user experience regardless of the deployment environment. 21 | 22 | ## Connecting to Milvus Vector Database 23 | 24 | You can configure Milvus at any time in the **Settings**. 25 | 26 | Milvus Vector Database Settings 33 | -------------------------------------------------------------------------------- /pages/cloud/overview.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "AnythingLLM Cloud" 3 | description: "Private Cloud Instance hosted by AnythingLLM" 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | AnythingLLM Cloud 15 | 16 | # Private managed AnythingLLM 17 | 18 | AnythingLLM cloud is the easiest way to trial and scale AnythingLLM for your business or personal use. 19 | 20 | The Mintplex Labs team offers **isolated** and **private** instances of AnythingLLM that you can use to try out or scale up AnythingLLM for your business or personal use. 21 | 22 | Each instance is hosted on an isolated AWS instance that is automatically updated and managed by the Mintplex Labs core team. Your data and resources are not shared with any other customers who are using our managed service. 23 | 24 | ### [You can get an instance of AnythingLLM here for 30% off your first month!](https://anythingllm.com/pricing) 25 | 26 | AnythingLLM Cloud Pricing 33 | -------------------------------------------------------------------------------- /pages/cloud/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "overview": { 3 | "title": "Overview", 4 | "theme": { 5 | "breadcrumb": true, 6 | "footer": true, 7 | "pagination": true, 8 | "toc": false 9 | } 10 | }, 11 | "limitations": { 12 | "title": "Limitations", 13 | "theme": { 14 | "breadcrumb": false, 15 | "footer": true, 16 | "pagination": true, 17 | "toc": true 18 | } 19 | }, 20 | "error-502": { 21 | "title": "502 Error on AnythingLLM Hosted", 22 | "theme": { 23 | "breadcrumb": true, 24 | "footer": true, 25 | "pagination": true, 26 | "toc": true 27 | } 28 | }, 29 | "-- Terms & Conditions": { 30 | "type": "separator", 31 | "title": "Terms & Conditions" 32 | }, 33 | "terms-and-conditions": { 34 | "title": "Terms & Conditions", 35 | "theme": { 36 | "breadcrumb": true, 37 | "footer": true, 38 | "pagination": true, 39 | "toc": true 40 | } 41 | }, 42 | "privacy-policy": { 43 | "title": "Privacy Policy", 44 | "theme": { 45 | "breadcrumb": true, 46 | "footer": true, 47 | "pagination": true, 48 | "toc": true 49 | } 50 | } 51 | } 52 | -------------------------------------------------------------------------------- /pages/installation-desktop/storage.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "General Desktop Information" 3 | description: "General Desktop Information" 4 | --- 5 | 6 | # General information 7 | 8 | ## Where is my data located? 9 | 10 | All data pertaining to AnythingLLM Desktop will be in the following locations. Please replace `` with your 11 | device username. 12 | 13 | On Mac: 14 | `/Users//Library/Application Support/anythingllm-desktop/storage` 15 | 16 | On Linux: 17 | `~/.config/anythingllm-desktop/storage/` 18 | 19 | On Windows: 20 | `C:\Users\\AppData\Roaming\anythingllm-desktop\storage` 21 | 22 | ### What is each folder? 23 | 24 | - `lancedb`: This it where your local vector database and its tables are stored. 25 | - `documents`: This is the parsed document content of any uploaded files. 26 | - `vector-cache`: This folder is the _cached_ and embedded representation of a previous uploaded and embedded file. Its filename is hashed. 27 | - `models`: Any locally stored LLMs or Embedder models used by the system are stored here. Typically are GGUF files. 28 | - `anythingllm.db`: This is the AnythingLLM SQLite database. 29 | - `plugins`: This is the folder where your custom agent skills are stored. 30 | -------------------------------------------------------------------------------- /pages/agent-flows/blocks/write-file.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Write File" 3 | description: "Learn about the Write File block and how to use it." 4 | --- 5 | 6 | import Image from "next/image"; 7 | import { Callout } from "nextra/components"; 8 | 9 | 10 | The **Write File** block is only available on the Desktop Version (v1.8.1+) of AnythingLLM.
11 |
12 | 13 | 19 | 20 | ## Usage 21 | 22 | 23 | You can use `${variable}` string to dynamically insert the file path or file name in a fixed folder path. 24 | 25 | 26 | _This block allows you to write content to a file on the local file system. Only text output is supported._ 27 | 28 | The Write File block is used to save content to a file, which can be useful for exporting results, logging, or passing data to other applications or processes. 29 | 30 | ## Input Variables 31 | 32 | - `File Path`: The path to the file you want to write to. 33 | - `Content`: The content to write to the file. -------------------------------------------------------------------------------- /pages/setup/llm-configuration/local/localai.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Local AI LLM" 3 | description: "LocalAI is a popular open-source, API, and LLM engine that allows you to download and run any GGUF model from HuggingFace and run it on CPU or GPU." 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | Local AI LLM 15 | 16 | # Local AI LLM 17 | 18 | [LocalAI](https://localai.io) is a popular [open-source](https://github.com/mudler/LocalAI), API, and LLM engine that allows you to download and run any GGUF model from HuggingFace and run it on CPU or GPU. 19 | 20 | LocalAI supports both LLMs, Embedding models, and image-generation models. 21 | 22 | ## Connecting to Local AI 23 | 24 | LocalAI is a Docker container image that you must configure and run. 25 | 26 | You can update your model to a different model at any time in the **Settings**. 27 | 28 | Local AI LLM settings 35 | -------------------------------------------------------------------------------- /pages/setup/llm-configuration/local/lmstudio.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "LMStudio LLM" 3 | description: "LMStudio is a popular user-interface, API, and LLM engine that allows you to download any GGUF model from HuggingFace and run it on CPU or GPU." 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | LMStudio LLM 15 | 16 | # LMStudio LLM 17 | 18 | [LMStudio](https://lmstudio.ai) is a popular user-interface, API, and LLM engine that allows you to download any GGUF model from HuggingFace and run it on CPU or GPU. 19 | 20 | LMStudio is a _separate_ application that you need to download first and connect to. 21 | 22 | ## Connecting to LMStudio 23 | 24 | When running LMStudio locally, you **should** connect to LMStudio by first running the built-in inference server. 25 | 26 | You can update your model to a different model at any time in the **Settings**. 27 | 28 | LMStudio LLM 35 | -------------------------------------------------------------------------------- /pages/changelog/v1.6.11.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "v1.6.11" 3 | description: "AnythingLLM Desktop v.1.6.11 Changelog" 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | 16 | 17 | AnythingLLM Changelog v1.6.11 24 | 25 | ## What's New: 26 | 27 | - [x] Internal Ollama bumped to 0.4.3 28 | - [x] Text size setting now changes font size in prompt input 29 | - [x] Added support for Mistral Embedding 30 | 31 | ## Other Improvements: 32 | 33 | - [x] Bumped Gemini Models 34 | - [x] Bumped TogetherAI Models 35 | - [x] Added Vietnamese partial translation 36 | - [x] MaxConcurrentChunks Setting for Generic OpenAI Embedder is now configurable 37 | 38 | ## Bug Fixes: 39 | 40 | - [x] Sidebar width changing when going between workspaces 41 | 42 | ## What's Next: 43 | 44 | - Community Hub for Agent skills, workspace sharing, and more. [Pull Request #2555](https://github.com/Mintplex-Labs/anything-llm/pull/2555) 45 | -------------------------------------------------------------------------------- /pages/agent-flows/blocks/read-file.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Read File" 3 | description: "Learn about the Read File block and how to use it." 4 | --- 5 | 6 | import Image from "next/image"; 7 | import { Callout } from "nextra/components"; 8 | 9 | 10 | The **Read File** block is only available on the Desktop Version (v1.8.1+) of AnythingLLM.
11 |
12 | 13 | 19 | 20 | ## Usage 21 | 22 | 23 | You can use `${variable}` string to dynamically insert the file path or file name in a fixed folder path. 24 | 25 | 26 | _This block allows you to read a file from the local file system. Only text file types are supported._ 27 | 28 | The Read File block is used to read the contents of a file and store the result in a variable for use in subsequent blocks. This is useful for workflows that require file input or need to process file data. 29 | 30 | ## Input Variables 31 | 32 | - `File Path`: The path to the file you want to read. 33 | - `Result Variable`: The variable to store the file content. -------------------------------------------------------------------------------- /pages/licences.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Licences" 3 | description: "Licences for AnythingLLM Documentation" 4 | --- 5 | 6 | import { Cards, Card } from "nextra/components"; 7 | 8 | # Licences 9 | 10 | This website utilizes open-source software components that are licensed under the MIT License. 11 | 12 | The full text of the MIT License is available in the [license.txt](/licence.txt) file on this website. 13 | 14 | The open-source components used in this project, along with their respective license information, are listed below: 15 | 16 | ## AnythingLLM Docs 17 | 18 | 19 | 20 | 21 | 22 | 26 | 27 | 28 | 29 | 30 | 31 | ## Contact 32 | 33 | If you have concerns about the use of any copyrighted material on this website, please send an email to **team@mintplexlabs.com** with a clear explanation and the content that needs to be removed, and we will address it promptly. 34 | 35 | ## Attribution 36 | 37 | This template is based on the Vercel Nextra template. 38 | -------------------------------------------------------------------------------- /pages/changelog/v1.6.10.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "v1.6.10" 3 | description: "AnythingLLM Desktop v.1.6.10 Changelog" 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | 16 | 17 | AnythingLLM Changelog v1.6.10 24 | 25 | ## What's New: 26 | 27 | - [x] Added Support for a true dark and light mode UI 28 | - [x] Internal Ollama bumped to 0.4.2 29 | - [x] Added Undo/Redo to prompt input 30 | 31 | ## Other Improvements: 32 | 33 | - [x] Fixed titlebar not being draggable on onboarding 34 | - [x] Updated VoyageAI model list 35 | - [x] Improved model list detection for LMStudio 36 | 37 | ## Bug Fixes: 38 | 39 | - [x] Fixed performance issues with long-running message windows 40 | - [x] Fixed scrollbar UI toggle not showing 41 | - [x] Fixed Bing search sessions not working 42 | 43 | ## What's Next: 44 | 45 | - Community Hub for Agent skills, workspace sharing, and more. [Pull Request #2555](https://github.com/Mintplex-Labs/anything-llm/pull/2555) 46 | -------------------------------------------------------------------------------- /pages/features/event-logs.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Event Logs" 3 | description: "All the features of AnythingLLM" 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | AnythingLLM Event Logs 15 | 16 | # Event Logs 17 | 18 | The Event Logs page in AnythingLLM allows users to view and monitor various events that occur within the application. 19 | 20 | AnythingLLM Event Logs 27 | 28 | This feature provides insights into user activities and system-related events. 29 | 30 | ## Event Types 31 | 32 | The Event Logs page captures a variety of events, such as: 33 | 34 | - User login attempts (successful and failed) 35 | - Messages sent by users 36 | - Changes made to application settings 37 | - Document uploads 38 | 39 | ## Event Details 40 | 41 | Each event in the Event Logs page includes relevant information, such as the event type, associated user (if applicable), timestamp, and any additional details specific to the event type. 42 | 43 | Useful for monitoring your AnythingLLM instance. 44 | -------------------------------------------------------------------------------- /pages/setup/embedder-configuration/local/built-in.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "AnythingLLM Default Embedder" 3 | description: "AnythingLLM ships with a built-in embedder model that runs on CPU" 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | AnythingLLM Default Embedder 16 | 17 | # AnythingLLM Default Embedder 18 | 19 | 20 | **Heads up!** 21 | 22 | This embedding model will download (25mb) on the very first embed **and** runs on CPU. You should have at least 2GB of RAM available to ensure the process does not bottleneck. 23 | 24 | 25 | 26 | AnythingLLM ships with a built-in embedder model that runs on CPU. 27 | 28 | The model is the popular [all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) model, which is primarily trained on English documents. 29 | 30 | AnythingLLM Default Embedder 37 | -------------------------------------------------------------------------------- /pages/setup/llm-configuration/local/ollama.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Ollama LLM" 3 | description: "Ollama is a popular open-source command-line tool and engine that allows you to download quantized versions of the most popular LLM chat models" 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | Ollama LLM 15 | 16 | # Ollama LLM 17 | 18 | [Ollama](https://ollama.com) is a popular [open-source](https://github.com/ollama/ollama) command-line tool and engine that allows you to download quantized versions of the most popular LLM chat models. 19 | 20 | Ollama is a _separate_ application that you need to download first and connect to. Ollama supports both running LLMs on CPU and GPU. 21 | 22 | ## Connecting to Ollama 23 | 24 | When running ollama locally, you should connect to Ollama with `http://127.0.0.1:11434` when using the default settings. 25 | 26 | You can update your model to a different model at any time in the **Settings**. 27 | 28 | Ollama LLM settings 35 | -------------------------------------------------------------------------------- /pages/agent-flows/blocks/api-call.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "API Call" 3 | description: "Learn about the API call block and how to use it." 4 | --- 5 | 6 | import Image from "next/image"; 7 | 8 | API Call 15 | 16 | ## Usage 17 | 18 | The API call block is used to make a call to an API. Here you can make a call to any API that you have access to. You can define the body, headers, and method for the API call. 19 | All of the fields are able to leverage variables so you can dynamically change the API call contents and body. 20 | 21 | ### POST body usage 22 | 23 | The body of a POST request can be a JSON, Raw text, or form data. 24 | Anywhere you want to inject a variable into the body, you can use a the `${variableName}` syntax. 25 | 26 | ```json 27 | { 28 | "variableProperty": "${variableName}", 29 | "staticProperty": "staticValue", 30 | "${variableName}": "staticValue" 31 | } 32 | ``` 33 | 34 | ## Input Variables 35 | 36 | - `URL`: The URL of the API to call. 37 | - `Method`: The HTTP method to use. 38 | - `Headers`: The headers to send with the API call. 39 | - `Body`: The body of the API call. (POST only) 40 | - `Result Variable`: The variable to store the result of the API call. 41 | -------------------------------------------------------------------------------- /pages/setup/vector-database-configuration/local/lancedb.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Lance DB Vector Database" 3 | description: "LanceDB can scale to millions of vectors all on disk with zero configuration and incredible retrieval speed." 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | Lance DB Vector Database 16 | 17 | # Lance DB Vector Database 18 | 19 | LanceDB can scale to millions of vectors all on disk with zero configuration and incredible retrieval speed. 20 | 21 | 22 | **HEADS UP!** 23 | 24 | By default, AnythingLLM will use an open-source on-instance of [LanceDB](https://lancedb.com/) vector database so that your document text and embeddings never leave the AnythingLLM application. 25 | 26 | 27 | 28 | ## Connecting to Lance DB 29 | 30 | There is no configuration or options required for LanceDB 31 | 32 | Lance DB Vector Database Settings 39 | -------------------------------------------------------------------------------- /pages/changelog/v1.7.7.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "v1.7.7" 3 | description: "AnythingLLM Desktop v.1.7.7 Changelog" 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | 16 | 17 | AnythingLLM Changelog v1.7.7 24 | 25 | ## Improvements: 26 | 27 | - [x] Bumped LanceDB to 0.15.0 for improved performance and memory usage 28 | 29 | ## Bug Fixes: 30 | 31 | - [x] Resolved issue where internal LLM would hang when a chat was sent and then the user waited 10+ to send another message 32 | 33 | ## Pinned Download Links 34 | 35 | - Mac (x86_64) [Download](https://cdn.anythingllm.com/legacy/1.7.7/AnythingLLMDesktop.dmg) 36 | - Mac (Apple Silicon) [Download](https://cdn.anythingllm.com/legacy/1.7.7/AnythingLLMDesktop-Silicon.dmg) 37 | - Windows [Download](https://cdn.anythingllm.com/legacy/1.7.7/AnythingLLMDesktop.exe) 38 | - Windows (ARM) [Download](https://cdn.anythingllm.com/legacy/1.7.7/AnythingLLMDesktop-Arm64.exe) 39 | - Linux (x86_64) [Download](https://cdn.anythingllm.com/legacy/1.7.7/AnythingLLMDesktop.AppImage) -------------------------------------------------------------------------------- /pages/setup/embedder-configuration/cloud/azure-openai.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Azure OpenAI Embedder" 3 | description: "Microsoft Azure OpenAI offers the same embedding models the base OpenAI provider does, but running on your Azure account." 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | Azure OpenAI Embedder 16 | 17 | # Azure OpenAI Embedder 18 | 19 | Microsoft Azure OpenAI offers the same embedding models the base [OpenAI provider](openai) does, but running on your Azure account with all privacy and agreements pertaining to that subscription. 20 | 21 | ## Connecting to Azure OpenAI 22 | 23 | 24 | **Valid account setup required!** 25 | 26 | You must have a valid [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) subscription set up to use this integration. 27 | 28 | 29 | 30 | You can update your model to a different model at any time in the **Settings**. 31 | 32 | Azure OpenAI Embedder 39 | -------------------------------------------------------------------------------- /pages/setup/embedder-configuration/cloud/cohere.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Cohere Embedder" 3 | description: "Cohere provides industry-leading large language models (LLMs) and Embedding models tailored to meet the needs of enterprise use cases that solve real-world problems" 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | Cohere Embedder 16 | 17 | # Cohere Embedder 18 | 19 | [Cohere](https://cohere.com/) provides industry-leading large language models (LLMs) and Embedding models tailored to meet the needs of enterprise use cases that solve real-world problems 20 | 21 | ## Connecting to Cohere 22 | 23 | 24 | **Valid API Key required!** 25 | 26 | You must obtain a valid API key from [Cohere.com](https://cohere.com/) to use this integration. 27 | 28 | 29 | 30 | All Cohere models are currently available for use with AnythingLLM. 31 | 32 | You can update your model to a different model at any time in the **Settings**. 33 | 34 | Cohere Embedder 41 | -------------------------------------------------------------------------------- /pages/changelog/v1.7.1.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "v1.7.1" 3 | description: "AnythingLLM Desktop v.1.7.1 Changelog" 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | 16 | 17 | AnythingLLM Changelog v1.7.1 24 | 25 | ## What's New: 26 | 27 | - [x] Token tracking metrics (time spent, tokens per second, etc.) on chats in workspace 28 | - [x] Fine-tuning flow support fully deprecated - to be replaced by local fine-tuning 29 | - [x] API improvements for workspace creation 30 | - [x] Add `GitLab` to watchable documents 31 | - [x] Add vector search API endpoint 32 | - [x] Ability to show/hide sidebar (cmd/ctrl + Shift + S) 33 | 34 | ## Improvements: 35 | 36 | - [x] Gemini `/models` support 37 | - [x] Internal Ollama bumped to 0.5.4 38 | - [x] Deletion of current thread will not automatically re-route to default thread 39 | 40 | ## Bug Fixes: 41 | 42 | - [x] User confirmation to reset all workspaces and clear document cache when changing embedding model or vector database - prevents accidental lockup of workspaces due to dimension mismatch 43 | - [x] Light mode table styles not showing headers 44 | -------------------------------------------------------------------------------- /pages/setup/llm-configuration/cloud/openai.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "OpenAI LLM" 3 | description: "OpenAI is the most popular closed-source option for many AnythingLLM users" 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | OpenAI LLM 16 | 17 | # OpenAI LLM 18 | 19 | [OpenAI](https://OpenAI.com) is the most popular closed-source option for many AnythingLLM users. 20 | 21 | We support all of the current chat models for System, Workspace, and Agent execution. 22 | 23 | ## Connecting to OpenAI 24 | 25 | 26 | **Valid API Key required!** 27 | 28 | You must obtain a valid API key from [platform.openai.com](https://platform.openai.com) for this integration to work. 29 | 30 | Ensure you also have attached a billing account or you may still be unable to use this provider. 31 | 32 | 33 | 34 | All OpenAI models are currently available for use with AnythingLLM. 35 | 36 | You can update your model to a different model at any time in the **Settings**. 37 | 38 | OpenAI LLM settings 45 | -------------------------------------------------------------------------------- /pages/setup/transcription-model-configuration/local/built-in.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "AnythingLLM Default Transcription Model" 3 | description: "AnythingLLM ships with a built-in LLM engine and provider that enables you to download popular and highly-rated LLMs like LLama-3, Phi-3 and more that can run locally on your CPU and GPU." 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | AnythingLLM Default Transcription Model 16 | 17 | # AnythingLLM Default Transcription Model 18 | 19 | 20 | **Note:** 21 | 22 | Using the local whisper model on machines with limited RAM or CPU can stall AnythingLLM when processing media files. 23 | We recommend at least 2GB of RAM and upload files less than 10MB. 24 | 25 | 26 | 27 | AnythingLLM ships with a built-in Transcription Model [Xenova Whisper](https://huggingface.co/Xenova/whisper-small) which will automatically download on the first use. 28 | 29 | AnythingLLM Default Transcription Model Settings 36 | -------------------------------------------------------------------------------- /pages/agent/overview.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "AI Agents" 3 | description: "What are AI Agents in AnythingLLM and how to use them?" 4 | --- 5 | 6 | import { Cards, Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | import { Card } from "../../components/card"; 9 | 10 | AnythingLLM AI Agents 17 | 18 | # AI Agents 19 | 20 | Agents are basically an LLM that has access to some simple tools. We will be adding much more customization in this area soon. 21 | 22 | All agents share the same tools across workspaces, but operate within the workspace they were invoked via `@agent`. 23 | 24 | ## Quick Links 25 | 26 | 27 | 28 | AnythingLLM Github Issues 35 | 36 | 37 | 38 | AnythingLLM Discord Community 45 | 46 | 47 | 48 | 49 | 55 | -------------------------------------------------------------------------------- /pages/setup/transcription-model-configuration/cloud/openai.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "OpenAI Transcription Model" 3 | description: "AnythingLLM ships with a built-in LLM engine and provider that enables you to download popular and highly-rated LLMs like LLama-3, Phi-3 and more that can run locally on your CPU and GPU." 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | OpenAI Transcription Model 16 | 17 | # OpenAI Transcription Models 18 | 19 | [OpenAI](https://OpenAI.com) is the most popular closed-source option for many AnythingLLM users. 20 | 21 | ## Connecting to OpenAI 22 | 23 | 24 | **Valid API Key required!** 25 | 26 | You must obtain a valid API key from [platform.openai.com](https://platform.openai.com) for this integration to work. 27 | 28 | Ensure you also have attached a billing account or you may still be unable to use this provider. 29 | 30 | 31 | 32 | All OpenAI transcription models are currently available for use with AnythingLLM. 33 | 34 | OpenAI Transcription Model 41 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "anythingllm-docs", 3 | "version": "1.1.0", 4 | "description": "AnythingLLM Documentation", 5 | "scripts": { 6 | "dev": "next dev --port 3333", 7 | "img": "node scripts/compress-images.mjs", 8 | "build": "next build", 9 | "start": "next start", 10 | "lint": "yarn prettier --ignore-path .prettierignore --write ./pages" 11 | }, 12 | "repository": { 13 | "type": "git", 14 | "url": "git+https://github.com/Mintplex-Labs/anythingllm-docs.git" 15 | }, 16 | "author": "Mintplex Labs", 17 | "license": "MIT", 18 | "bugs": { 19 | "url": "https://github.com/Mintplex-Labs/anythingllm-docs/issues" 20 | }, 21 | "homepage": "https://github.com/Mintplex-Labs/anythingllm-docs#readme", 22 | "dependencies": { 23 | "@next/third-parties": "^14.2.3", 24 | "@vercel/og": "^0.6.2", 25 | "next": "^14.2.10", 26 | "nextra": "^2.13.4", 27 | "nextra-theme-docs": "latest", 28 | "react": "^18.2.0", 29 | "react-dom": "^18.2.0", 30 | "sharp": "^0.33.3" 31 | }, 32 | "devDependencies": { 33 | "@svgr/webpack": "^8.1.0", 34 | "@types/node": "18.11.10", 35 | "imagemin": "^9.0.0", 36 | "imagemin-mozjpeg": "^10.0.0", 37 | "imagemin-pngquant": "^10.0.0", 38 | "prettier": "^3.2.5", 39 | "typescript": "^4.9.3" 40 | }, 41 | "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" 42 | } -------------------------------------------------------------------------------- /pages/setup/llm-configuration/cloud/google-gemini.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Google Gemini LLM" 3 | description: "Google Gemini Pro is a model that runs with GPT equivalent responses and currently is free to use." 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | Google Gemini LLM 16 | 17 | # Google Gemini LLM 18 | 19 | [Google Gemini Pro](https://ai.google.dev/) is a model that runs with GPT equivalent responses and currently is free to use - you just need to sign up for an API key. 20 | 21 | ## Connecting to Google Gemini 22 | 23 | 24 | **Valid API Key required!** 25 | 26 | You must obtain a valid API key from [ai.google.dev](https://ai.google.dev/) for this integration to work. 27 | 28 | 29 | 30 | Like other LLM providers, the Chat Model Selection dropdown will automatically populate when your API key is entered. 31 | 32 | All Google Gemini models are currently available for use with AnythingLLM. 33 | 34 | You can update your model to a different model at any time in the **Settings**. 35 | 36 | Google Gemini LLM settings 43 | -------------------------------------------------------------------------------- /pages/setup/llm-configuration/local/built-in.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "AnythingLLM Default LLM" 3 | description: "AnythingLLM ships with a built-in LLM engine and provider that enables you to download popular and highly-rated LLMs like LLama-3, Phi-3 and more that can run locally on your CPU and GPU." 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | AnythingLLM Default LLM 16 | 17 | # AnythingLLM Default LLM 18 | 19 | 20 | **DESKTOP ONLY!** 21 | 22 | This default llm provider feature is only present on Desktop Version of AnythingLLM 23 | 24 | 25 | 26 | AnythingLLM ships with a built-in LLM engine and provider that enables you to download popular and highly-rated LLMs like LLama-3, Phi-3 and more that can run locally on your CPU and GPU. 27 | 28 | When you boot up AnythingLLM Desktop you will be able to select the model you wish to download. Its progress will be tracked in the top-right of the application window. 29 | 30 | You can update your model to a different model at any time in the **Settings**. 31 | 32 | AnythingLLM Default LLM 39 | -------------------------------------------------------------------------------- /components/icons/table.svg: -------------------------------------------------------------------------------- 1 | 8 | 13 | 14 | -------------------------------------------------------------------------------- /pages/setup/llm-configuration/cloud/groq.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Groq LLM" 3 | description: "Groq AI is a model provider popular for pioneering the fastest way to run open-source models." 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | Groq LLM 16 | 17 | # Groq LLM 18 | 19 | [Groq](https://groq.com) is a model provider popular for pioneering the fastest way to run open-source models. 20 | 21 | This provider enables you to get near-instant replies back from your LLM. 22 | 23 | If speed is your primary concern - there is no competition. 24 | 25 | ## Connecting to Groq 26 | 27 | 28 | **Valid API Key required!** 29 | 30 | You must obtain a valid API key from [Groq AI](https://wow.groq.com/) for this integration to work. 31 | 32 | 33 | 34 | Like other LLM providers, the Chat Model Selection dropdown will automatically populate when your API key is entered. 35 | 36 | All Groq models are currently available for use with AnythingLLM. 37 | 38 | You can update your model to a different model at any time in the **Settings**. 39 | 40 | Groq LLM settings 47 | -------------------------------------------------------------------------------- /pages/setup/llm-configuration/cloud/anthropic.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Anthropic LLM" 3 | description: "Anthropic is a model provider popular for hosting models like Claude-3 that boast much larger context windows and high-end performance." 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | Anthropic LLM 16 | 17 | # Anthropic LLM 18 | 19 | [Anthropic](https://Anthropic.com) is a model provider popular for hosting models like Claude-3 that boast much larger context windows and high-end performance. 20 | 21 | ## Connecting to Anthropic 22 | 23 | 24 | **Valid API Key required!** 25 | 26 | You must obtain a valid API key from [console.anthropic.com](https://console.anthropic.com/) for this integration to work. 27 | 28 | 29 | 30 | Like other LLM providers, the Chat Model Selection dropdown will automatically populate when your API key is entered. 31 | 32 | All Anthropic models are currently available for use with AnythingLLM. 33 | 34 | You can update your model to a different model at any time in the **Settings**. 35 | 36 | Anthropic LLM settings 43 | -------------------------------------------------------------------------------- /pages/setup/llm-configuration/cloud/cohere.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Cohere LLM" 3 | description: "Cohere provides industry-leading large language models (LLMs) and RAG capabilities tailored to meet the needs of enterprise use cases that solve real-world problems" 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | Cohere LLM 16 | 17 | # Cohere LLM 18 | 19 | [Cohere](https://cohere.com/) provides industry-leading large language models (LLMs) and RAG capabilities tailored to meet the needs of enterprise use cases that solve real-world problems 20 | 21 | ## Connecting to Cohere 22 | 23 | 24 | **Valid API Key required!** 25 | 26 | You must obtain a valid API key from [Cohere.com](https://cohere.com/) for this integration to work. 27 | 28 | 29 | 30 | Like other LLM providers, the Chat Model Selection dropdown will automatically populate when your API key is entered. 31 | 32 | All Cohere models are currently available for use with AnythingLLM. 33 | 34 | You can update your model to a different model at any time in the **Settings**. 35 | 36 | Cohere LLM settings 43 | -------------------------------------------------------------------------------- /pages/setup/llm-configuration/cloud/hugging-face.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "HuggingFace LLM" 3 | description: "HuggingFace is where the world puts open-source LLMs and other AI models online." 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | Hugging Face LLM 16 | 17 | # HuggingFace LLM 18 | 19 | [HuggingFace](https://huggingface.co) is where the world puts open-source LLMs and other AI models online. 20 | 21 | All of the raw model files of over 100,000 LLMs can be found here and run while connected to AnythingLLM. 22 | 23 | ## Connecting to Hugging Face 24 | 25 | 26 | **Valid Configuration required!** 27 | 28 | This integration is specific to the HuggingFace serverless inference service that HuggingFace runs. 29 | 30 | 31 | 32 | 33 | **Tip:** 34 | 35 | This integration works best when a model's chat template is defined. You may get unexpected results otherwise. 36 | 37 | 38 | 39 | You can update your model to a different model at any time in the **Settings**. 40 | 41 | Hugging Face LLM settings 48 | -------------------------------------------------------------------------------- /pages/setup/llm-configuration/cloud/azure-openai.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Azure OpenAI LLM" 3 | description: "Use GPT models in a private and enterprise environment that is managed by Microsoft." 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | Azure OpenAI LLM 16 | 17 | # Azure OpenAI LLM 18 | 19 | Microsoft Azure OpenAI offers the same LLM models the base [OpenAI provider](openai) does, but running on your Azure account with all privacy and agreements pertaining to that subscription. 20 | 21 | ## Connecting to Azure OpenAI 22 | 23 | 24 | **Valid account setup required!** 25 | 26 | You must have a valid [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) subscription set up to use this integration. 27 | 28 | 29 | 30 | It is possible to use Microsoft Azure for your LLM chat model. 31 | 32 | This allows you to use GPT models in a private and enterprise environment that is managed by Microsoft. 33 | 34 | You can update your model to a different model at any time in the **Settings**. 35 | 36 | Azure OpenAI LLM settings 43 | -------------------------------------------------------------------------------- /pages/changelog/v1.8.4.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "v1.8.4" 3 | description: "AnythingLLM Desktop v.1.8.4 Changelog" 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | 8 | ## Improvements: 9 | 10 | - [x] Search for Workspaces and Threads in the sidebar 11 | - [x] Sticky codeblock header while scrolling for easy copy 12 | - [x] Obsidian connector for desktop is live 13 | - [x] SQL Preflight connection check **before** saving as agent skill item 14 | - [x] Encrypted MSSQL connection strings support 15 | 16 | ## Bug Fixes: 17 | 18 | - [x] Fixed issue with false positive for AntiVirus softwares (mostly Bitdefender) 19 | - [x] Fixed Font size UI bug causing layout shift 20 | - [x] Fixed Max codeblock width as long strings would overflow the UI 21 | - [x] Fixed Youtube folder name bug where title had odd characters 22 | - [x] Added Legal/TOS link in sidebar 23 | - [x] Fixed chunk parser log 24 | - [x] Fixed BigInt Bug handler with some providers who return BigInts (?) 25 | 26 | ## Pinned Download Links 27 | 28 | **Revision 1.8.4:** 29 | - Mac (x86_64) [Download](https://cdn.anythingllm.com/legacy/1.8.4/AnythingLLMDesktop.dmg) 30 | - Mac (Apple Silicon) [Download](https://cdn.anythingllm.com/legacy/1.8.4/AnythingLLMDesktop-Silicon.dmg) 31 | - Windows [Download](https://cdn.anythingllm.com/legacy/1.8.4/AnythingLLMDesktop.exe) 32 | - Windows (ARM) [Download](https://cdn.anythingllm.com/legacy/1.8.4/AnythingLLMDesktop-Arm64.exe) 33 | - Linux (x86_64) [Download](https://cdn.anythingllm.com/legacy/1.8.4/AnythingLLMDesktop.AppImage) -------------------------------------------------------------------------------- /pages/privacy.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Privacy" 3 | description: "Privacy policy for AnythingLLM Documentation" 4 | --- 5 | 6 | # Privacy 7 | 8 | This website utilizes [Google Analytics](https://marketingplatform.google.com/about/analytics/) to gather anonymous usage data to help us improve the site and provide a better experience for our visitors. 9 | 10 | ## Google Analytics 11 | 12 | Google Analytics is a web analytics service provided by Google that tracks and reports website traffic. 13 | 14 | The data collected by Google Analytics is anonymized and does not personally identify individual visitors. This data is used solely to analyze website usage and trends to make improvements to the website. 15 | 16 | For more information on how Google uses data collected through Google Analytics, please refer to the Google Analytics [Terms of Service](https://marketingplatform.google.com/about/analytics/terms/us/). 17 | 18 | ## Your Privacy 19 | 20 | We do not collect, store or share any personally identifiable information about our visitors. The only data we have access to is the anonymous usage data provided by Google Analytics. 21 | 22 | We do not sell or share any user data with third parties. Your privacy is important to us and we are committed to ensuring the security and confidentiality of any information you provide while using this website. 23 | 24 | ## Contact 25 | 26 | If you have any questions or concerns about our privacy practices, please don't hesitate to contact us by sending an email to **Team@Mintplexlabs.com** 27 | -------------------------------------------------------------------------------- /pages/agent-flows/blocks/_meta.json: -------------------------------------------------------------------------------- 1 | { 2 | "intro": { 3 | "title": "Overview", 4 | "display": "hidden", 5 | "theme": { 6 | "breadcrumb": true, 7 | "footer": true, 8 | "pagination": true, 9 | "toc": true 10 | } 11 | }, 12 | "default-blocks": { 13 | "title": "Default Blocks", 14 | "display": "hidden", 15 | "theme": { 16 | "breadcrumb": true, 17 | "footer": true, 18 | "pagination": true, 19 | "toc": true 20 | } 21 | }, 22 | "web-scraper": { 23 | "title": "Web Scraper", 24 | "theme": { 25 | "breadcrumb": true, 26 | "footer": true, 27 | "pagination": true, 28 | "toc": true 29 | } 30 | }, 31 | "api-call": { 32 | "title": "API Call", 33 | "theme": { 34 | "breadcrumb": true, 35 | "footer": true, 36 | "pagination": true, 37 | "toc": true 38 | } 39 | }, 40 | "llm-instruction": { 41 | "title": "LLM Instruction", 42 | "theme": { 43 | "breadcrumb": true, 44 | "footer": true, 45 | "pagination": true, 46 | "toc": true 47 | } 48 | }, 49 | "read-file": { 50 | "title": "Read File", 51 | "theme": { 52 | "breadcrumb": true, 53 | "footer": true, 54 | "pagination": true, 55 | "toc": true 56 | } 57 | }, 58 | "write-file": { 59 | "title": "Write File", 60 | "theme": { 61 | "breadcrumb": true, 62 | "footer": true, 63 | "pagination": true, 64 | "toc": true 65 | } 66 | } 67 | } 68 | -------------------------------------------------------------------------------- /pages/setup/llm-configuration/cloud/openrouter.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "OpenRouter LLM" 3 | description: "OpenRouter is a model provider popular for hosting open-source LLM models with zero infra all in one simple place" 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | OpenRouter LLM 16 | 17 | # OpenRouter LLM 18 | 19 | [OpenRouter](https://openrouter.ai) is a model provider popular for hosting open-source LLM models with zero infra all in one simple place. 20 | 21 | The minute a new model is live - it will appear on OpenRouter first. 22 | 23 | ## Connecting to OpenRouter 24 | 25 | 26 | **Valid API Key required!** 27 | 28 | You must obtain a valid API key from [openrouter.ai](https://openrouter.ai/) for this integration to work. 29 | 30 | 31 | 32 | Like other LLM providers, the Chat Model Selection dropdown will automatically populate when your API key is entered. 33 | 34 | All OpenRouter models are currently available for use with AnythingLLM. 35 | 36 | You can update your model to a different model at any time in the **Settings**. 37 | 38 | OpenRouter LLM settings 45 | -------------------------------------------------------------------------------- /pages/beta-preview/overview.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "AnythingLLM Beta Previews" 3 | description: "Access cutting-edge beta previews and features of AnythingLLM" 4 | --- 5 | 6 | import { Callout, Cards } from "nextra/components"; 7 | import Image from "next/image"; 8 | import { Card } from "../../components/card"; 9 | 10 | 16 | 17 | AnythingLLM Beta Previews 24 | 25 | # What are beta previews? 26 | 27 | Beta previews of AnythingLLM are versions _or_ features of AnythingLLM that are either: 28 | 29 | - In active development 30 | - Unstable or untested 31 | - Features that are not fully completed, but are looking for feedback from the community. 32 | 33 | # Types of beta previews 34 | 35 | There a few ways we may publish beta previews of AnythingLLM: 36 | 37 | - As a fully separated Docker image 38 | - A special publication of the [desktop application](/installation-desktop/macos) 39 | - A hidden feature already present in the AnythingLLM Application 40 | 41 | # How can I access a beta preview or feature? 42 | 43 | 44 | 45 | 51 | 52 | 53 | -------------------------------------------------------------------------------- /pages/setup/embedder-configuration/local/ollama.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Ollama Embedder" 3 | description: "Ollama supports the running of both LLMs and embedding models." 4 | --- 5 | 6 | import { Callout } from "nextra/components"; 7 | import Image from "next/image"; 8 | 9 | Ollama Embedder 16 | 17 | # Ollama Embedder 18 | 19 | 20 | **Heads up!** 21 | 22 | Ollama's `/models` endpoint will show both LLMs and Embedding models in the dropdown selection. **Please** ensure you are using an embedding model for embedding. 23 | 24 | **llama2** for example, is an LLM. Not an embedder. 25 | 26 | 27 | 28 | ## Connecting to Ollama 29 | 30 | When running ollama locally, you should connect to Ollama with `http://127.0.0.1:11434` when using the default settings. 31 | 32 | [Ollama](https://ollama.com) supports the running of both LLMs **and** embedding models. 33 | 34 | Please download the relevant embedding model you wish to use and select that during onboarding or in **Settings** to have your uploaded documents embed via Ollama. 35 | 36 | You can update your model to a different model at any time in the **Settings**. 37 | 38 | Ollama Embedder 45 | -------------------------------------------------------------------------------- /pages/changelog/overview.mdx: -------------------------------------------------------------------------------- 1 | --- 2 | title: "Desktop Changelog Overview" 3 | description: "AnythingLLM Deskop Changelog" 4 | --- 5 | 6 | import { Cards } from "nextra/components"; 7 | import Image from "next/image"; 8 | import Link from "next/link"; 9 | import META from "./_meta.json"; 10 | import { Card } from "../../components/card"; 11 | 12 | AnythingLLM Changelog 19 | 20 | # Desktop Changelogs 21 | 22 | We're using this log to jot down everything we've finished working on. It helps us see the progress we've made. This changelog is only tracking the changes in the AnythingLLM Desktop App. 23 | 24 | You can read the recent changelogs by clicking the cards below: 25 | 26 | 27 | {Object.keys(META) 28 | .filter(function (key) { 29 | return key.startsWith("v"); 30 | }) 31 | .map(function (tag) { 32 | return ( 33 | 34 | {`AnythingLLM 41 | 42 | ); 43 | })} 44 | 45 | 46 | 47 | 53 | --------------------------------------------------------------------------------