Skip to content

Latest commit

 

History

History
142 lines (135 loc) · 4.13 KB

README_cn.md

File metadata and controls

142 lines (135 loc) · 4.13 KB

搜索的传说

它是什么?

2023年或者说是2022年后半段,大模型经历了几年的蛰伏, 终于以 chatgpt的形式向世人展示了他的强大能力。这个项目的 是gottingen组织的入口项目,旨在介绍如果实现一套搜索的系统, 并提供合适的途径接入大模型的组件。项目以工程实现和实际落地项目 作为主线,逐步解释系统的原理、设计以及功能。

欢迎技术交流

reference project

c++ foundation library.

chinese segment and normalize library.

host local search engine for mix term and vector search.

ai and rpc runtime library, to manage memory and fiber or thread schedule.

python Aot framework for integrated components interface rpc and ai backend like tesorflow or pytorch

hvm (not start now)

framework gateway, let us write python and generate c++ code and run in llvm.

目录