phuongdo

Results 6 issues of phuongdo

``` clickhouse-cli --user=$USENAME--arg-password=$PASSWORD --host=https://ch.company.com --port 443 -s 'max_memory_usage=1000&enable_http_compression=1' clickhouse-cli version: 0.3.4 Connecting to ch.company.com:443 ``` Error: Code: 113, e.displayText() = DB::Exception: There is no session (version 19.13.4.32)

Hi, When using the HTTP interface, we can use external data for the processing eg. ``` $ cat /etc/passwd | sed 's/:/\t/g' > passwd.tsv $ curl -F '[email protected];' 'http://localhost:8123/?query=SELECT+shell,+count()+AS+c+FROM+passwd+GROUP+BY+shell+ORDER+BY+c+DESC&passwd_structure=login+String,+unused+String,+uid+UInt16,+gid+UInt16,+comment+String,+home+String,+shell+String' /bin/sh...

Hello Thanks for the project, and i found some issues working with OpenSearchEmbeddingStore, it does not suppor data imported from Python. Use Case. * I use this code to import...

enhancement

Hi, I gona write a web server application that handle large number of requests to 2 NodeEndpoints ( Eg. `http://NODE1:7895` and `http://NODE2:7895` ) . I found that there is only...

My code ``` 1 package main 2 3 import "fmt" 4 import "github.com/ma3axaka/catboost-go" 5 func main() { 6 model, _:= catboost.LoadBinaryClassifierFromFile("catboost_demo.cbm") 7 fmt.Println(err) 8 numbers := [][]float32{{2.0, 3.0, 5.0, 7.0}}...

fix MeCab library 1.0.9 for this issue: https://github.com/ikegami-yukino/pymlask/issues/16 ``` from mlask import MLAsk ma = MLAsk() ma.analyze('彼女のことが嫌いではない!(;´Д`)') {'text': '彼女のことが嫌いではない!(;´Д`)', 'emotion': defaultdict(list, {'yorokobi': ['嫌い*CVS'], 'suki': ['嫌い*CVS']}), 'orientation': 'POSITIVE', 'activation': 'NEUTRAL', 'emoticon':...