OldishCoder

Results 2 issues of OldishCoder

``` if not self._weaviate_binary_path.exists(): print( f"Binary {self.options.binary_path} did not exist. Downloading binary from {self._download_url}" ) ``` From context and my own debugging issues in WSL2/Ubuntu - I think line 140...

This project looks very promising (and there are not a lot of other options I can find) for SSO / Azure AD authentication of my Streamlit App. I am self-hosting...