Highlights
- Arctic Code Vault Contributor
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
5,158 contributions in the last year
Activity overview
Contribution activity
October 2020
- hanxiao/mindspore C++
- hanxiao/utterances TypeScript
- hanxiao/copyright-action Python
Created a pull request in jina-ai/jina that received 5 comments
feat(flow): inspect pods are collected before gateway
New Feature
.gather_inspect() can be used to manually collect inspect pods
--inspect is added to Flow CLI/API, allowing HANG, REMOVE, COLLECT thre…
- refactor(encoder): change get_model to get_cell mindspore idiom
- fix(hub): hub repo name should given by user
- refactor(hubio): remove duplicate logic on hub push
- refactor(driver): eval drivers focus on data type of field
- refactor(cli): remove the use of packaging
- test: add docker hello-world with no devel install
- fix: raise better exception for invalid doc id
- feat(cli): show local version side by side
- feat(hub): show local manifest
- refactor(hubio): remove the dependency of requests from list
- feat(cli): check new jina version on start
- feat(flow): add plot for uses before after
- refactor: flatten evaluator inheritance
- feat(pod): allow uses-before/after on single pea
- style: fix line space
- ci: just for testing a PR
- ci: just for testing a PR
- ci: replace match-py-ver to devel
- feat(driver): add collect evaluation driver
- feat(flow): inspect without introducing side-effect on socket
- refactor(eval): remove evaluate flow
- feat(flow): add eval() interface generates hanging pod
- refactor(evaluator): rename, style and format
- Revert "fix: add devel tag to Pillow dependency"
- refactor(indexer): refactor cache index add shortcuts
- Some pull requests not shown.
- feat: allow zipped-like batching
- refactor: ranking evaluator inherit from field evaluator
- fix: disabled pip cache in docker
- fix: failure not combinable
- feat: add multimodal driver
- style: added failure
- chore: add packaging in extra requirements
- style: black on merge
- feat: design pattern doc for incremental index
- ci: new workflow for testing examples
- docs: add windows support communication to readme
- fix: removed top_k default
- feat: add file based evaluator
- test: take out jinatestcase from protobuf test
- feat: add evaluation encoder and crafter executors and drivers
- feat: potentially add argument of ordered indexes from batch
- Fix some machine translated bugs in the Russian read me.
- ci: add test job for examples in cd
- fix: fix the driver queryset
- fix: check existence of model path
- fix: add devel tag to Pillow dependency
- feat: add pretrained model exception and accept it while test_uses
- test: refactor load yaml test
- fix: avoid the bounding RouteDriver to the ControlRequest
- feat: check whether a document has been already indexed
- Some pull request reviews not shown.
Created an issue in jina-ai/jina that received 4 comments
Chunk2DocRankDriver does not preserve parent_id when building the new matches
Describe your problem
In the Chunk2DocRankDriver, non parent_id info is filled in. This makes bilevel traversal_paths=['cc', 'c'] impossible.
if m…