JackLee

Results 21 comments of JackLee

i just got this issue a few minitus ago, how to fix it ? ``` services.backend.depends_on must be a list ```

> > i just got this issue a few minitus ago, how to fix it ? > > ``` > > services.backend.depends_on must be a list > > ``` >...

> You can try add this code at subclass of IssueRegistry > `@Override public int getApi() { return com.android.tools.lint.detector.api.ApiKt.CURRENT_API; }` Anything else code should be added? I have add this...

same issue for me with version:0.26.5

jina-embeddings-v2-base-zh is good,but i have no idea for how to run it with ollama. i'm trying for this: https://github.com/ollama/ollama/issues/327

ok,now i run a customized embedding model [Dmeta-embedding-zh](https://huggingface.co/DMetaSoul/Dmeta-embedding-zh) successfully with [ollama](https://github.com/ollama/ollama), since [ollama](https://github.com/ollama/ollama) using [llama.cpp](https://github.com/ggerganov/llama.cpp) as inference, and it support BERT which is architecture of most of embedding model, following...

> > ok,now i run a customized embedding model [Dmeta-embedding-zh](https://huggingface.co/DMetaSoul/Dmeta-embedding-zh) successfully with [ollama](https://github.com/ollama/ollama), since [ollama](https://github.com/ollama/ollama) using [llama.cpp](https://github.com/ggerganov/llama.cpp) as inference, and it support BERT which is architecture of most of embedding...

> > ok,now i run a customized embedding model [Dmeta-embedding-zh](https://huggingface.co/DMetaSoul/Dmeta-embedding-zh) successfully with [ollama](https://github.com/ollama/ollama), since [ollama](https://github.com/ollama/ollama) using [llama.cpp](https://github.com/ggerganov/llama.cpp) as inference, and it support BERT which is architecture of most of embedding...

这次看起来像是获取商品标题的时候越界了。@HonorWater

> 最后确认下来是被亚马逊反爬虫屏蔽了。出现越界是因为弹出了验证码确认页面。后来在网页手动输入了验证后,现在python去调用,返回的都是空了。 你设置的频率是多少啊?