polymath
polymath copied to clipboard
If the client gets errors, surface them in a nice way. "openai.Embedding.create error: The server is currently overloaded with other requests. Sorry about that! You can retry your request, or...
Much of the content people will host is their public content, just in a more convenient format. But some of the content will be private (e.g. unpublished notes or drafts)....
In the library format, chunks must have a unique ID. Currently they are an arbitrary string the library author uses, and by convention are things like the `{article_slug}(_{article_chunk_index})?`. When we...
We currently use `Answer the question as truthfully as possible using the provided context, and if the answer is not contained within the text below, say \"I don't know.\"` but...
Currently it's a particularly-shaped data structure that is passed to a number of different functions. That means the structure of the data has to be known by a number of...
Something that people can configure to hold endpoints and API keys.
A simple web polymath client that lets you define which federated resources to query?
[While RSS can do some of the job](https://github.com/dglazkov/polymath/issues/37), WordPress has an [export format](https://wordpress.com/support/export/) that would also bring in media and more meta data.
A la substack/medium, support raw RSS and then WordPress etc can be supported.