Simulation of ML interview with plain OpenAI and based on interview-related articles. Use of LangChain framework, OpenAI text-davinci-003 LLM and ChromaDB database for answering questions about loaded texts.
Please see he project notebook-IPYNB and presentation-PDF files.
Order of work:
- Download websites to htmls with web_scrapper_1_downloader.ipynb
- Scrap htmls to text files with web_scrapper_2_parser.ipynb
- Load, combine, add to data base and index text files and run queries with langchain_over_texts.ipynb.