RAG based custom LLM
Please upload a file in PDF format (size limit 16MB)
The program will read the PDF, break it into chunks, and create a vector database for retrieval using a special index (FAISS).
Then it will train a model based on the content of the file. After training, you can ask questions related to the content of the file.
Note: The training process may take several minutes depending on the size of the file.