dglazkov / polymath

MIT License
133 stars 9 forks source link

Allow specifying a separate context and question #7

Open jkomoros opened 1 year ago

jkomoros commented 1 year ago

Currently we fetch context based on doing an embedding on the question. But there are some cases where you want to fetch a body of content and then do some operation on it.

E.g. "What are some rules of thumb for running a secret garden? Summarize the context into 8 sentences or less."

In this case it would be nice to be able to split up the first sentence as the context selector and the latter as the question.