rest-microservice
Here are 20 public repositories matching this topic...
I have been trying to use a custom NER model for spacy-services with the name 'endec'.When I try to use it directly by loading it in displacy/app.py, I get the following error:
`Traceback (most recent call last):
File "app.py", line 4, in
get_model('endec')
File "/home/prgs/spacy-services/displacy/displacy_service/server.py", line 36, in get_model
_models[model_name] =
-
Updated
Apr 17, 2019 - JavaScript
-
Updated
Aug 20, 2019 - Java
-
Updated
Jan 24, 2020 - PHP
-
Updated
Apr 3, 2019 - Python
-
Updated
Jun 23, 2017
-
Updated
Mar 7, 2016 - Go
-
Updated
Oct 16, 2018 - Java
-
Updated
Feb 20, 2017 - Scala
-
Updated
Feb 1, 2019 - JavaScript
-
Updated
May 27, 2018 - JavaScript
-
Updated
Dec 28, 2018 - JavaScript
Improve docs
It is necessary organize and write down standard documentations
-
Updated
Nov 11, 2019 - Kotlin
-
Updated
Oct 29, 2017 - Java
-
Updated
Mar 5, 2019 - Kotlin
Improve this page
Add a description, image, and links to the rest-microservice topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rest-microservice topic, visit your repo's landing page and select "manage topics."
We should be able to set stateless / stateful on each auth scheme independently, because an app may have 2 or more auth schemes, for example jwt/generic with stateless and form with stateful.
Current solution from @jeevatkm: achieve the stateless via interceptor (https://docs.aahframework.org/interceptors.html) - define action or controller level
Finallyinterceptor and then call `ctx.Session