Skip to content

Instantly share code, notes, and snippets.

@valer-cara
Created December 12, 2023 21:08
Show Gist options
  • Save valer-cara/9859a255665b2740a815e6ce217a69dd to your computer and use it in GitHub Desktop.
Save valer-cara/9859a255665b2740a815e6ce217a69dd to your computer and use it in GitHub Desktop.

RAG

2023-12-12 Preparing some workshop that I don't know much of, but have the task of analysing how competing orgs have approached Decentralization. What they promised, what they did, what they're looking to do.

Looking at zkSync at the moment. Planning to pull articles from the internet, figure out vectorDB/indexes in langchain and use that to query the LLM on it's newly learned information.

The keyword in LLM is retrieval.

RAG (retrieval-augmented generation)

Probably use this to augment the LLM's knowledge base:

Beyond RAG? Vendor APIs?

Embeddings

Prompting

Cookbooks & Tutorials

Refs [TODO, review these]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment