-
when i generate the code:
```
cdf.query("select similarity(vec, vec2) as score from __tb1__", tb1=tbl3)
```
i got
`Code: 1. DB::Exception: Function 'similarity': wrong result, expected 8 row(…
-
**Acceptance criteria**: Adding new backends for the core Ibis team is not a priority, but we will support new backends from the community or organizations partnering with the Ibis project. This meta-…
-
Hey there, thanks for the amazing work on chdb!
I noticed that `ALTER TABLE ... UPDATE` and `ALTER TABLE ... DELETE` statements don't seem to have any effect in chdb. Data simply stays unchanged.
…
-
- [ ] Create philosophical shorts for why LLM may actually "understand"
- [ ] Create a weekly target
- [ ] Reflect on how I would trickle from year to daily vision
- [ ] Create gigs on fastwork
- [ ] …
-
Performance on c6a.metal is really good, but on c6a.4xlarge is not good, I did some analysis.
SQLs on [clickbench](https://benchmark.clickhouse.com/#eyJzeXN0ZW0iOnsiQXRoZW5hIChwYXJ0aXRpb25lZCkiOnRyd…
-
I successfully went through all the steps up to "Final LND Setup" in the setup documentation (https://github.com/rootzoll/raspiblitz/#setup-process-detailed-documentation). I have a RaspberryPi 4 with…
-
Was unable to find anything in the docs for the same. Clickhouse-local is a cli tool. Is there any way other than to use subprocess and such to run clickhouse-local through python?
-
Hi!
Glad to see high performance data analysis in js ecosystem. v2 is based upon DuckDB, did you also evaluated chDB (Embedded ClickHouse) as it seems like more performant than DuckDB.
https://g…
-
### Summary of problem
Not able to see flame graph for db calls, redis, endpoint etc in CI Visibility, we want to use this data to see what our test bottlenecks etc is. We have enabled ddtrace to use…
-
When following the example showing how to query Pandas DataFrames from the README, if I execute an invalid query:
```python
print(ret_tbl.query('select b, sum(a) from __table__ group by'))
```
…