You May Also Enjoy
A Practical Guide to Qdrant for RAG Applications
13 minute read
Published:
A Practical Guide to Qdrant for RAG Applications
Python try / except / else / finally learning notes
1 minute read
Published:
Python中的 try / except / else / finally,之前没有很认真使用过。最近开发中用的比较多,也踩了一些坑。今天总结一下。
LLM/RAG Learning notes
less than 1 minute read
Published:
主要内容
- LangChain / LlamaIndex 各选 1 套代表用法
- 本地 embedding vs API embedding 的差异
- Function calling / tool calling 的基本范式
Boruta Feature Selection
1 minute read
Published:
Purpose
Boruta is designed to determine which variables (features) are significant in predicting the outcome with the given dataset. It is particularly useful when dealing with high-dimensional data.