In today's video I recreate my Python ChatGPT API powered PDF document searcher in PHP.
GitHub: https://github.com/unconv/php-gpt-pdf...
Python version: https://github.com/unconv/gpt-pdfreader
Support: https://buymeacoffee.com/unconv
Consultations: https://www.buymeacoffee.com/unconv/e...
Memberships: https://www.buymeacoffee.com/unconv/m...
00:00 Intro
02:23 PDF to text with PHP
07:00 Chunking PDF text
14:40 Searching through chunks
21:56 Testing search
24:28 Integrate ChatGPT API
ChatGPT library: https://github.com/unconv/php-gpt-funcs
TF-IDF: • Search Engine in Rust (Ep.01)