Clarifying Query Structure for Effective Data Source in App Development
Hi there, I’ve built an app that I use in one of my bots. The first block of the app is a data_source block, which I use to find related discussions (from call transcript files). From what I understand, the query section in the block specifies what the semantic search should target. However, no matter what I input in the query, I consistently get the same 24 chunks returned—even though there are over 100 documents with many more chunks available. I might be misunderstanding how to structure the query. I’ve gone through the documentation, but it’s still unclear. Could you provide a clear example of a properly written query so I can ensure I’m using it correctly? Thanks in advance!