polymath
polymath copied to clipboard
Instead of requiring a local `.pkl`, fetch the content from a configured server.
Two benefits: 1) Allows us to have a simple way to validate source and library (check to see if discovery #13 URL and `source` URLs match) 2) Can make chunk...
Type annotations will help catch mistakes and make refactoring easier
Modest proposal: Library owners can add a `` tag to their home pages. The meta tag points to the polymath library endpoint? This way, a client simply needs to point...
There's a limited window to stuff context into. One idea is to fetch a lot of context, and then 'compress' it with a query like: ``` Distill the following into...
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...
Currently the sample host only works with a single `.pkl` file, but it should open all of the files in `sample/out`
Depends on #2. After allowing multiple sources, it should be possible in the query to refer to them by name, e.g. `Dimitri` or `the compendium`.