Hi, can we use "search" option (with RAG) for "Big query Tables" ? I selected, using "Query Tables", 2 BQ tables but I want to answer the asked question from my data using RAG method. I know that "search" option works with docs. My data are organized in text and metadata fields. Actually, using "Query Table" generate only SQL instructions.
Thanks for the question Otman. No unfortunately. What you can do however, is to turn your table into docs in a folder then plug it using a search tool. You can plug both tools to an agent and get the best of both world. Here is a script that I built a few weeks ago. It: Turns each row into a doc. Push the docs in a Dust folder using the Dust API. You can open this in Cursor, and iterate a bit to make it work for you 😊
Thanks Remi for your quick answer, and the shared example.