peachkeel
peachkeel
### Feature description Oftentimes, I'll start up Ragna like so to create a log: `ragna api 2>&1 | tee ragna.log` I can then `grep` the log to find errors or...
### Feature description Add an optional `tags` attribute, perhaps of type `list[str]`, to the `Document` class and its corresponding schema. When files are uploaded via the API, `tags` could then...
### Feature description When there are a lot of documents underlying a chat, the chat header becomes unwieldy. It might be better to display the total number of documents underlying...