Tuning Local LLMs With RAG Using Ollama and Langchain

import os from datetime import datetime from werkzeug.utils import secure_filename from langchain_community.document_loaders import UnstructuredPDFLoader from langchain_text_splitters import RecursiveCharacterTextSplitter from get_vector_db import get_vector_db TEMP_FOLDER = os.getenv(‘TEMP_FOLDER’, ‘./_temp’) def allowed_file(filename): return filename.lower().endswith(‘.pdf’)…

Openviro Axe PoE Update - FULL METAL ENCLOSURE!

Openviro Axe PoE Update – FULL METAL ENCLOSURE!

Pre-Order the Openviro Axe PoE at https://www.crowdsupply.com/craft-computing/openviro-axe-poe Email any questions to info@openviro.com Grab yourself a Pint Glass at https://craftcomputing.store Follow me on Bluesky at https://bsky.app/profile/craftcomputing.bsky.social Read moreNSX-T Tier-1 Service Router…

Birth of Unix

Birth of Unix

This brought up new issues. AT&T, the company that financed Bell Labs, couldn’t sell an operating system. In 1956, AT&T was forced by the US government to agree to a…

Formatting Text in Logseq

Formatting Text in Logseq

Admonition blocks or callouts come in handy for highlighting particular piece of information in your notes, like a tip or a warning. The warning below is the best example here.The…