norandom / project_bookworm

Using LLMs with Ebooks and texts, developing Prompts, Agents, and Code with LangChain, using a Vector DB and Embeddings

Home Page:https://because-security.atlassian.net/wiki/spaces/LML/pages/74121692/LangChain+GPT-4+and+a+security+motivation+for+Agents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't read this

Writeup

Follow the sub-pages for more.

Local install w conda

conda create --name lang_chain python=3.11 
source ~/miniconda3/bin/activate 
conda activate lang_chain
conda install --file requirements.txt

For the local SQlite VSS

pip install --upgrade --quiet  sqlite-vss

for Ubuntu Server 22.04 LTS minimal) specifically here:

sudo apt-get install libatlas-base-dev

Probably too much, but it works

pip install sentence-transformers  

About

Using LLMs with Ebooks and texts, developing Prompts, Agents, and Code with LangChain, using a Vector DB and Embeddings

https://because-security.atlassian.net/wiki/spaces/LML/pages/74121692/LangChain+GPT-4+and+a+security+motivation+for+Agents

License:MIT License


Languages

Language:Jupyter Notebook 99.8%Language:Shell 0.2%Language:Python 0.0%