-
🗂️ LlamaIndex 🦙 (GPT Index)
Context To perform LLM’s data augmentation in a performant, efficient, and cheap manner, we need to solve two components: Proposed Solution That’s where the LlamaIndex comes in. LlamaIndex is a simple, flexible interface between your external data and LLMs. It provides the following tools in an easy-to-use fashion: https://github.com/jerryjliu/gpt_index
-
🦜️🔗 LangChain
⚡ Building applications with LLMs through composability ⚡ Large language models (LLMs) are emerging as a transformative technology, enabling developers to build applications that they previously could not. But using these LLMs in isolation is often not enough to create a truly powerful app – the real power comes when you can combine them with other sources […]