2 - start venv and pip install langchain, langchain-olla, and ollama modules

01 - set up venv

I'm working in chatbots-ollama directory and calling the venv 'chatbot'

python3 -m venv chatbot
source chatbot/bin/activate

pip install the lang-chain

pip install langchain langchain-ollama ollama