Tanguy Launay
Results
2
issues of
Tanguy Launay
# Issue The attributes of the trace is the following: ```json {"reranker": {"output_documents": "[{\"document.id\": \"Document 66\", \"document.score\": 0.7503836311141575, \"document.content\": \"Ceci\"}, {\"document.id\": \"Document 53\", \"document.score\": 0.3668898142912457, \"document.content\": \"Ceci\"}, {\"document.id\": \"Document 71\",...
bug
When I try connecting to a remote ssh host inside my $HOME/.ssh/config I cannot pass a SetEnv or SendEnv variable, like this: ``` Host * SendEnv TERM=xterm-256color ``` I get...