Skip to content
#

text-splitting

Here are 17 public repositories matching this topic...

A web app that allows users to upload PDFs and interact with them through a Q&A interface. The application extracts text from PDFs, generates embeddings, stores them in a FAISS database, and retrieves relevant information to provide context-aware answers using a large language model .

  • Updated May 5, 2025
  • JavaScript

I built a News Research Tool with Streamlit and LangChain that fetches news articles from URLs, processes them with text splitting and embeddings, and stores them in a FAISS vector DB. Users can query articles via a RetrievalQA chain to get precise, source-backed insights—showcasing my skills in LLMs and vector search.

  • Updated Sep 1, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the text-splitting 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 text-splitting topic, visit your repo's landing page and select "manage topics."

Learn more