8000 GitHub - RahulBoipai/mera-chatbot: A personalized chatbot using Langchain and open source LLM. feature: causal chat, document chat, code chat.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A personalized chatbot using Langchain and open source LLM. feature: causal chat, document chat, code chat.

Notifications You must be signed in to change notification settings

RahulBoipai/mera-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERA-CHATbot

setup

All the necessary dependency are in Dockerfile run the below command in terminal in the number sequence.

  1. build docker image

    bash build_image.sh 
    
  2. build container

    bash start_container.sh 
    
  3. activate conda env

    conda activate chat_env
    
  4. download and install ollam

    curl -fsSL https://ollama.com/install.sh | sh
    
  5. run llama3

    ollama run llama3

run app

streamlit run run.py

important links

About

A personalized chatbot using Langchain and open source LLM. feature: causal chat, document chat, code chat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0