Yannik Olmo Hake

Results 15 issues of 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", },...

question
stale

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.

k/enhancement

### 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:...

bug
adapters
triage

### 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...

k/enhancement
c/v3-engine

### 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: ![Bildschirmfoto_12-9-2024_152528_discord com](https://github.com/user-attachments/assets/e11e48a4-26b4-40bf-82ba-50e882b29443) in the documentation for the slider component the...

bug

### 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...

k/enhancement

### 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...

k/enhancement
c/v3-engine
c/v3-ndc-postgres

### 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...

k/enhancement
c/v3-ndc-postgres

### 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...

k/enhancement
c/v3-ndc-postgres