Y
Hacker News
new
|
ask
|
show
|
jobs
by
jojoba91
960 days ago
Is vector database/engine the only partner of LLM? I also heard of RAG and Agent such as LangChain.
1 comments
yingfeng
959 days ago
RAG requires at least both dense retrieval as well as sparse retrieval, vector search is used to serve as the former one.
link