Find answers from the community

Updated 3 months ago

hey everyone I am new to building RAG

hey everyone I am new to building RAG chatbots, I have a tabular dataset which contains different criterias(columns) in numerical/text form. I explored some ideas, like chain of tables but the text data require natural understanding, and cannot be used with psql/pandas df. can anyone give rough pointers to start with ?! Thanks
W
1 comment
You can try our PandasQueryEngine: https://docs.llamaindex.ai/en/stable/examples/query_engine/pandas_query_engine/?h=pandas+query

If this does not work, you can try reading the data using one of the CSV reader and create one doc object for each row and try querying.
https://llamahub.ai/l/readers/llama-index-readers-file?from=
Add a reply
Sign up and join the conversation on Discord