https://github.com/mendixlabs/smart-apps-prompt-library
https://github.com/mendixlabs/smart-apps-prompt-library
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mendixlabs/smart-apps-prompt-library
- Owner: mendixlabs
- License: mit
- Created: 2024-09-25T08:19:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T19:01:32.000Z (over 1 year ago)
- Last Synced: 2025-07-01T12:53:51.394Z (12 months ago)
- Size: 619 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to our Mendix Prompt Library!
Welcome to our Prompt Library—your go-to place for prompt engineering! 🚀 Ever since Large Language Models (LLMs) burst onto the scene, crafting the perfect prompt has become a hot topic. This repository is all about learning how to "speak AI" by mastering the art of prompt crafting. Let's go ahead—explore, experiment, and even contribute! **Let’s make prompt engineering a fun skill anyone can master**. 💡
## Structure
You can find the prompts, a description, scope and explaination of the prompt in the **prompt-reference** folder. We have the following categories and prompt examples:
### complexity-reduction
- Aimed at simplifying complex topics and generating summaries.
- [prompt-1_simplification-assistant.md](./prompt-reference/complexity-reduction/prompt-1_simplification-assistant.md)
- [prompt-2_meeting-transcript-assistant.md](./prompt-reference/complexity-reduction/prompt-2_meeting-transcript-assistant.md)
### Conversational Assistants
- Focuses on basic conversational UI prompts.
- [prompt-1_mendix-assistant.md](./prompt-reference/conversational-assistants/prompt-1_mendix-assistant.md)
- [prompt-2_sales-assistant.md](./prompt-reference/conversational-assistants/prompt-2_sales-assistant.md)
- [prompt-3_ticket-resolution-assistant.md](./prompt-reference/conversational-assistants/prompt-3_ticket-resolution-assistant.md)
- [prompt-4_mx-learning-recomendation-assistant.md](./prompt-reference/conversational-assistants/prompt-4_mx-learning-recomendation-assistant.md)
- [prompt-5_lessons-learned-assistant.md](./prompt-reference/conversational-assistants/prompt-5_lessons-learned-assistant.md)
- [other-examples.md](./prompt-reference/conversational-assistants/other-examples.md)
### Embeddings
- Deals with clustering, semantic search, and retrieval-augmented generation.
- [prompt-1_cluster-naming-assistant.md](./prompt-reference/embeddings/prompt-1_cluster-naming-assistant.md)
- [prompt-2_RAG.md](./prompt-reference/embeddings/prompt-2_RAG.md)
### Function Calling and RAG
- Focuses on using functions to assist with task automation and retrieval-augmented generation.
- [prompt-1_support-assistant.md](./prompt-reference/function-calling-and-RAG/prompt-1_support-assistant.md)
### Predictive Conversational Assistant
- Involves creating predictive conversation flows and dynamic responses.
- [prompt-1_conversational-assistant.md](./prompt-reference/predictive-conversational-assistant/prompt-1_conversational-assistant.md)