8000 GitHub - shikhar13012001/test-dep
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

shikhar13012001/test-dep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cult Support Chatbot

This is a pilot project to provide support to cult users via a chatbot. This is a LLM RAG Chatbot based on custom knowledge base.

Install and Run

Ensure that Ollama is installed locally. You can install it form here.

After installing Ollama ensure you have pulled the required models.

For testing purposes using Groq API right now for faster implementation. You can get the API key here.

ollama pull mistral
ollama pull nomic-embed-text
# In the project repository
$ python3 -m venv venv
$ source venv/bin/activate
$ python -m pip install -r requirements.txt
$ streamlit run app.py

Folder Structure

Folder Structure

Use cases

#General Queries about Cult, Programs offered, Gym etc.
	-User will be provided the response based on our knowledge base.
 
#Specific Pricing Queries
	- User will be provided a redirect link based on the query.

#Specific Gym Queries
	- User will be provided a redirect link based on the query.
    
# For any question that is out-of-scope, a default answer will be provided.

Workflow

How rag works

Workflow of the chatbot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0