Jeff Tang 946d73dba1 replaced the nba playoff example with The paper Attention Is All You Need in knowledge_graphs_with_structured_outputs преди 1 година
..
datasets 9c2bee0788 add 5 together llama notebooks преди 1 година
images 9c2bee0788 add 5 together llama notebooks преди 1 година
README.md 94682864f2 README update преди 1 година
knowledge_graphs_with_structured_outputs.ipynb 946d73dba1 replaced the nba playoff example with The paper Attention Is All You Need in knowledge_graphs_with_structured_outputs преди 1 година
llama_contextual_RAG.ipynb a80440c462 typo and link fix преди 1 година
multimodal_RAG_with_nvidia_investor_slide_deck.ipynb 6dca215784 path fix преди 1 година
pdf_to_podcast_using_llama_on_together.ipynb a4438d4a75 renamed notebook преди 1 година
structured_text_extraction_from_images.ipynb 9c2bee0788 add 5 together llama notebooks преди 1 година
text_RAG_using_llama_on_together.ipynb 9c2bee0788 add 5 together llama notebooks преди 1 година

README.md

Building LLM apps using Llama on Together AI

This folder contains demos on how to use Llama on Together AI to quickly build LLM apps.

## Prerequisites

To make the most of the examples in this cookbook, you'll need a Together AI API key (sign up for free here).

While the code examples are primarily written in Python/JS, the concepts can be adapted to any programming language that supports interaction with the Together API.

Cookbooks

Cookbook Description Open
MultiModal RAG with Nvidia Investor Slide Deck Multimodal RAG using Nvidia investor slides. Colab
Llama Contextual RAG Implementation of Contextual Retrieval using Llama models. Colab
Llama PDF to podcast Generate a podcast from PDF content using Llama. Colab
Knowledge Graphs with Structured Outputs Get Llama to generate knowledge graphs. Colab
Structured Text Extraction from Images Extract structured text from images. Colab
Text RAG Implement text-based Retrieval-Augmented Generation. Colab

Explore Further

Looking for more resources to enhance your experience with open source models? Check out these helpful links:

Additional Resources