diff --git a/README.md b/README.md index 9f5fd10..fa63c35 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Below, we will explain each section of the code. Imports the necessary libraries for processing PDFs, Oracle generative AI, text vectorization, and storage in vector databases (FAISS and Chroma). -• PyPDFLoader and pymupdf4llm are used to extract text from PDFs. +• PyPDFLoader is used to extract text from PDFs. • ChatOCIGenAI enables the use of Oracle Cloud Generative AI models to answer questions. diff --git a/images/img_6.png b/images/img_6.png index a4bfb69..ca60674 100644 Binary files a/images/img_6.png and b/images/img_6.png differ