Find answers from the community

Updated 2 years ago

Index a table

At a glance
Hi what is the best practice to index a table ? will the LLM understand a simple table?
L
O
4 comments
I think the best option is converting the table into a csv, and using the paged csv loader

https://llamahub.ai/l/file-paged_csv

Another option is using the pandas or sql index, but keep in mind right now they only take user queries and transform them into sql/pandas operations, and thenr return the result of that operation
I'm trying to create a customer service chatbot. The table contains prices for age range (check the attached tbl). How do you suggest to hundle this?
Attachment
image.png
I'm trying to create a customer service chatbot. The table contains prices for age range (check the attached tbl). How do you suggest to hundle this?
Image
Attachment
image.png
If the table is small, I would just convert that to a written document lol
Add a reply
Sign up and join the conversation on Discord