Some scripts for testing langchain main functionalities.
- Create the virtual environment
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
- Run ollama with a specif model:
ollama run mwiewior/bielik
- Navigate to the specific directory and run the code with a local README.