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,533 contributions in the last year
Activity overview
Contribution activity
October 2020
- 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…
- 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
- feat: check whether a document has been already indexed
- feat(driver): add CacheIndexer and its Driver
- fix(hub): remove duplicate line in cookiecutter
- fix(indexer): fix arg type for indexers
- refactor(pb): request_id is now a uuid1 str
- refactor(logger): move all logger config into yaml
- refactor: logger wrapper
- refactor: loggerwrapper
- fix: yaml config in fluentd logger
- ci: fix copyright action
- style: move numpy to internal
- feat(zmq): add ssh tunneling
- refactor(cli): rename jina_cli to cli
- 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
- test: force ignore hub directory in config
- feat: add evaluation flow and first ranking evaluators
- fix: inputlines should always yield
- feat: emphasise slack, link direct to general channel
- test: add tests for driver helper
- feat: try to see if syslog available
- chore: adding new client id for oauth
- Feat flow visualization
- docs(jina): fix wrong redirects
- docs: fix markdown links in CHANGELOG.md and CONTRIBUTING.md
- test: take out rm files from tests
- feat: enable fluentd logging
- tests: add skipped tests for incremental indexing
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…