tengal_teemo
tengal_teemo
@pmeier @peachkeel It shall be done
This feature has been somewhat implemented in [this](https://github.com/peachkeel/ragna/tree/add-timestamps) branch on @peachkeel ragna fork. It is currently trying to mimic Common Logging Format. Example Log: `('http', '127.0.0.1', 31476) - INFO [28/Mar/2024:16:39:54...
1. You are correct, args should be removed. It looks terrible and doesn't really add much, the only reason it was there was because I couldn't find the ip anywhere...
@pmeier if you check the most recent commit, I've implemented the CLF standard more or less properly. I now understand the difference between access and default, one is for the...
The only difference is that we don't really have an ident parameter, so I've left it as "-", and I've added the logging level and replaced the bytes with the...
@pmeier Are you satisfied with this style of logging? I'm happy to make whatever changes to it.
@pmeier After looking into it, I believe that it depends what you mean by middleware. If you mean the BaseHTTPMiddleware they use, then no. Technically, you can just create a...
If we do want to expose the logs to the user, it might be better to expose a `log_config.yaml` file that allows you to specify the `fmt` and `datefmt`, like...
@pmeier I would be interested in working on this as it really, really needs to be done. I propose a component called an `EmbeddingModel`, which would be configured on `SourceStorage`...
This system would be expandable for different chunking methods as well, should you want to edit them.