Gagravarr
Gagravarr
Will require some basic theora support (beyond existing detection), then a dedicated Tika parser for it Should ideally provide information on both the theora video, and the main audio stream
If the Ogg file is a Vorbis audio file, and the file also contains a Kate stream, then the Tika parser should try to extract the lyrics from the Kate...
[In this gist](https://gist.github.com/Gagravarr/c86457f2fd70ce2a45e6) you can find [simple test SAS file (date_dd_mm_yyyy_copy.sas7bdat)](https://gist.github.com/Gagravarr/c86457f2fd70ce2a45e6/raw/bf8c821009dc09fe09f2840059afc81627d6c965/date_dd_mm_yyyy_copy.sas7bdat) with date formatting applied to the single column. In SAS viewer, it looks like this:  However, when I...
If you look at the README.md files for all the examples in https://github.com/LangStream/langstream/tree/main/examples/ , you will see a 50/50 mixture of `langstream apps deploy test` and `langstream docker run` for...
After running `mini-langstream start`, the end of the output includes a suggested example app to try ``` Ready 🚀 Deploy your first app with: mini-langstream cli apps deploy app -i...
If you follow the MiniKube getting started documentation, then at https://docs.langstream.ai/installation/get-started-minikube#start-the-cluster in step 3 the deployment of the example application fails  ``` export OPENAI_API_KEY=(removed) mini-langstream cli apps deploy my-app...
The `mini-langstream delete` command assumes that the `mini-langstream` cluster is the only one defined in minikube, and tries to both a delete and a purge (removing the `.minikube` folder) However,...