Build my own AI Assistant pack

Just wondering if it is possible to create my own AI assistant pack in coda. If yes, what are the possible requirements I should have when building one?

Hey there!

Can you clarify what you mean?

There is already a pack for OpenAI and Coda is coming out with native Ai integrations very shortly as well

Hi @Scott_Collier-Weir thanks for your response! Just wondering if I could make something like Coherent Assistant pack. Refer to this link (Coherent assistant Pack, extend Coda with Coherent... | Coda)

Yes. The Cohere API is able to access the same basic functions that Coda used in earlier AI Packs and those I’ve used since 2021 to integrate AI functions into Coda. There is no limit to using Cohere, or any LLM that is open source to provide integrated AI functionality in Coda. I have successfully done this using PaLM (from Google).

2 Likes

Wanted to ask if this Cohere pack it’s still active. Testing it seems an error come out from the formula.
I’m interested to augment Coda so to being able to generate a new specific document (i.e. safety evaluation), filling his paragraphs based on a past knowledge base (using RAG/NER/topics modelling) and user prompts to guide the generation for specific needs.

I’m also prototyping my assistant using Flowise + Anthropic LLM, so that I wanted to ask how can I POST the text written in a Coda text block to the flowise API endpoint (like
https://your-flowise-domain>/api/vversion>/your-flow-id>/your-endpoint>) and most importantly how to parse the resulting answer so to show place it in a new Coda text block.