adjustments

This commit is contained in:
2025-03-08 23:22:12 -03:00
parent d5528ee9a0
commit 1c19fc5019
2 changed files with 1 additions and 1 deletions

View File

@@ -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). 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. • ChatOCIGenAI enables the use of Oracle Cloud Generative AI models to answer questions.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 61 KiB