John Mai

Results 12 issues of John Mai

![image](https://user-images.githubusercontent.com/1825679/52923382-7c7eb100-3362-11e9-8d6a-fa7ab663bcfc.png)

### Reminder - [X] I have read the README and searched the existing issues. ### Reproduction trainer_log.jsonl 输出不完整是设计就是这样,还是bug?但trainer_state.json的log_history又是完整的 ### Expected behavior trainer_log.jsonl 输出不完整是设计就是这样,还是bug?但trainer_state.json的log_history又是完整的 ### System Info _No response_ ### Others...

### Reminder - [X] I have read the README and searched the existing issues. ### Reproduction generated_predictions.jsonl的顺序乱了,之前我是按找generated_predictions.jsonl顺序去eval_data数据集中找对应的数据。 ### Expected behavior _No response_ ### System Info _No response_ ### Others _No...

bug
pending

Support vector search? Ex: neo4j vector search https://neo4j.com/labs/genai-ecosystem/vector-search/

feature request

**Is your feature request related to a problem? Please describe.** 目前,Tugraph缺乏友好的数据迁移功能,后台提供的导出的JSON和CSV文件无法反向导入。 ![image](https://github.com/user-attachments/assets/c13e8c7f-5558-4a82-973d-19fbc50e9432) **Describe the solution you'd like** 1. 实现子图之间的迁移功能 2. 支持跨Tugraph的迁移 3. 部分节点和边的迁移,通过指定Cypher查询数据并导出,再导入到指定子图中 希望能实现类似Navicat的数据迁移工具。 ![image](https://github.com/user-attachments/assets/b6086c83-99a1-4e4c-a4ee-b3ea28026ce5)

**Environment:** 在阿里云计算巢购买的 tugraph **Describe the bug** 执行下面的cypher会报错,在neo4j是正常执行的 ```cypher MATCH (k:K) WHERE k.Id IN ['1'] OPTIONAL MATCH path1 = (k)-[*1..3]-(e:E) OPTIONAL MATCH path2 =(k)-[*1..3]-(m:M) OPTIONAL MATCH path3 =(k)-[*1..3]-(l:L) RETURN path1,path2,path3 ```

Port of https://github.com/ml-explore/mlx-lm/blob/main/mlx_lm/models/qwen3_moe.py