8000 GitHub - Vinayak-Sharma12/ThaparGPT: ThaparGPT is RAG based model designed to answer question related to Thapar University with precision and accuracy.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ThaparGPT is RAG based model designed to answer question related to Thapar University with precision and accuracy.

Notifications You must be signed in to change notification settings

Vinayak-Sharma12/ThaparGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Title: ThaparGPT

1. Description

This project, ThaparGPT, is a Streamlit-based application designed to answer questions related to Thapar University.It leverages LangChain's capabilities, combining FAISS for vector storage and retrieval, HuggingFaceEmbeddings for embedding generation, and Cohere for language modeling. ThaparGPT is a RAG (Retrieval-Augmented Generation)-based application. This means it combines two powerful techniques:

Retrieval: The app first retrieves relevant information from a large text corpus. It uses a FAISS index to store text chunks as dense vector embeddings, which allows it to quickly identify and retrieve the most relevant pieces of text in response to a user's query.

Augmented Generation: After retrieving the relevant text, ThaparGPT uses Cohere's language model to generate a precise answer. The model takes the retrieved context into account, ensuring that the answer is both relevant and accurate.ThaparGPT is a RAG (Retrieval-Augmented Generation)-based application. This means it combines two powerful techniques:

Retrieval: The app first retrieves relevant information from a large text corpus. It uses a FAISS index to store text chunks as dense vector embeddings, which allows it to quickly identify and retrieve the most relevant pieces of text in response to a user's query.

Augmented Generation: After retrieving the relevant text, ThaparGPT uses Cohere's language model to generate a precise answer. The model takes the retrieved context into account, ensuring that the answer is both relevant and accurate.

2. Methodology

Indexing

Retrieval and Generation

3. Input / Output

4. Live link

Link: https://thapargpt-ah5lxaqe8rlcybfqw3iq3e.streamlit.app/

About

ThaparGPT is RAG based model designed to answer question related to Thapar University with precision and accuracy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0