polymath icon indicating copy to clipboard operation
polymath copied to clipboard

Results 78 polymath issues
Sort by recently updated
recently updated
newest added

For sharing information such as the endpoint name, directory, etc. https://en.wikipedia.org/wiki/Well-known_URI

Especially with things like #100 it gets more and more likely we break something when refactoring. Ideally we'd get to a point where every method had type hints and we...

core

https://twitter.com/sendbluedotco

I often see questions that involve time. When was the first time X? Between 2022 and 2023 Y? Can we do more with dates and time... Eg - add the...

Create an area on an endpoint where you can login and fully configure it. - /admin/config: the config editor - /admin/library: the libraries editor (add, update, uncheck, make private or...

To use our cool new [config system](https://github.com/dglazkov/polymath/tree/main/polymath/config#readme), let's make editing configs easy. The pattern I want to try is this: - Config system provides two Flask routes: one for `GET`...

JSON config files are great for small-scale projects, but a more robust solution is needed for larger scale. https://github.com/dglazkov/polymath-host uses Firestore, for example. Here's a path to get there, expressed...

config

The power of polymath is not interacting with _one_ host but rather reaching out to multiple. I imagine people will take great pride in curating an interesting set of different...

I'm getting this on a convert of nakedlibrary (split on new lines) ``` openai.Embedding.create error: This model's maximum context length is 8191 tokens, however you requested 9501 tokens (9501 in...

bug

We setup a simple polymath with some knowledge (questions and answers, web scrape a page, etc). It has the host.SECRET.json all setup, the libraries, and thus is ready to go...