I am looking to use multiple prompts for different scenarios. I found the following in the documentation but apparently it doesn't work with vector store search.
chain = MultiPromptChain.from_prompts(OpenAI(), prompt_infos, verbose=True)
Any way I can use multiple prompts ?
I haven't tried anything yet because I haven't found a solution to vector store search.