Highlights
- Arctic Code Vault Contributor
Pinned
7,205 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2021
Created 79 commits in 6 repositories
Created a pull request in jina-ai/jina that received 4 comments
refactor(driver): use traverse from document type
this is the continuation of #1937 to solve #1932
I've already layout the new implementation of RecursiveDriver, please continue on
refactoring alβ¦
+108
β62
•
4
comments
Opened 34 other pull requests in 2 repositories
jina-ai/jina
33
merged
- feat(demo): add multimodal hello-world
- fix(driver): bug in query required keys
- refactor(cli): add hello subparser
- feat(document): add data_uri2blob converter
- fix(ranker): correct column names in ranker score matrix
- fix(executor): allowing missing with/drivers keywords
- feat(executor): add use_default and with to requests field
- feat(types): traverse is a method of document set
- refactor: move bad_docs warning to _extract_docs
- feat(types): add to_blob converter to document
- feat(types): add update method to document types
- fix(resources): fix yaml config in resources
- fix(flow): pea/pod start on the Flow level should not block
- test: fix test in flow, add back hw result check
- feat(helloworld): add chatbot hello-world
- fix(cli): increase the default timeout-ready
- fix(driver): compoundindexer should turn on is_merge
- refactor(driver): set default len 36, move check to driver
- fix(driver): fix driver except handling
- feat(types): add visualization to doc type
- fix(types): fix extend in docset
- feat(client): add sugary api for csv and ndjson
- refactor(types): allow doc building from arbitrary json/dict
- fix(grpc): fix zmqlet lifetime in grpcRuntime
- fix(types): fix repr and str magic methods
- Some pull requests not shown.
jina-ai/jina-hub
1
merged
Reviewed 22 pull requests in 2 repositories
jina-ai/jina 21 pull requests
- fix(rest): openapi rendering for crud
- fix: mixin should not be inherited from BaseDriver
- fix: update the resource file for BaseRankingEvaluator
- refactor: remove flow optimization options
- fix(contributing, readme): all 101 links go to 101.jina.ai
- refactor: added fast traversal with structure
- Fixed Code Quality Issues
- docs(types): add missing docstrings
- docs: docstrings jaml
- docs(rest): add jina logo to redoc
- docs: docstrings for docker module
- refactor: cache data field
- fix(daemon): remove all from endpoints
- fix: close already started Peas when one of them fail to start
- fix: set proper default traversals
- refactor: empty query handler is not an issue anymore
- chore: update readme copyright
- ci(rest): added redoc docs for rest gateway
- fix: two remotes connect to local
- fix: vector indexer only uses str as keys
- test(drivers): add lookupnode tests
jina-ai/docs 1 pull request
Created an issue in jina-ai/jina that received 20 comments
the design of `_traverse_apply` makes all BaseRecursiveDriver low-efficient
Describe the bug
Highest priority, must solve now.
The current design combination of _apply_all and _traverse_apply in BaseRecursiveDriver results β¦
20
comments
48
contributions
in private repositories
Feb 1 β Feb 21