Skip to content

Sail the data Ocean

osi1880vr edited this page Apr 29, 2024 · 5 revisions

image

This is the most explorative feature Prompt Quill has to offer. The idea here is to start a batch the will start with our initial input Prompt. Based on that Prompt it will create a prompt following the usual process, find data in the vector store and create a prompt. But then based on the Sail distance setting it will look for the most distant conext from the store and create a prompt from there and so on. The distance is the number of entries to be fetched from the vector store to then find the one that has the largest distance measured by a number we get from the search telling the distance this entry has based on the searched query.

Based on this it will create a number of prompts that with every iteration go more far from your initial input. That's why I call it sailing, it sails on the data we got in the vector store.

Sailing Steps is the number of Prompts / images it will create.

To make it more interesting and also give you some control of the course while sailing there is a number of options you can Play with

Compass

  • Follow high distance
  • hard search specification
  • Add sinus to the distance
    • Sinus frequency
    • Sinus multiplier

Prompt Manipulation

  • Do summary of LLM prompt
  • Rephrase LLM prompt
    • Generate the input Prompt too
    • Rephrase Prompt
  • Hard style Specification
Clone this wiki locally