Flo

Results 7 comments of Flo

boot2docker comes with bash (mingw) but its old... ``` sh $ echo $BASH_VERSION 3.1.23(6)-release ``` not sure if backporting makes sense, but the dockerized version works fine if you ssh...

As a workaround for the connection issue adding this to the ssh_config seems to work: ``` LocalForward 127.0.0.1:8010 127.0.0.1:8010 ``` However, when i created a new Project named 'bpTest' it...

Same issue still exists with the `typesense/typesense:0.25.2` image. Is there any known workaround for this?

It works fine in a VM and also as [AppService/WebApp](https://learn.microsoft.com/en-us/azure/app-service/quickstart-custom-container?tabs=dotnet&pivots=container-linux-vscode) however its a royal pain in the behind to get to work. Multi-Container webapps are still in preview

Thx for the fast reply, i've found the `text_match_info` field. However it is of similar obscurity (for me): ```js { "best_field_score": "1108091338752", "best_field_weight": 15, "fields_matched": 1, "score": "578730123365187705", "tokens_matched": 1...

It takes only care of the R part of RAG but yes, custom models and using GPU are supported. And you also have the option to generate the embeddings yourself...

My workaround was to create my own image but it was based on stretch, use at your own risk: https://github.com/piccaso/autorest-legacy/ I have since then moved away from autorest and am...