Skip to content

Instantly share code, notes, and snippets.

@shubham-web
shubham-web / vector-kit-first-thought.md
Last active June 27, 2025 11:12
Pseudo code / ideal developer experience from a library providing vector search functionalities.

Vector Search Library - Production-Ready API Design

from typing import List, Dict, Any, Optional, Union, AsyncIterator, Callable
from dataclasses import dataclass
from datetime import datetime
from enum import Enum
import asyncio
from pathlib import Path
@shubham-web
shubham-web / README-Twemoji-React.md
Created June 12, 2022 04:16 — forked from chibicode/README-Twemoji-React.md
A dead simple React.js Twemoji component.

Twemoji + React

A dead simple React Twemoji component.

Requirements: twemoji

npm install --save twemoji