Thomas Ritaine

Results 5 issues of Thomas Ritaine

### Feature Use Case In games such as [Akinator](https://en.akinator.com/) (which is partially implemented in [this PR](https://github.com/leon-ai/leon/pull/143) #143 ), we need to ask questions to the user. However, we can not...

feature request

### Question When ask Leon "How much is 4 + 5 ?", the NLU gives me this json as a result : ``` { "lang": "en", "package": "maths", "module": "calculator",...

question

### Description Accessing the documentation endpoint at `/api/docs` results in a failure to load the OpenAPI definition due to an incorrect fetch path. The UI attempts to retrieve the OpenAPI...

## Overview This PR addresses the routing issue described in [#1134](https://github.com/danswer-ai/danswer/issues/1134), where accessing the `/api/docs` endpoint failed to load the OpenAPI definition due to an incorrect path for fetching `/openapi.json`....