LLM-Interaction

🌱 Installation

pip install -r requirements.txt

🍓 Running

# conversation to llama chatbot
streamlit run llama_chatbot.py --server.enableXsrfProtection false

# conversation to pdf file
python talk_2_pdf.py

# intertact functions
python retrieval_text.py
python retrieval_document.py
python pdf_loader.py
python embedding.py