@@ -185,7 +185,7 @@ function skipLoader(config) {
185185 new RegExp ( 'http(s*)://(.*?)/knowledge/vector/(.*?)/create' , 'g' ) ,
186186 new RegExp ( 'http(s*)://(.*?)/knowledge/document/(.*?)/page' , 'g' ) ,
187187 new RegExp ( 'http(s*)://(.*?)/knowledge/document/(.*?)/upload' , 'g' ) ,
188- new RegExp ( 'http(s*)://(.*?)/knowledge/NER /analyze' , 'g' ) ,
188+ new RegExp ( 'http(s*)://(.*?)/knowledge/entity /analyze' , 'g' ) ,
189189 new RegExp ( 'http(s*)://(.*?)/users' , 'g' ) ,
190190 new RegExp ( 'http(s*)://(.*?)/instruct/(.*?)' , 'g' ) ,
191191 new RegExp ( 'http(s*)://(.*?)/agent/(.*?)/code-scripts' , 'g' ) ,
@@ -230,8 +230,8 @@ function skipLoader(config) {
230230 new RegExp ( 'http(s*)://(.*?)/knowledge/vector/collections' , 'g' ) ,
231231 new RegExp ( 'http(s*)://(.*?)/knowledge/vector/(.*?)/exist' , 'g' ) ,
232232 new RegExp ( 'http(s*)://(.*?)/knowledge/processors' , 'g' ) ,
233- new RegExp ( 'http(s*)://(.*?)/knowledge/NER /analyzers' , 'g' ) ,
234- new RegExp ( 'http(s*)://(.*?)/knowledge/NER /data-providers' , 'g' ) ,
233+ new RegExp ( 'http(s*)://(.*?)/knowledge/entity /analyzers' , 'g' ) ,
234+ new RegExp ( 'http(s*)://(.*?)/knowledge/entity /data-providers' , 'g' ) ,
235235 new RegExp ( 'http(s*)://(.*?)/logger/instruction/log' , 'g' ) ,
236236 new RegExp ( 'http(s*)://(.*?)/logger/instruction/log/keys' , 'g' ) ,
237237 new RegExp ( 'http(s*)://(.*?)/logger/conversation/(.*?)/content-log' , 'g' ) ,
0 commit comments