Llamindex + postgresql + openai Why Llamaindex send only 2 data of my database to openai?
i have postgresql database with over 100 000 verbatims (with tonality link to each verbatim) in it.
I want to do a resume of all negative verbatim on this database.
Right now my main problem is it looks like llamaindex send only 2 data (over my 100 000 data) to openai. So openai to a resume of my 2 verbatims only … I think i miss understand something but i can’t figure what.