Skip to content

sahajsoft/uk-dev-day-llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

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 &

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published