Christopher30
Christopher30
BBuildShip
Created by Christopher30 on 12/20/2024 in #❓・buildship-help
Each pdf page turned into image
I have a specific use case where I would need a node(s) which can: download the pdf file and turn each page of that pdf into .png or .jpeg file and then save it on database (preferrably outside Buildships provided storage). I have tried it before on Buildship, but didn't succeed. Maybe someone has done something similar using Buildship?
4 replies
BBuildShip
Created by Christopher30 on 11/24/2024 in #❓・buildship-help
Working with Supabase & Buildship
On V2 we need to provide API key (as secret) for connecting to Supabase. However, if you are using RLS (as you should) you won't be able to do anything with your database. I tried to add service role API key instead, but it didn't work (service role should bypass the RLS). Any suggestions what could be solution here? P.S. I know there are nodes with user tokens, but in this case, workflow would not be triggered by an authenticated user.
4 replies
BBuildShip
Created by Christopher30 on 11/19/2024 in #❓・buildship-help
Sending data from Tally
No description
12 replies
BBuildShip
Created by Christopher30 on 11/16/2024 in #❓・buildship-help
Where does downloaded files go?
No description
4 replies
BBuildShip
Created by Christopher30 on 6/17/2024 in #❓・buildship-help
OpenAI assistant - Who has built with it?
Hi builders! I am currently exploring OpenAI assistant nodes on Buildship, and have 2 questions: 1) When setting up the assistant on OpenAI we can set up functions. On Buildship we can add tools to assistant. If I add a tool on Buildship to my assistant, do I also need to create the function with this data format on OpenAI? Or it is not obligatory - I can have tools added to the assistant on Buildship and still have 0 functions added to the assistant when setting it up on OpenAI. 2) Has anyone have experience using OpenAI assistant and giving it a chance to call other workflows from your Buildship project? For example, if I want to query a Firestore database, instead of putting the Firebase Query node in the tools section, I would put the "Execute Workflow" node and the assistant would make a call for it.
3 replies
BBuildShip
Created by Christopher30 on 6/16/2024 in #❓・buildship-help
Could not send message: Unexpected end of JSON input
I built a workflow, using "Chat with Firebase" template. I changed from Antropic to OpenAI nodes. But when I shipped the worklfow and opened the chat widget, after trying to send a message to this assitant, I got error: "Could not send message: Unexpected end of JSON input" What did I do wrong? No changes was done to trigger or last node (return) in this workflow. I use "OpenAI Assistant (Stream Response)" module and also have enabled "stream response" at chat widget.
8 replies
BBuildShip
Created by Christopher30 on 5/31/2024 in #❓・buildship-help
Node doesn't work on production, but works when testing
I have built a worklfow using custom (empty) nodes. I tested these nodes individually and they return the expexted results. However, when I run the whole workflow, these nodes return completely different results. The input values are the same (when I test individual node and when I test the whole workflow). Anyone has had a similar experience or know what could be the issue here?
5 replies