Skip to content

Instantly share code, notes, and snippets.

View kevinlu1248's full-sized avatar
👨‍💼
Living in Office

Kevin Lu kevinlu1248

👨‍💼
Living in Office
View GitHub Profile
@kevinlu1248
kevinlu1248 / install.sh
Last active September 11, 2023 05:12
Sweep Sandbox Install from Source
#!/bin/bash
CYAN='\033[0;46m'
WHITE='\033[1;37m'
RED='\033[0;31m'
NC='\033[0m' # No Color
echo -e "\n${CYAN}${WHITE}### Starting Setup Script ###${NC}\n"
# Function to display message and exit when a command fails
@kevinlu1248
kevinlu1248 / BaseIndex.tsx.md
Last active August 1, 2023 22:23
Langchain's Chunker
@kevinlu1248
kevinlu1248 / BaseIndex.tsx.md
Last active March 5, 2024 16:01
Sweep's Chunker