I’m using the RAG / knowledge base feature, and I’m curious about how content is fetched from the knowledge base during a multi-turn conversation. Specifically, does Pickaxe only retrieve relevant chunks on the very first query, or does it run additional retrieval calls for subsequent follow-up queries in the same interaction?
I’m concerned about accuracy if the knowledge base is only queried once (as it feels like might be the case). How does the RAG pipeline handle continuity and context across multiple interactions?
Thanks in advance for any guidance or best practices you can share!