Closed yiouyou closed 3 years ago
So to have a clear understanding, do u get results when querying without using http.server option?
So to have a clear understanding, do u get results when querying without using http.server option?
Yes, by using 'curl' command line, I can get the results.
Some update:
It seems, when typing query, most of time, it won't work, occasionally it will work (show as below).
according to the description, the problem seems to be with the http.server option. that is just a custom component to show results in a nice way. It may not be ready to work with Chinese language.
It would be good if someone could adapt that to work with Chinese language, but that is not a component of Jina
Hello @yiouyou ,
Since this component is not a core element of Jina (it is just a helper to show results) we cannot guarantee it works with any custom input. I will close the issue, but keep in mind that we will welcome any external contribution that can adapt this front end component to work with Chinese language
. Otherwise you are welcome to adapt it to your own custom design or web component
I'm trying to tweak multires-lyrics-search example to deal with chinese sentense. Here is what I've done:
'search' log as below:
When looking up the problem, I can't find the place to define 'map' and 'length'. Need some help to fix the issue.
Thanks!