Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doberst authored Feb 28, 2024
1 parent f96fcd8 commit bdd87c9
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions fast_start/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,27 @@ Platforms:
There are 6 examples, designed to be used step-by-step, but each is self-contained,
so you can feel free to jump into any of the examples, in any order, that you prefer.

Each example has been designed to be "copy-paste" and RUN with lots of helpful comments and explanations embedded in the code samples.
Each example has been designed to be "copy-paste" and RUN with lots of helpful comments and explanations embedded in the code samples.

Please check out our [Fast Start Youtube tutorials](https://www.youtube.com/playlist?list=PL1-dn33KwsmD7SB9iSO6vx4ZLRAWea1DB) that walk through each example below.

Examples:

**Section I - Learning the Main Components**
1. **Library** - parse, text chunk, and index to convert a "pile of files" into an AI-ready knowledge-base.

2. **Embeddings** - apply an embedding model to the Library, store vectors, and start enabling natural language queries.

3. **Prompts** & **Model Catalog** - start running inferences and building prompts.
1. **Library** - parse, text chunk, and index to convert a "pile of files" into an AI-ready knowledge-base. [Video](https://youtu.be/2xDefZ4oBOM?si=8vRCvqj0-HG3zc4c)
2. **Embeddings** - apply an embedding model to the Library, store vectors, and start enabling natural language queries. [Video](https://youtu.be/xQEk6ohvfV0?si=B3X25ZsAZfW4AR_3)
3. **Prompts** & **Model Catalog** - start running inferences and building prompts. [Video](https://youtu.be/swiu4oBVfbA?si=0IVmLhiiYS3-pMIg)

**Section II - Connecting Knowledge with Prompts - 3 scenarios**

4. **RAG with Text Query** - start integrating documents into prompts.

5. **RAG with Semantic Query** - use natural language queries on documents and integrate with prompts.

6. **RAG with more complex retrieval** - start integrating more complex retrieval patterns.

4. **RAG with Text Query** - start integrating documents into prompts. [Video](https://youtu.be/6oALi67HP7U?si=pAbvio4ULXTIXKdL)
5. **RAG with Semantic Query** - use natural language queries on documents and integrate with prompts. [Video][https://youtu.be/XT4kIXA9H3Q?si=EBCAxVXBt5vgYY8s)
6. **RAG with more complex retrieval** - start integrating more complex retrieval patterns. [Video](https://youtu.be/G1Q6Ar8THbo?si=vIVAv35uXAcnaUJy)
After completing these 6 examples, you should have a good foundation and set of recipes to start
exploring the other 50+ examples in the /examples folder, and build more sophisticated
LLM-based applications.
Expand Down

0 comments on commit bdd87c9

Please sign in to comment.