
take2014forward
15 posts

take2014forward
@take2014forward
I Love Taimei Jem | Fried Chicken | Bubble Tea | Taiwan Street Food 50 Jurong Gateway Rd, B1-KO7 Jem, Singapore 608549






5月21日,凤凰网报道了“河南村镇银行”事件。 报道称,2022年4月开始,河南村镇银行储户陆续出现无法取款的情况。 事后查明,核心原因是河南新财富集团通过操控银行高管、虚构贷款合同、搭建账外系统等非法手段,大肆转移储户资金,掏空银行资产,这便是当年引起巨大风波的“河南村镇银行事件”。 近日,有河南村镇银行一类卡储户反映,自2022年,村镇银行事件爆发后,他们正常的存款,一直无法取出,且被设置成了“只进不出”。 像他这样的客户,还有几千人。事件爆发四年,河南村镇银行的银行卡也变成了废卡。 采访中,凤凰周刊 也了解到更多鲜活但被撕裂的故事: 退休职工王惠,卖掉老房子的200万元房款至今未能取出,置换新房计划泡汤,儿子婚事因此一拖再拖; 绍兴纺织商人王兴国,2980万元工厂周转资金被强行冻结,只能在机器生锈、订单流失的空旷车间里硬扛; 在上海经商的周明菊,为了讨回1000万元积蓄身陷囹圄。 这些年,很多储户也想通过司法途径解决问题,但基本只面临两个结果: 一种是,无论在何地起诉,案件最终都被移交到河南省禹州市人民法院处理,但有律师表示,该院要不就不立案,要不就是拖延。 第二种结果则是,法院以该案涉刑为由,直接驳回。


















A Russian man was serving 11 years in prison for murdering a woman. In 2023, Putin let him out to go fight in Ukraine. This man escaped the military and then he murdered two more people and was sent back to prison. In 2025, Putin let him out again to go fight in Ukraine. He then escaped the military again and has murdered two more people in Russia's Far East.





Document Index for Vectorless, Reasoning-based RAG! PageIndex is an open-source RAG framework that removes vector databases and chunking from document retrieval. Most RAG systems rely on semantic similarity. They chunk documents arbitrarily, embed them into vectors, and retrieve based on what looks similar. But similarity ≠ relevance. Professional documents like financial reports, legal filings, and technical manuals require multi-step reasoning and domain expertise. Vector search falls short when every section contains similar terminology. PageIndex takes a different approach. It builds a hierarchical tree structure from documents, similar to a table of contents but optimized for LLMs. Then it uses reasoning-based tree search to navigate and retrieve information the way human experts would. Two-step process: Generate a tree structure index of the document → Perform reasoning-based retrieval through tree search. The LLM can "think" about document structure. Instead of matching embeddings, it reasons: "Debt trends are usually in the financial summary or Appendix G, let's look there." Key features: • No vector database infrastructure or embedding pipelines • No artificial chunking that breaks context across boundaries • Traceable retrieval with exact page-level references • Reasoning-based navigation that mirrors human document analysis PageIndex powers Mafin 2.5, achieving 98.7% accuracy on FinanceBench for financial document analysis. The best part? It's 100% open source. Link to the GitHub repo in the comments!








