Dabnis
September 18, 2024, 9:46am
1
If you have not heard of it I would like to recommend this site promotingguide.ai as a goldmine of info & examples about prompting various LLMs. Lots of good charts on comparisons & notebook examples to play with.
jklre
September 18, 2024, 6:58pm
2
Look at these 2 projects as well. e11 by an ex open AI employee GitHub - MadcowD/ell: A language model programming library.
and fabric
fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
Here is an awesome work for RAG Techniques.
This repository showcases various advanced techniques for Retrieval-Augmented Generation (RAG) systems. RAG systems combine information retrieval with generative models to provide accurate and contextually rich responses.