liseri

Results 10 comments of liseri

I use new data to recheck the issue, also the problem; a->b, a->c, the query all return result is b has incoming a, c has incoming a, but a only...

> Sorry, forget to paste relationsips cql; I will give you a new simpler data(only 3 nodes and 2 rels) to test as below **create node** ``` with [{shape:"hktxjm.zhanLue",appType:"ceDu",defaultName:"测度",name:"testCeDu1",description:"test",`datas.extendField`:"test",idd:"node-6edd138d-03e6-4b15-8cd2-4c2e930b75f1",nodeVersion:"1",model:"hktxjmmodel9",nodeStatu:"ACTIVE"},{shape:"hktxjm.zhanLue",appType:"ceDu",defaultName:"测度",name:"testCeDu2",description:"test2",`datas.extendField`:"test2",idd:"node-7c067fa8-50f7-47df-b43a-1e41c0c4006d",nodeVersion:"1",model:"hktxjmmodel9",nodeStatu:"ACTIVE"},{shape:"hktxjm.yingYong",appType:"yingYongY",defaultName:"域",name:"testYingYongY1",idd:"node-41498c56-7f82-4444-927a-39e73fc1bfa1",nodeVersion:"1",model:"hktxjmmodel9",nodeStatu:"ACTIVE"}] as...

@meistermeier hi, Has the problem recurred?

@meistermeier Sorry, I not provide sufficient details. the sdn is: ``` org.springframework.boot spring-boot-starter-data-neo4j 2.7.2 ``` The findAll repository code is used custom query: ``` Optional findOneByModelAndIdd(String model, String idd); List...

@meistermeier hi, i add a new test fun in [https://github.com/meistermeier/neo4j-issues-examples/pull/4](url), it is fail. I want to try new snapshot version you mentioned in #2600 ,but I cannot get the 6.3.4...

@meistermeier Hi, The test passed when I use the new snapshot version you provided. Thanks a lot. Looking forward to the release of the new Release version.

我刚提了个PR,https://github.com/THUDM/ChatGLM-6B/pull/808 , 比我实现的好,不过你的代码里没有把history返回; 重新整理一下呗,完善一下,我看SSE按用你的代码挺好;

有谁知道这是怎么导致的么; 为什么原先好好的,突然不行了;

I change paramer "model" to "engine", it is ok. I use python api. @gzgogo ``` response = openai.Completion.create( engine="text-davinci-003", prompt=question, max_tokens=1024, n=1, stop=None, temperature=0.5 ) ```