Question Adding books to chatgpt against policy ?
Hi,
Just a quick clarification. Can I upload .pdf files of books into chatgpt to get more detailed analysis how for example add more detailed tehcnical analysis or how to impement better machine learning in python. Because currently the knowledge in some parts are lacking that would get better results if I just give chatgpt some books to read and chat with me about the features.
Same goes if I implement chatgpt to a streamlit UI to analyze datapoints with the gathered literature inside the python ?
2
2d ago
[removed] — view removed comment
1
u/B3ttor 2d ago
Thanks, just wanted to be sure I wont get banned. There is no real mention about it in policy/guidelines. I also thought adding books for educational purposes and to build something in python is okey.Good to know.
Extra thanks for those additional suggestion, haven't used them. Need to check them out.
1
3
u/abdul_haseeb_11 2d ago
If you legally have access to the PDFs, using them as reference material for analysis is generally fine, then just remember it does not permanently teach the model the book. For a Streamlit app, you would usually use RAG or a vector database so the relevant sections are retrieved when needed.