Got it. Thanks for taking the time to explain!
- Solution 1 is: We extend our monitoring capability (and proxy) to vector db queries
- Solution 2 is: If your workflow involves a GPT-4 prompt that creates the final Qdrant query, the results returned from Qdrant can be appended as metadata to your GPT-4 request and you can see those results in Portkey logs. You can then debug your prompt, rerun the pipeline and see if it changes anything right in the logs.
Does that make sense?