-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a398e1
commit 290544e
Showing
1 changed file
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
--- | ||
slug: 2月18日内容汇总 | ||
title: 2月18日内容汇总 | ||
authors: [garfield] | ||
tags: [] | ||
--- | ||
|
||
## 🌟 AI 相关 | ||
|
||
[大模型RAG问答行业最佳案例及微调、推理双阶段实现模式:基于模块化(Modular)RAG自定义RAG Flow](https://mp.weixin.qq.com/s/bJRFayNByx4D3ujGcEb47A) | ||
|
||
[值得一看的大模型RAG问答总括性梳理:模块化(Modular)RAG范式的定义、构成及机遇](https://mp.weixin.qq.com/s/j07PkTCoxBzAhkyON1puPg) | ||
|
||
[【有腔调的RAG】01 半结构化数据上的RAG](https://www.bilibili.com/video/BV1tN4y1m78N) | ||
|
||
[省钱!微软开源框架LLMLingua + LlamaIndex实现提示词压缩](https://www.bilibili.com/video/BV16w411J7sW) | ||
|
||
[Ollama Python开发包实例 | 基于本地部署开源大模型的Streamlit聊天应用](https://www.bilibili.com/video/BV1GK4y1q718) | ||
|
||
[【隐私优先】Llama 2 + GPT4All + Chroma实现100%本地化RAG](https://www.bilibili.com/video/BV1yH4y117oV) | ||
|
||
[大模型时代还不理解自注意力?这篇文章教你从头写代码实现](https://mp.weixin.qq.com/s/XZDG8ZaB4QqD5cgIDJT6vQ) | ||
|
||
[陈丹琦团队新作:数据量砍95%,大模型性能更强了!Less is More](https://mp.weixin.qq.com/s/4ZnL0_uMLBgbVCNVjPWGKg) | ||
|
||
[【AI 初体验】 llama2与LangChain 的 SQLDatabaseChain](https://juejin.cn/post/7298997940019314742) | ||
|
||
## ⭐️ Go & 云原生 & Rust 相关 | ||
|
||
[一文搞懂Go GC演进史,讲的太细致了!](https://juejin.cn/post/7317462907302461475) | ||
|
||
[Rust 中的并发模型和所有权系统](https://juejin.cn/post/7307244392564408358) | ||
|
||
[Kitex:微服务架构下的高性能优化实践](https://juejin.cn/post/7270326047342182419) | ||
|
||
[探究 Go 的高级特性之 【处理1分钟百万请求】](https://juejin.cn/post/7245919919223636023) | ||
|
||
[探究 Go 的高级特性之 【领域驱动设计中篇】](https://juejin.cn/post/7247428110165016613) | ||
|
||
[用 Go 语言实现刘谦 2024 春晚魔术,还原尼格买提汗流浃背的尴尬瞬间!](https://juejin.cn/post/7333027152139567113) | ||
|
||
[还不敢写多线程程序?看看Go如何让并发控制简单有趣](https://juejin.cn/post/7323087699479724042) | ||
|
||
[从 fatal 错误到 sync.Map:Go中 Map 的并发策略](https://juejin.cn/post/7325733245166026793) | ||
|
||
[16. Go调度器系列解读(三):GMP 模型调度时机](https://juejin.cn/post/7330052230472663055) | ||
|
||
[15. Go调度器系列解读(二):Go 程序启动都干了些什么](https://juejin.cn/post/7327138554756857908) | ||
|
||
[14. Go调度器系列解读(一):什么是 GMP](https://juejin.cn/post/7324931501926875170) | ||
|
||
[13. 入门 go 语言汇编,看懂 GMP 源码](https://juejin.cn/post/7319484272531701812) | ||
|
||
[一文搞懂Kubernetes 部署策略](https://juejin.cn/post/7319418651069743167) | ||
|
||
[滚动更新和回滚部署在 Kubernetes 中的工作原理](https://juejin.cn/post/7303075105390477323) | ||
|
||
[Go 项目标准布局?Go 官方出指南了](https://juejin.cn/post/7291853227245764658) | ||
|
||
## 📒 后端相关 | ||
|
||
[Java 十亿行数据计算,最快6秒出结果,你能吗](https://mp.weixin.qq.com/s/dpXMqMSq_ZrXOeEInxlC_Q) | ||
|
||
[从Kafka中学习高性能系统如何设计 | 京东云技术团队](https://juejin.cn/post/7249380394457694263) | ||
|
||
[由浅入深的介绍扣减业务中的一些高并发构建方案(上)](https://juejin.cn/post/7256104538230571067) | ||
|
||
[如何在微服务下保证事务的一致性 | 京东云技术团队](https://juejin.cn/post/7226525442176778277) | ||
|
||
[【Redis高可用系列】主从复制原理和复制方式分析](https://juejin.cn/post/7309373606272761895) | ||
|
||
[Redis删除数据后,为什么内存占用率还是很高](https://juejin.cn/post/7300809038246608948) | ||
|
||
[感觉Redis变慢了,这些可能的原因你查了没 (上)](https://juejin.cn/post/7290725204266287158) | ||
|
||
[感觉Redis变慢了,这些可能的原因你查了没 (下)](https://juejin.cn/post/7292975471448113192) | ||
|
||
[位图(bitmap)原理以及实现](https://juejin.cn/post/7280435879541637176) | ||
|
||
[亿万用户在线,一张bitmap统计全解密](https://juejin.cn/post/7329694104118362139) | ||
|
||
[如何使用Redis数据类型进行亿级别统计数据](https://juejin.cn/post/7282666872218107915) | ||
|
||
[MySQL事务未提交redolog能持久化到磁盘吗](https://juejin.cn/post/7319273137765449763) | ||
|
||
[结合MySQL更新流程看 undolog、redolog、binlog](https://juejin.cn/post/7269296778226597927) | ||
|
||
## 📒 前端相关 | ||
|
||
[我写了一个根据项目自动切换node版本的插件,再也不用手动使用命令切换了](https://mp.weixin.qq.com/s/tk_E1NP6ra0yxuSVumH6UA) |