Hey guys so my question is simple enough. I found many people using RAG over JSON but what do you think about using RAG over normal text containing some JSON objects? The context is that I am thinking about transforming my tables into JSON objects, with 1 row = 1 JSON object, and see if it allows for better interpretation of the results. But I am scared that the retrieval would be a problem and the JSON would never be retrieved because of similarity scores etc. I am wondering if simply parsing the tables as Markdown works better. Has anyone experienced a similar issue and could share some insights? I would really appreciate it. Thanks!
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Is there a best practice to encode Complex tables for RAG processing? | 3 | 1544 | September 11, 2024 | |
| Managing large query with RAG | 1 | 321 | June 24, 2024 | |
| RAG with table, text and image | 1 | 1694 | September 4, 2024 | |
| RAG for structured data (querying RD vs. knowledge graph/graph db) | 2 | 8976 | March 7, 2024 | |
| Discussion about RAG model using Chroma DB | 2 | 3038 | July 20, 2024 |