busychen

Results 4 issues of busychen

调试codechat_example.py一直报错RuntimeError: Your system has an unsupported version of sqlite3. Chroma requires sqlite3 >= 3.35.0. python版本3.10.0. 确定能跑的python版本是多少

已知对象a,查询引用了对象a的对象,引用的含义包括(对象field直接引用a,对象field引用a的子类),一直向上查询,直到最上层引用对象。例如:b对象field中引用了a,c对象field引用了a的子类a1,d对象引用了b,e引用了d,最后输出b refer a,c refer a1,a1 extends a, d refer b, e refer d,怎么写查询脚本

![image](https://github.com/user-attachments/assets/dac2e818-353a-4480-8f8c-d710a6e33345) 异常为:“ ERROR com.sbrella.coref.java.core.CorefExtractor [ForkJoinPool-1-worker-6] (CorefExtractor.java:823) error message: Missing extension point: org.jetbrains.kotlin.com.intellij.custom.exception.handler in container org.jetbrains.kotlin.com.intellij.core.CoreApplicationEnvironment$1@548e6d58, element text:xxxxx”

bug