A software lab about LLMs and others hype MLs.
This repo is organized as follows:
├── LICENSE
├── README.md
├── docs
├── modules
│ ├── langchain
│ ├── langflow
│ └── common-services
└── scriptsMove to each desired folder and follow each README.md about it to run and make tests.
- Simply run:
make init-
This will build and start
langflow,langchainjupyter notebooks andollamaservices, and download a model from onscripts/ollama_pull_model.sh. -
Acesss langchain on http://localhost:7860/ and upload the file
langflow.jsonto have a simple chatbot with local Ollama running on CPU or GPU.