Yannik Olmo Hake
Yannik Olmo Hake
### Bug Description ```shell pip install llama-index pip install llama-index-tools-graphql ``` ```py # test.py from llama_index.tools.graphql import GraphQLToolSpec from llama_index.agent.openai import OpenAIAgent tool_spec = GraphQLToolSpec( url="https://spacex-production.up.railway.app/", headers={ "content-type": "application/json", },...
I am very exited by the idea of text to gql and would love to implement it for my organization. The context to send a long is pretty big though....
A native data connector for s3 object storage would be an extremely useful addition.
### Adapter type @auth/hasura-adapter ### Environment System: OS: macOS 12.7.4 CPU: (4) x64 Intel(R) Core(TM) i5-5257U CPU @ 2.70GHz Memory: 71.11 MB / 8.00 GB Shell: 5.8.1 - /bin/zsh Binaries:...
### Component c/v3-engine ### Is your proposal related to a problem? A big subset of the models of our supergraph contains geodata. In order to enable an integration of our...
### Current Behavior using chrome on iOS 17.6.1 the button of the slider in the [form](https://next.skeleton.dev/docs/tailwind/forms) displays a strange shadow:  in the documentation for the slider component the...
### Component v3-engine v3-ndc-postgres ### Is your proposal related to a problem? v2 was supporting upserts via ```gql mutation upsert_article { insert_article ( objects: [ { id: 1 title: "First...
### Component v/3-engine v/3-ndc-postgres ### Is your proposal related to a problem? We manage a large number of tables with entries related through geometry columns instead of foreign keys. For...
### Component c/v3-engine c/v3-ndc-postgres ### Is your proposal related to a problem? In Hasura v2, geographic lookups were easily performed using st_d_within, allowing users to find relevant objects around a...
### Component c/v3-engine ### Is your proposal related to a problem? At the moment it's necessary to stringify the geometry object. ```gql query find($Geometry:Geometry!){ postcode(where:{geometry:{st_contains:$Geometry}}){ number } } ``` ```json...