Brian
Brian7d ago

Rowy integration delay?

I was starting to work around with the OpenAI Assistant (Stream Response) node. This AI shall use personality parameters that are saved externally (in my case on Directus). Now I might not want to fetch a request every time a message is sent to that endpoint, so I was wondering if I should rather save these parameters in rowy and use Buildship's integrated Nodes. Though I am not sure if it would have the same latency compared to my Directus GET request. Does BuildShip internally also use REST API calls to fetch data from Rowy? I never used Rowy before and do not really understand the code behind the such nodes
2 Replies
AI Support
AI Support7d ago
AI Support Bot Information
<@112676328783802368> you can react on the relevant answer (message) with a ✅ in this thread when you think it has been solved, by the bot or by a human! Anyone can react on this message with a ❌ if the GPT bot is unhelpful or hallucinating answers. Please note: Team members will review and answer the questions on best efforts basis.
AI Support
AI Support7d ago
AI Response
When it comes to integrating BuildShip's internal nodes with Rowy, BuildShip does indeed use its own methods for connecting and interacting with databases. This would typically involve CRUD operations specific to BuildShip's integration functionalities. This means the latency and method of fetching data from Rowy via BuildShip might differ from your Directus GET requests. From what we understand, BuildShip does provide a well-integrated and seamless way to manage and manipulate data using its pre-built CRUD nodes for various databases including Rowy. For more details on using these nodes, you can refer to the documentation about BuildShip databases and Rowy triggers: - BuildShip Databases - Rowy Trigger Node This can help you in deciding whether to switch your data storage mechanism or continue using your current setup with Directus. In case you want to explore using Rowy via BuildShip, the latency and underlying mechanisms would depend on the specifics of data fetching and storage operations that BuildShip employs internally .
BuildShip AI Support