i want to make chat gpt read a pdf and make a Q&A but i know that there should be vectorization is there a good source to learn how to do that?
Hi Ahmadsaddin,
Welcome to the community. There are some tools available to do this for you. If you want to do by yourself, you can use a pdf package (say pypdf) to read pdf files and langchain package to handle big volume of texts (over chatGPT limit).
Best,
Qiang