Pinned Loading
-
Cloudflare Workers AI baai/bge-small...
Cloudflare Workers AI baai/bge-small deployment script 1// Made by @charlestehio: https://x.com/charlestehio2// Usage: https://abc.workers.dev/?query=your%20embedding%20query34import { Ai } from './vendor/@cloudflare/ai.js';
5 -
How to install pgvector in vanilla p...
How to install pgvector in vanilla postgresql 1sudo apt install postgresql-15-pgvector
2sudo -u postgres psql
3CREATE EXTENSION vector;
-
Stripe amount to standard Currency +...
Stripe amount to standard Currency + Amount and vice-versa 1<?php23// This function converts a normal currency amount to a Stripe-compatible amount.4// To be used on creating Stripe Checkout Stations5// e.g. USD 10.00 to 1000
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.