chdb-io / chdb

chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse
https://clickhouse.com/chdb
Apache License 2.0
2.13k stars 75 forks source link

Try to fix gpt example #263

Closed xinhuitian closed 2 months ago

xinhuitian commented 2 months ago

In examples/chDB_GPT.ipynb, the refine_query part should print the query str instead of answer I think?

Meanwhile, for many LLMs (I used Zhipu for test in this case), the generated result always contains a markdown code block syntax around the real sql, so maybe we can add two replace operations to remove this? The test result is shown as below:

image
CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

auxten commented 2 months ago

Thanks for your contribution