You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nerdai I've been going through your shopify example. Wondering if this is still supposed to work, and does it work for you? I know many of the references changed their location, but for example I can't find anything related to SDL reader. Also, the reading of the graphql schema into graphql-core's parser wasn't working in the way described, however given those aren't llama-index built, I figured I'd ask you the more general question first.
I do have the general graphql tool working, but it seems like the implementation in the shopify example is better as it reads the schema before creating query.
Hey @djl0! 👋 I'm here to assist you with any bugs, questions, or contributions while you wait for a human maintainer. Let's tackle this together!
The Shopify example in the LlamaIndex repository uses the SDLReader in conjunction with the OnDemandLoaderTool to process the GraphQL schema. The SDLReader is responsible for reading and processing the SDL (Schema Definition Language) file, while the OnDemandLoaderTool facilitates on-demand loading and processing of the GraphQL schema [1].
If you're encountering issues with the SDLReader or GraphQL schema parsing, it might be due to changes in the references or the way these components are integrated. Unfortunately, I couldn't find specific information on recent changes or issues related to the SDLReader in the Shopify example. However, the example is designed to handle the Shopify GraphQL schema by parsing it to extract QueryRoot objects, which are then used to inform the Agent about available queries [1].
If the general GraphQL tool is working for you, but the Shopify example is not, it might be worth comparing the implementations to identify any discrepancies or updates that might have been missed. Additionally, ensure that all dependencies are up to date as specified in the pyproject.toml files for the Shopify example [2][3].
Documentation Issue Description
@nerdai I've been going through your shopify example. Wondering if this is still supposed to work, and does it work for you? I know many of the references changed their location, but for example I can't find anything related to SDL reader. Also, the reading of the graphql schema into graphql-core's parser wasn't working in the way described, however given those aren't llama-index built, I figured I'd ask you the more general question first.
I do have the general graphql tool working, but it seems like the implementation in the shopify example is better as it reads the schema before creating query.
Thanks for any help!
Documentation Link
https://github.com/run-llama/llama_index/blob/main/llama-index-integrations/tools/llama-index-tools-shopify/examples/shopify.ipynb
The text was updated successfully, but these errors were encountered: