get http://localhost:9170/api/versioned/v1/projects/:isQueryable
Returns true if specified project is queryable.
You must call this endpoint after the first call to update LLM data to make sure the model is available for queries. It will wait for all operations generated by the update LLM method to complete and ensure that LLM is ready for queries. This endpoint only shows whether a dedup model is available for queries or not. It does not reflect whether the dedup model is up-to-date or not.
Returns true
or false
to indicate whether the project is queryable.