Bananoid
AEAsh Elixir
•Created by Bananoid on 8/30/2023 in #support
PGVector
Is it possible to use pgvector extension?
https://github.com/pgvector/pgvector-elixir
5 replies
AEAsh Elixir
•Created by Bananoid on 8/2/2023 in #support
Does Api.bulk_create support action's arguments?
I'm try to create items that are related to the workspace by using bulk_create
but I don't know how to pass workspace_id as an argument
19 replies
AEAsh Elixir
•Created by Bananoid on 7/6/2023 in #support
How to create a second resource on a create action?
what is the best way yo create a second resource durning the creation of a first one?
for example in a Workspace resource that should have a Wallet resource as has_one relationship
6 replies
AEAsh Elixir
•Created by Bananoid on 7/5/2023 in #support
Many_to_many on email destination
I'm try to create a many to may relationship between a workspace and a user, using user email instead of the user id. But when i try to create the a WorkspaceUser I get an error:
The relation in Workspace is
In WorkspaceUser The action that throw the error is
In WorkspaceUser The action that throw the error is
16 replies