Skip to content

Commit

Permalink
feat(reflyd): initial implementation of rag pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcfps committed Apr 25, 2024
1 parent a9e0a09 commit c8f8a63
Show file tree
Hide file tree
Showing 35 changed files with 1,381 additions and 253 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ __pycache__
.yarn
.env*
**/node_modules/**
.DS_Store
data
qdrant_storage/**
.DS_Store
5 changes: 0 additions & 5 deletions aero/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,3 @@ poetry.toml
pyrightconfig.json

# End of https://www.toptal.com/developers/gitignore/api/python
唤起 Refly
⌘B
关闭
Refly
Refly
30 changes: 30 additions & 0 deletions aero/data/mp.weixin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[
{
"url": "https://mp.weixin.qq.com/s/s7H_0nzCw57-FY0yUnCXjQ",
"title": "RAG 修炼手册|一文讲透 RAG 背后的技术"
},
{
"url": "https://mp.weixin.qq.com/s/5mcafRElVm3-i9SqmqUoCw",
"title": "AI 硬件万字长文:一直游到海水变蓝"
},
{
"url": "https://mp.weixin.qq.com/s/zL-Ro2JU3F_-yhu9RlSjlw",
"title": "Z Product | 华人之光!PyTorch之母的复旦女生开创模型平台,Benchmark、红杉等顶流投资"
},
{
"url": "https://mp.weixin.qq.com/s/UO8hSKiQxS1j3YirRSraPQ",
"title": "无限追问?AI交互式搜索工具Flowith,内置MJ、GPT、SD等多种产品,功能齐全!"
},
{
"url": "https://mp.weixin.qq.com/s/FbHTyHqEBJT-1PhA5x7FRg",
"title": "Linux之父讽刺AI炒作:很搞笑,大概我也会被大模型取代"
},
{
"url": "https://mp.weixin.qq.com/s/e2n4ttcT8raDU877t53GPQ",
"title": "Llama 3超大杯有何惊喜?Meta会一直开源吗?当初为何笃信元宇宙?扎克伯格新访谈回应一切"
},
{
"url": "https://mp.weixin.qq.com/s/ixGAGRp9cdcPza45vORQ6w",
"title": "再见!波士顿动力人形机器人Atlas​"
}
]
Loading

0 comments on commit c8f8a63

Please sign in to comment.