학습일지/AI
High Performance (Realtime) RAG Chains: From Basic to Advanced
inspirit941
2024. 5. 24. 10:16
반응형
Realtime RAG Chain from basic to advanced
https://youtu.be/GoM3vC4pDaI?si=IUTmDQUkEhcDMHCh
- Simple RAG: Groq, Redis, Llama3 로 구현
- Hybrid RAG: filtering 기능 추가
- Contextual RAG: 필요한 데이터를 추가로 fetch from Redis, in order to make recommendations to the customer.
redis는 redisCloud에서 인스턴스 발급받아서 사용.
반응형