Skip to content

sahajsoft/uk-dev-day-llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ed206b · Sep 19, 2024

History

19 Commits
Sep 19, 2024
Sep 17, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024

Repository files navigation

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 &