-
**Describe your proposal/problem**
I'm looking for chaining the flows with different ports. For example, I'm trying to run multilingual model with different flows.
For now, I have to create flows …
-
**Describe the bug**
I was trying out the **Semantic Wikipedia Search with Transformers and DistilBERT example.**
This is the error I am getting after running
```
python3 app.py -t index
```
F…
-
Reproduce:
`flow.py`
```
from jina import Flow
with Flow(host='127.0.0.1', protocol='grpc', port_expose=8085) as f:
f.block()
```
`client.py`
```
from jina.clients.grpc import GRPCC…
-
Related code https://github.com/jina-ai/example-video-search/blob/main/executors.py#L23:L110
-
After some iterations `python examples/hnsw_benchmark.py ` included in the PR seems to fail can you reproduce the following?
```
Xtr: (124980, 128) vs Xte: (20, 128)
2021-11-23 11:42:03.020 | WAR…
-
这个帖子是免费的程序员招聘服务。
如果你们团队正在招人,欢迎把招聘信息发在这个帖子里面。请简要描述,岗位名称、工作地点、岗位要求、团队简介、联系方式等等。
**注意:同一个团队如果招聘多个岗位,请写在一起,不要分成多个部分张贴。**
读者可以咨询,但请不要发布与招聘无关的内容,禁止对公司或岗位进行评论或抱怨。如果有意应聘,请直接与发帖人联系。
谢绝中介和猎头发帖,违者拉黑。…
-
The problem is that DocumentArrayMemmap keeps a buffer of Docs in memory that try to keep track of wether a document is updated or not. By default, when chunks and matches are accessed from a Doc, the…
-
While following [this](https://docs.jina.ai/tutorials/fuzzy-grep/#fuzzy-grep-in-30-lines) from the docs, I noticed that the server is not getting started.
After running this piece of code
```
fro…
-
The bottleneck of search is about table SQL query
```bash
Line # Hits Time Per Hit % Time Line Contents
==============================================================
71 …
-
## Showcase
- [x] Create a Monorepo and a blank React project #7
- [x] Set up layout for the page #3
- [x] Set up boilerplate for the Showcase Sidebar #4
- [x] Set up boilerplate for the Showc…