Skip to content

Instantly share code, notes, and snippets.

View fengliu222's full-sized avatar
🎯
Focusing

JL fengliu222

🎯
Focusing
View GitHub Profile
@virattt
virattt / rag-reranking-gpt-colbert.ipynb
Last active March 30, 2024 18:26
rag-reranking-gpt-colbert.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@fernandoaleman
fernandoaleman / mysql2-m1.md
Last active April 22, 2024 23:15
How to install mysql2 gem on m1 Mac

Problem

Installing mysql2 gem errors on Apple silicon M1, M2 or M3 Mac running macOS Sonoma.

Solution

Make sure mysql-client, openssl and zstd are installed on Mac via Homebrew.

Replace mysql-client with whichever mysql package you are using