Skip to content

Instantly share code, notes, and snippets.

View rrubio's full-sized avatar

Rodrigo Rubio rrubio

  • Sydney, Australia
View GitHub Profile
@linuxandchill
linuxandchill / retrievalQA.js
Last active June 10, 2024 16:04
Create and retrieve embeddings using Langchain and Supabase
////////////////////////////////////
/* "dependencies": {
"@supabase/supabase-js": "^2.13.1",
"langchain": "^0.0.44"
} */
////////////////////////////////////
import { OpenAI } from "langchain/llms";
import {
@antmrdevlabs
antmrdevlabs / parse-ionic2.md
Last active December 4, 2016 12:53 — forked from alexciesielski/parse-ionic2.md
Ionic 2 Beta + Backendless
/**
* ================== angular-ios9-uiwebview.patch.js v1.1.1 ==================
*
* This patch works around iOS9 UIWebView regression that causes infinite digest
* errors in Angular.
*
* The patch can be applied to Angular 1.2.0 – 1.4.5. Newer versions of Angular
* have the workaround baked in.
*
* To apply this patch load/bundle this file with your application and add a