Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 407 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 407 Bytes

LLM-Project-Chatbot

A research tool where you can give bunch of articles, URLs and then can ask questions it will retreve answer based on those articles.

Process article content through LangChain's UnstructuredURL Loader.

Construct an embedding vector using OpenAI's embeddings and leverage FAISS, a powerful similarity search library, to enable swift and effective retrieval of relevant information.