like-gold
like-gold17mo ago

inferencer

Hi how can we pass a custom json or typed object to the inferencer to scaffold crud operations
6 Replies
kapa.ai
kapa.ai17mo ago
Hey @kg6800! I'm the kapa.ai support bot. I've searched through the docs to try to answer your question. :wave: ---------------------- Hmm, I don't know enough to give you a confident answer yet. However, you can refer to the refine documentation for more information on using Inferencer: refine Inferencer documentation (https://refine.dev/docs/packages/documentation/inferencer). ----------------------
kapa.ai
kapa.ai17mo ago
<@911037234872987678> kapa.ai is still learning and improving, please let us how it did by reacting below
other-emerald
other-emerald17mo ago
Hi, It does not support passing json directly to inferencer. However, I think you can do this by overriding the getlist method of the data provider. Here is a document on how to customize your data provider https://refine.dev/docs/api-reference/core/providers/data-provider/#how-i-can-override-a-specific-method-of-data-providers
Data Provider | refine
The data provider acts as a data layer for your app that makes the HTTP requests and encapsulates how the data is retrieved. refine consumes these methods via data hooks.
like-gold
like-gold17mo ago
Okay is there a way to ensure the inferencer understands the types of the keys in a json object
fascinating-indigo
fascinating-indigo17mo ago
Unfortunately, no
sensitive-blue
sensitive-blue15mo ago
Where can I follow the progress made on the inferencer component to see compatibility/feature releases?