Skip to content
#

document-loader

Here are 10 public repositories matching this topic...

Language: All
Filter by language

This repository covers all the code materials covered within Jose Portilla's Langchain with Python Bootcamp on Udemy.

  • Updated May 2, 2025
  • Jupyter Notebook

Successfully developed a Multi-Domain AI Personal Assistant using LangChain, OpenAI, and Streamlit. The application seamlessly integrates multiple specialized capabilities, including document-based question answering (QA), Python code execution, debugging, explanation and optimization, web search, latest news retrieval, and currency conversion.

  • Updated May 2, 2025
  • Python

Successfully developed an LLM application which generates a summary, a list of citations and references and response to a user's query based on the research paper's content.

  • Updated Mar 23, 2025
  • Python

Examples of top-used LangChain document loaders including CSVLoader, DirectoryLoader, PyPDFLoader, TextLoader, and WebBaseLoader. These loaders standardize raw data into LangChain Document objects for further processing, splitting, embeddings, and RAG workflows.

  • Updated Aug 20, 2025
  • Python

Smart Quiz Generator is a Streamlit-based app that uses GPT-4 to create quizzes (MCQ, True/False, or Fill-in-the-Blank) from your own documents (PDF/TXT) or web pages. It processes content, stores it in a FAISS vector store for quick retrieval, and generates customized quizzes based on a chosen topic.

  • Updated Aug 13, 2025
  • Python

Improve this page

Add a description, image, and links to the document-loader topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the document-loader topic, visit your repo's landing page and select "manage topics."

Learn more