Skip to content

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 re

Notifications You must be signed in to change notification settings

shwetapardhi/LLM-Project-Chatbot-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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 re

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages