Chenglong Wang

Results 110 comments of Chenglong Wang

that sounds like an intimidating task...?

Yeah, I guess you are expecting copilot to rewrite it...? Haha, that would still be a daunting task.

Hmm! Interesting, can you provide a small test dataset (csv) for debugging? Right now there is some rules around handling dates that might be problematic.

Hmm! Let me take a look tmr to see what's going on, it might be related to the other issue with Open Router (https://github.com/microsoft/data-formulator/issues/143)

Btw, I'm wondering if you set that in the .env file (running from source code), or providing it from the website?

Yes, I figured out the bugs there, just fixed, will push it in a minute :)

Should be fixed now, if you do `pip install --upgrade data_formulator`, it would update to 0.2.1.1 with no problem using openai endpoint for other clients (e.g., ollama)

Yes, we are adding an interface for ingesting data to duckdb from GBQ and other cloud DBs. Would love to have people to help with testing as we develop!

Should be here, maybe you haven't updated the current data formulator version?

Hello! I'm able to run deepseek-coder-v2 16b with the following configuration: I loaded the 16 model with Ollama using `ollama run deepseek-coder-v2`, so I use `deepseek-coder-v2` in the model configuration.