lpdswing

Results 11 issues of lpdswing

遍历完长链表直接就返回了肯定不对啊

the same issue with: https://github.com/mosquito/aiormq/issues/165 software version: aio-pika==9.2.2,aiormq ==6.7.7

- [ ] I confirm that this is an issue rather than a question. ## Bug report #### Steps to reproduce #### What is expected? #### What is actually happening?...

line33: `from flask.ext.cache import make_template_fragment_key` should change to `from flask_cache import make_template_fragment_key` Otherwise, there will be an error in flask 1.0.2

我的机器是4核心cpu ```js { itemId: 'thermal', colspan: 2, printBar: false, title: gettext('CPU温度'), textField: 'thermalstate', renderer:function(value){ // const p0 = value.match(/Package id 0.*?\+([\d\.]+)Â/)[1]; // CPU包温度 const c0 = value.match(/Core 0.*?\+([\d\.]+)?/)[1]; // CPU核心1温度...

- 参考官方文档尝试把约束模式抽取的extractor添加到kag_index_manager.py ``` @KAGIndexManager.register("spo_graph_index") class KAGConstraintSPOIndexManager(KAGIndexManager): @property def name(self): return "图谱约束模式索引管理器" @property def description(self) -> str: return "它首先从文本中抽取实体和关系构建图谱,然后将文本块与图谱节点关联起来。在检索时,它同时利用图谱的结构化查询能力(CS/FR Retriever)和文本的向量检索能力,实现更精准、更具推理能力的检索,特别适合复杂的问答任务。" @property def schema(self) -> str: return """ Chunk(文本块): IndexType properties: content(内容):...

### Search before asking - [x] I had searched in the [issues](https://github.com/OpenSPG/KAG/issues?q=is%3Aissue) and found no similar issues. ### Operating system information Linux ### What happened table retriever.py第120行before_text = node_dict["beforeText"], 实际拿到的node_dict中是before_text....