- A way to keep my Pickaxe KB in sync automatically whenever I update the Google Doc
- Ideally, I’d love to just point Pickaxe at a Doc URL or use a webhook/API so the system pulls the latest content on a schedule
- If anyone has built a pipeline or script (e.g., using the Google Docs API, Apps Script, or Pickaxe ingestion API) to automate this, I’d greatly appreciate examples or guidance
Currently, with no API access from Pickaxe, one efficient way would be to create database in Notion > publish the Notion DB to a custom domain > add the published Notion DB URL to your Pickaxe’ DB.
Is this something that will be implemented in built in the months to come?
I’ve tried this, and had a similar post about it last week. It unfortunately doesn’t work. Nor with publishing links from Craft docs.
There is not an easy way to add a file to the Knowledge Base that is automatically updated/re-indexed.
However some users have their own external database (for example, a CRM on airtable or a proprietary mongoDB database) and they will connect it as an Action. That means the Pickaxe will query the database anew each time the Action is triggered. It will not be accessing the database via our Knowledge Base system (which uses RAG) but just directly through your Action.
Thank you all I will look into this
Another way would be a timed Make scenario that checks on your DB (Airtable or Google Sheet) whenever a user input comes through as a payload through a Make webhook.