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!