This plugin syncs files from your Obsidian vault to your Anything LLM instance.
Anything LLM is an excellent local LLM chatbot and knowledge base tool. Information about it can be found here: https://anythingllm.com/
To use this plugin, you need to configure it with an API token and the root URL of your Anything LLM instance.
- Open your Anything LLM instance.
- Go to
Settings>Developer Options. - Generate a new API Key.
- Copy the API key.
- Open Obsidian and go to
Settings. - Find "Anything Obsidian Plugin" in the
Community Pluginssection. - Paste your Anything LLM API key into the "API Key" field.
- Enter the URL for your Anything LLM instance in the "Anything LLM Root URL" field (e.g.,
http://localhost:3001). - Test the connection to ensure the API key and URL are correct.
- Discover Workspaces: In the plugin settings, click the "Discover" button to fetch all available workspaces from your Anything LLM instance.
- Select Workspaces: In the "Send To" section, toggle the workspaces you want to send files to. You can select one or more workspaces.
- Upload a File:
- Open the file you want to upload in Obsidian.
- Open the command palette (Ctrl+P or Cmd+P).
- Search for and select the "Upload active file to Anything LLM" command.
- A notification will appear confirming the success or failure of the upload.
- Copy over
main.js,styles.css,manifest.jsonto your vaultVaultFolder/.obsidian/plugins/your-plugin-id/.
Thanks is given to the Anything LLM team and the Obsidian team for their products. No claim is made upon their property.