Skip to content

Commit 9ac07c8

Browse files
committed
updated RAG from scratch - Adithya S K
1 parent bce4aa9 commit 9ac07c8

File tree

2 files changed

+390
-9
lines changed

2 files changed

+390
-9
lines changed

PromptEngineering/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ By mastering the art of prompting, users can significantly enhance the performan
1515

1616
To make the README more engaging, you can add a table of contents with a corresponding route for each file in the "PromptEngineering" folder. Here's how you can structure the table for quick navigation:
1717

18-
| File Name | Description |
19-
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
20-
| [**Basic Prompting**](./PromptEngineering/Basic_Prompting.md) | Introduction to basic prompt engineering concepts and structures. |
21-
| [**Advanced Prompting**](./PromptEngineering/Advanced_Prompting.md) | Techniques for advanced prompt optimization and structured outputs. |
22-
| [**Hands-on with Advanced Prompt Engineering**](./PromptEngineering/hand_on_with_advanced_prompt_engineering.md) | Practical guide for applying advanced prompting techniques. |
23-
| [**Understanding the OpenAI API**](./PromptEngineering/Understanding_OpenAI_API.md) | Overview of OpenAI API usage with prompts. |
24-
| [**Function Calling in LLMs**](./PromptEngineering/function_calling.ipynb) | Notebook demonstrating function calling features with language models. |
25-
| [**Comprehensive Prompt Engineering Notebook**](./PromptEngineering/prompt_engineering.ipynb) | Jupyter Notebook covering various prompting techniques. |
26-
| [**README**](./PromptEngineering/README.md) | Overview of the repository and contents. |
18+
| File Name | Description |
19+
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
20+
| [**Basic Prompting**](./Basic_Prompting.md) | Introduction to basic prompt engineering concepts and structures. |
21+
| [**Advanced Prompting**](./Advanced_Prompting.md) | Techniques for advanced prompt optimization and structured outputs. |
22+
| [**Hands-on with Advanced Prompt Engineering**](./hand_on_with_advanced_prompt_engineering.md) | Practical guide for applying advanced prompting techniques. |
23+
| [**Understanding the OpenAI API**](./Understanding_OpenAI_API.md) | Overview of OpenAI API usage with prompts. |
24+
| [**Function Calling in LLMs**](./function_calling.ipynb) | Notebook demonstrating function calling features with language models. |
25+
| [**Comprehensive Prompt Engineering Notebook**](./prompt_engineering.ipynb) | Jupyter Notebook covering various prompting techniques. |
26+
| [**README**](./README.md) | Overview of the repository and contents. |
2727

2828
### Prompt Engineering Significance
2929

0 commit comments

Comments
 (0)