Skip to content

Instantly share code, notes, and snippets.

View josemartinrodriguezmortaloni's full-sized avatar

José Martín Rodriguez Mortaloni josemartinrodriguezmortaloni

View GitHub Profile
@ChintanTalapara
ChintanTalapara / PID_Symbol_Library_Complete_Reference.md
Created March 19, 2026 02:14
Complete P&ID Symbol Library & Drafting Protocols Reference - ISA 5.1, ISO 10628-2, Open-Source SVG Libraries, Tag Naming, Line Designation

P&ID Symbol Library & Drafting Protocols

Complete Reference Document

Standards Covered: ISA 5.1 | ISO 10628-2 | ISO 14617 | PIP PIC001
Compiled: March 2026


Table of Contents

@disler
disler / ADA_v2_README.md
Created April 17, 2024 18:01
Personal AI Assistant: 'Ada' - v0.2

This is not working complete code.

This is strictly a v0.2, scrapy, proof of concept version of a personal AI Assistant working end to end in just ~726 LOC.

This is the second iteration showcasing the two-way prompt aka multi-step human in the loop. The initial, v0, assistant version is here.

It's only a frame of reference for you to consume the core ideas of how to build a POC of a personal AI Assistant.

To see the high level of how this works check out the explanation video. To follow our agentic journey check out the @IndyDevDan channel.

@mneedham
mneedham / 0_install.sh
Created October 28, 2023 08:30
Hugging Face's Text Embeddings Inference Library
git clone git@github.com:huggingface/text-embeddings-inference.git
cd text-embeddings-inference
cargo install --path router -F candle -F accelerate
model=BAAI/bge-large-en-v1.5
revision=refs/pr/5
text-embeddings-router --model-id $model --revision $revision --port 8080