Log in
Log into community
Find answers from the community
Most posts
Powered by
Hall
Home
Members
aniket_tech
a
aniket_tech
Offline
, last seen 3 months ago
Joined September 25, 2024
Contributions
Comments
Replies
a
aniket_tech
2 years ago
·
Guys I am creating indexes and the using
Guys, I am creating indexes and the using TransformQueryEngine trying to query on the indexes and sending data to openAI, I want to print the data that I am fetching from my dataset and sending as context to openai. how to print it ?
2 comments
a
L
a
aniket_tech
2 years ago
·
I am trying to embed xlsx document using
I am trying to embed xlsx document using - but I keep on getting error
AttributeError: 'PandasExcelReader' object has no attribute '_concat_rows'
PandasExcelReader = download_loader("PandasExcelReader")
loader = PandasExcelReader()
doc = loader.load_data(file=Path(f'data/US.xlsx'))
anyone knows about this pls ?
3 comments
a
L