Find answers from the community

Updated 3 months ago

If I have structured data from an API

If I have structured data from an API for example. What's the best way to create an index from it? For example in my case I have a product list data that is JSON formatted with all the basic product details.
j
f
6 comments
hey @franciscopera , how structured is your data?
can it fit within a tabular format? we have a tabular/pandas index for handling those cases
Yes. It has like product name, price , city, id
So how to index such data?
if it fits cleanly within a tabular format, then we have a guide here! https://gpt-index.readthedocs.io/en/latest/guides/tutorials/sql_guide.html
Add a reply
Sign up and join the conversation on Discord