Log in
Log into community
Find answers from the community
View all posts
Related posts
Did this answer your question?
๐
๐
๐
Powered by
Hall
Inactive
Updated 2 months ago
0
Follow
If I have structured data from an API
If I have structured data from an API
Inactive
0
Follow
f
franciscopera
2 years ago
ยท
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
Share
Open in Discord
j
jerryjliu0
2 years ago
hey @franciscopera , how structured is your data?
j
jerryjliu0
2 years ago
can it fit within a tabular format? we have a tabular/pandas index for handling those cases
f
franciscopera
2 years ago
Yes. It has like product name, price , city, id
f
franciscopera
2 years ago
So how to index such data?
j
jerryjliu0
2 years ago
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
f
franciscopera
2 years ago
Okay. Thanks
Add a reply
Sign up and join the conversation on Discord
Join on Discord