Jon Fairbanks

Results 18 comments of Jon Fairbanks

We're not using xml-crypto directly, but it is a dependency a few layers down. Most of the time this code works flawlessly but in rare occasions, we see this: `TypeError:...

Cache was added to help speed up subsequent chat messages since Streamlit essentially runs the full app each time, triggering embedding again. It certainly has edge cases and almost creates...

Please checkout the [Troubleshooting Guide](https://github.com/jonfairbanks/local-rag/blob/develop/docs/troubleshooting.md). See if all of the documents are making it into the `documents` state. This may be similar to #48. Streamlit really wants things to run...

Ah sorry, this may have been a misunderstanding on my part on how YouTube audio works. I checked a few videos and it seems they do only include MP4A and...

If helpful, I opened up pull request https://github.com/alexta69/metube/pull/667 to include `mutagen` in the Pipfile.

Yea, these would probably have to go as a `file.upload` with an included comment. https://api.slack.com/methods/files.upload/code

Can you share your email and I'll get you onboarded? I also see an open PR on apprise mentioning support for the latest Slack API. Perhaps these changes are needed...