sandywk

Results 4 issues of sandywk

entityStyleFn: (entity) => { const entityType = entity.get('type').toLowerCase(); const data = entity.getData(); switch(entityType){ case 'image': return { element: 'img', attributes: { src: data.src }, style: { maxWidth: '100%', height: 'auto'...

> WeChat.sendAuthRequest("snsapi_userinfo", "wechat_sdk_demo") .then(responseCode => { //返回code码,通过code获取access_token dispatch({ type: 'app/weixinLogin', payload: responseCode.code }) }) .catch(err => { Alert.alert('登录授权发生错误', err.message, [ {text: '我知道了'} ]); }) 上面的方法在 IOS 没有问题,在 Android 真机调试也没有问题。 但是用...

Error {type: "TransportError", description... description: Event {isTrusted: true} isTrusted: true __proto__: Event {type: (...), target: (...), current... type: "TransportError" column: 22 line: 64 message: "websocket error" stack: "@\n@\nclose@[native code]\n@\n@\n@\nclose@\n@\n@" __proto__:...

**Is your feature request related to a problem? Please describe.** May I ask if Haystack's DensePassageRetriever can use PromptNode **Describe the solution you'd like** self.retriever = DensePassageRetriever( document_store=self.document_store, query_embedding_model="distilbert-base-multilingual-cased", #...