-
```python
import os
import ibis
import ollama
from dotenv import load_dotenv
from pathlib import Path
import pandas as pd
import ibis.expr.datatypes as dt
rag_con = ibis.connect(f"clickh…
-
**Acceptance criteria**: This is a meta-issue for the roadmap to track new backends being added in Q2 2024. Adding new backends may not be a priority for this quarter; instead we may prioritize stabil…
-
azure secret works fine when using parquet but are not passed when using delta_scan
this works
```
token =notebookutils.credentials.getToken('storage')
storage_options={"bearer_token": token, …
-
chdb==1.2.0
python 3.9.x
```bash
python -m chdb "select 1,'abc'" MsgPack
```
chdb.__init__.ChdbError: Code: 73. DB::Exception: Unknown output format MsgPack. (UNKNOWN_FORMAT)
-
ClickHouse has support for [H3 Indexes](https://clickhouse.com/docs/en/sql-reference/functions/geo/h3), but chdb 1.3.0 does not. Here's an example query which returns an H3 index (a 64-bit integer) in…
-
Hello,
I'm trying to create a table using S3 engine and it don't work at all
Here the python code.
```
>>> print(query_table)
CREATE TABLE monplein
(
`pdvid` Nullable(Int32),
`c…
-
```
/Users/tao/dev/chdb/base/poco/Foundation/src/pcre_dfa_exec.c:2190:21: error: 'switch' missing 'default' label [-Werror,-Wswitch-default]
2190 | if (clen > 0) switch(c)
| …
-
My lightning Node becomes unreachable for about 10 -20 a few times a day, i have lndg uninstalled as someone suggested this could be the problem. I currently have 2 channels open and use Tor.
any Id…
-
Sometimes server fails to start after BC check with errors like
```
2022.05.29 03:17:31.597820 [ 213989 ] {} Application: Caught exception while loading metadata: Code: 231. DB::Exception: The loca…
-
### What version of Bun is running?
1.0.1
### What platform is your computer?
Linux 5.15.90.1-microsoft-standard-WSL2 x86_64 x86_64
### What steps can reproduce the bug?
```js
import {…