QuestionQ20
Develop AI solutions by using Azure data management servicesYou are developing a Retrieval-Augmented Generation (RAG) solution for a company. AI responses and embedding vectors are cached in Redis. Configure Redis to meet these requirements:
- AI responses must expire exactly 24 hours after they are cached.
- Cached embeddings must always reflect the current source data.
Select
AI responses must expire exactly 24 hours after they are cached.
Cached embeddings must always reflect the current source data.
Community Discussion