52Support says the assistant is citing a policy that changed last month. The index was rebuilt. Debug it.▼hardNewAtlassianSalesforceSnowflake2 replies◆ premiumA rebuilt index and a wrong answer means the staleness is somewhere else: a cache, a routing pointer, a chunk that survived deletion, or a document that never reached the pipeline at all.Open full answer →
26A RAG answer took eleven seconds and nobody can say which stage was slow. Instrument it.▼hardNewDatadogDatabricksAtlassian2 replies◆ premiumOne request touches an embedding call, a vector search, a rerank, a prompt build and a generation, and a single duration for the whole thing tells you nothing about any of them.Open full answer →
38You own the vector store behind a RAG product. What breaks in production that nobody warns you about?▼hardNewDatabricksSnowflakeElastic2 replies◆ premiumThe database part is easy. The operational problems are reindexing when the embedding model changes, recall degrading silently as filters get stricter, and memory growing faster than anyone forecast.Open full answer →