Generated Knowledge Prompting | Prompt Engineering Guide<!-- --> I came over this website, the approach looks similar to few shot prompting if I’m not wrong? Also I’m working on a text-to-video use case by exploring open source models… so I have used a RAG system to extract the process from a document and this will be passed to the gpt-4 model which will inturn generate prompts to be fed to text-to-video models. The issue is some of the words it uses in the prompts , specifically name of the products, the t2v models are not able to understand so I wanted the gpt-4 model to describe the shape ,size features of the product instead of just naming it. The features are not available in the pdf, it has only product name so I was hoping to use knowledge based prompting where it will use its own database to answer it. Can someone help me out , im not sure how to implement it. Found this github repo but some files seem to be missing- GitHub - liujch1998/GKP
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How Can Knowledge Graphs Be Used with GPT-4 to Reduce Token Usage in Prompts? | 2 | 486 | June 12, 2024 | |
How do I construct a distributed prompting structure with API? | 2 | 345 | April 11, 2024 | |
Gpt-4 vision few shot prompting with images | 3 | 2575 | May 29, 2024 | |
I want to build a conversational chatbot which have knowledge base as well as universal knowledge of GPT-3 | 6 | 2125 | October 5, 2022 | |
Knowledge base or prompt words, which one is more efficient in solving elementary mathematics problems? | 6 | 354 | June 30, 2024 |