Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 614 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 614 Bytes

LLM DEV DAY

Resources and Notebooks related to talk: Building with LLMs

Prerequisites

Make sure you have the following installed

Getting started

To get staretd, run the following commands


 poetry install
 ollama serve &
 ollama pull llama3.1:8b &
 ollama pull nomic-embed-text &
 docker run -d -p 8080:8080 -p 50051:50051 cr.weaviate.io/semitechnologies/weaviate &
 poetry run jupyter notebook &