-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Is your feature request related to a problem? Please describe.
I work at a big company responsible for stewarding 20K restaurants around the world, give or take. Folks at our brands are interested in experimenting with chatbots for nlp2sanity operations. I'm concerned that getting from an LLM to GROQ is going to be next to impossible because it's domain-specific to Sanity, there will be comparatively zero pre-training on it in foundational LLMs (compared to REST and GraphQL) and that my only option will be to stick to a legacy FAQ pattern where I'm translating more hard-coded intents to literal GROQ queries, which really will make the bots basically pointless.
Describe the solution you'd like
Is there truly no basic restful API or any gql/json-based way to interact with everything?
Describe alternatives you've considered
I could do an nlp to groq translation layer but it's going to suck.
Do you have any advice on how to proceed? This isn't an LLM or bot question, I'm not looking for advice there, this is a Sanity API question. If there is truly no json/graphql-oriented approach then I guess that answers that.