Skip to content

This is a simplified RAG implementation based on LLM with dynamical configuration.

License

Notifications You must be signed in to change notification settings

zhlsunshine/langchain-chatbot-rag

Repository files navigation

langchain-chatbot-rag

This is a simplified RAG implementation based on LLM with dynamical configuration.

Command for repo

$ deactivate
$ rm -rf myvenv
$ python3 -m venv myvenv
$ source myvenv/bin/activate
$ python -m pip install --upgrade pip 
$ pip install wheel setuptools
$ pip install -r requirements.txt

$ python embedding-md.py
$ uvicorn rag-server:app --host 0.0.0.0
$ streamlit run rag-client.py

About

This is a simplified RAG implementation based on LLM with dynamical configuration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages