Skip to content

Instantly share code, notes, and snippets.

View aanushh's full-sized avatar
🎯

Anush kumar N aanushh

🎯
View GitHub Profile

Disaggregated AI Search: Architectural Blueprint & Experimental Roadmap

Status: Finalized for Experimental Phase

Framework Name: Seek.js (@seekjs - @seekjs/core)

SaaS Platform: Vaan | Vantage | Koor (Placeholder : vaan.ai) or some .ai domain that is cheaper

Objective: Deliver an "AI-search-as-a-service" toolchain that completely eliminates the "Vector Database Tax" by shifting index generation to build-time and search execution to the client's browser. Serve as the definitive engineering roadmap for building the 4 core SDK modules of the framework, outlining API contracts, data flows, and critical research paths.

@marteinn
marteinn / _document.js
Created September 26, 2020 06:27
Next.js: How to capture and use page props in next/document
import Document, { Html, Head, Main, NextScript } from 'next/document';
class CustomDocument extends Document {
static async getInitialProps(ctx) {
let pageProps = null;
const originalRenderPage = ctx.renderPage;
ctx.renderPage = () =>
originalRenderPage({
enhanceApp: (App) => (props) => {
@PierreThiollent
PierreThiollent / Readme.md
Last active February 6, 2025 10:24
iTerm2 and Oh-my-zsh config

Setup iTerm2 and oh-my-zsh

Enjoy ! 😄

Install iTerm 2

Download iTerm2 here.