Requirements:
python >= 3.11
data.db
is requiredmamba
orconda
installedollama
installed (Github)
mamba env create -f environment.yml
Add MODEL
in .env
to specify your model file
MODEL="your_modal_name"
Important
The environment file use cpu version of pytorch, if you have GPUs, install GPU version on your own.
If you want to monitor in LangSmith, add config in the .env
LANGCHAIN_TRACING_V2=true
LANGCHAIN_ENDPOINT="https://api.smith.langchain.com"
LANGCHAIN_API_KEY="api-key"
python main.py
streamlit run streamlit.py
python app.py
Objective, System Architecture, Research Methods, Results, Future Outlook : report