dnwpark

Results 43 comments of dnwpark

Another query which runs quite slowly is: ```edgeql with __query := ( with __all_data := $0 for __data in std::array_unpack(__all_data) union ( ( update __data.1 set { target := __data.0...

My setup issue was because my environment was messed up.

@1st1 I couldn't reproduce some of the earlier errors, but hopefully the next person to encounter them will take better notes.

I also ran into an issue where if I have a grammar such as ``` WORD

@aljazerzen The issue should explain it https://github.com/geldata/gel/issues/8740. If there is anything in particular you don't understand please ask! I will also add some more comments.

@anbuzin What sort of issues were you having with ollama? Right now, not all models are in the reference json yet so that might be it.

@anbuzin Ah yeah, you need to config the provider no matter what. In theory, you could override `api_url` to have ollama to run on a server.