Asyntai16 downloadsSend your notes to the Asyntai AI chatbot knowledge base, ask it questions, and read your website chats and leads.
Turn your notes into the knowledge base of your website chatbot.
Asyntai is an AI chat assistant for websites. It answers visitors from your own content, in more than 80 languages, day and night. This plugin connects your Obsidian vault to it.
/ for the whole vault.The status bar shows how many notes are in the knowledge base.
The plugin sends the text of the note, with the front matter removed and the Markdown syntax turned into plain text. Links keep their label, embeds and images are dropped. The title is the title front matter field, or else the file name. A note shorter than 120 characters is skipped.
The plugin remembers which knowledge base entry belongs to which note in its own data.json, so an edit replaces the entry instead of adding a second one.
The plugin talks to the Asyntai API at asyntai.com: it sends the notes in the folders you choose, and it reads your chatbot's answers, website chats and leads. It needs an Asyntai account on the Starter plan or higher.
https://asyntai.com/documentation/integrations/obsidian/
npm install
npm run build # main.js
npm test # offline tests
npm run test:live # against a running Asyntai server, see tests/live.test.mjs
MIT