Skip to content

Instantly share code, notes, and snippets.

View tellmeY18's full-sized avatar
🐧
evolvin'

Vysakh Premkumar tellmeY18

🐧
evolvin'
View GitHub Profile
from flask import Flask, request, jsonify
from flask_cors import CORS
from langchain_anthropic import ChatAnthropic
from langchain_community.embeddings import HuggingFaceEmbeddings
from langchain_community.vectorstores import Chroma
from langchain.chains import RetrievalQA
from langchain.prompts import PromptTemplate
from datetime import datetime, timedelta
from hashlib import md5
import os
@tellmeY18
tellmeY18 / building_blendos.md
Last active July 25, 2023 07:47 — forked from Ast3risk-ops/building_blendos.md
Building blendOS for Outdated GPU (nvidia driver without wayland support)

Made by @RayVermey.

Hi, here is my procedure i use for building a BlendOS iso from the host itself Building an iso in a container does not work so i have to use the BlendOS host itself. I dont want to have to install all kind of needed packages because that goes directly against the BlendOS principles. So with the help of @rs2009 I made it work as follows:

mkdir arch-chroot