AnythingLLM
Retrieval Augmented Generation (RAG) with LLM and Vector DB that can be local for full data privacy or cloud-based for greater functionality. Prompts and responses can be scanned for security issues using Prisma Airs. APIs are documented at: <Anything LLM URL> /api/docs Product documentation: https://docs.useanything.com/
Utilities · Anything LLM
Configuration parameters
url— AnythingLLM URL (e.g., http://<url to local AnythingLLM>:3001) or https://<Anything LLM cloud url> (required)apikey— AnythingLLM API Key (required)cf_auth— Cloudflare Access Client Idairs_url— AIRS API URLairs_apikey—airs_scan_prompt— Sync Scan LLM Prompts with AIRSairs_scan_response— Sync Scan LLM Response with AIRSairs_profile— AIRS Profile Name for Scan Requestsairs_app— AIRS Application Name for Scan Requestsairs_user— AIR User for Scan Requestsairs_model— Anything LLM Model in use
Commands (23)
-
anyllm-document-createfolderCreate a new document folder.
-
anyllm-document-deleteDelete a document.
-
anyllm-document-getGet a specific document details.
-
anyllm-document-listList all document details.
-
anyllm-document-moveMove a document from a source folder to a destination folder.
-
anyllm-document-upload-fileUploads an XSOAR file entry to the custom-documents folder.
-
anyllm-document-upload-linkUploads a web link to the custom-documents folder.
-
anyllm-document-upload-textUpload text content as a document to the custom-documents folder.
-
anyllm-scan-requestPerform an AI security scan of a request with AIRS.
-
anyllm-workspace-add-embeddingAdd a document to a workspace and create its vector embedding in the workspace.
-
anyllm-workspace-chatSend a chat message to a workspace (default thread). Query mode is based on embedded documents in chat, whereas chat mode is more general.
-
anyllm-workspace-deleteDeletes an AnythingLLM workspace.
-
anyllm-workspace-delete-embeddingDelete a document embedding from the workspace.
-
anyllm-workspace-getGet a specific workspace details.
-
anyllm-workspace-listList all the workspaces in AnythingLLM.
-
anyllm-workspace-newCreates a new workspace in AnythingLLM.
-
anyllm-workspace-pinSet the pinned status of a document embedding.
-
anyllm-workspace-settingsUpdate workspace settings. Anything LLM APIs are documented at: <URL>/api/docs.
-
anyllm-workspace-stream-chatSend a stream chat message to a workspace (default thread). Query mode is based on embedded documents in chat, whereas chat mode is more general.
-
anyllm-workspace-thread-chatSend a chat a message to a conversation thread.
-
anyllm-workspace-thread-chatsGet the conversation for a workspace thread.
-
anyllm-workspace-thread-deleteDelete a thread in a workspace.
-
anyllm-workspace-thread-newCreate a new conversation thread.