SIH Tech Tidbits

Useful tips, libraries and tools from the Sydney Informatics Hub team

llm Articles


Local RAG with LLM

Don't want to share your private data? You can run your own local LLM to query your own documents in a couple steps with a RAG! Get a local LLM …

Run chatGPT at home

Don't want to share your private questions with chatGPT? You can run your own local version in a couple steps! Get the interface: git clone https://github.com/oobabooga/text-generation-webui …