Similar Questions in AI System Design
Medium
A user asks "What were the sales in 2023?" How do you prompt the LLM to separate the semantic search ("sales") from the metadata filter ("year == 2023")?
View
Medium
Why do we typically include a 10–20% overlap between text chunks? What happens to the retrieval quality if the overlap is zero?
View
Medium
How do you prevent an Agent from getting stuck in an infinite loop (e.g., Tool A keeps calling Tool B, which calls Tool A)?
View