Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
3,221 contributions in the last year
Activity overview
Contribution activity
July 2020
Created a pull request in jina-ai/jina that received 7 comments
feat(flow): dryrun is running by default
solves the following problems:
dry_run should be triggered from the client, not triggered by "flow".
dry_run should mimic an empty Index/Search/Tr…
+152
−114
•
7
comments
- feat(executors): add nprobe parameter to faiss indexer
- feat(frameworks): add faiss framework to be able to move index to gpu
- test(indexers) split indexer tests and add faiss indexer test
- feat(examples): Add changes to implement Faiss Search examples
- feat(examples) Add changes required to add examples of faiss search usage
- test(flow): improved log server tests
- refactor(crafters): io crafters should craft documents
- docs-readme-revamp
- fix(encoders): fix mask prune creation
- fix(peapods): got events closed stream
- feat(encoder): transformers truncation strategy
- ci(unittest): allow test discovery from unittest
- docs-101-102: 101 explains jina concept, 102 explains how it works
- feat(executor): add on_gpu: auto
- feat(executor): added new encoders for numeric data
- feat(executor): add image custom keras
- feat: rename port grpc
- test: use image built from pr in tests
- docs(readme): improve russian readme
- docs(contributing): instructions for github association
- chore: update readme gif banner
Created an issue in jina-ai/jina that received 3 comments
ZMQStream + uvloop seems to be a faster choice than manual polling
Describe the feature In current Jina, the event loop is implemented via jina/jina/peapods/pea.py Lines 312 to 315 in 5a4195a ZMQStream +…
3
comments
1
contribution
in private repositories
Jul 4