Pinned
2,957 contributions in the last year
Less
More
Contribution activity
June 2021
Created 36 commits in 1 repository
Created a pull request in jina-ai/jina that received 9 comments
feat: put graph as one of content
Changes introduced
Move graph_info to content in a Document.
Benefits
As suggested by @maximilianwerk this enforces the design ot a root Document B…
+87
−74
•
9
comments
Opened 22 other pull requests in 3 repositories
jina-ai/jina
2
open
14
merged
4
closed
- refactor: response casting
- feat: add multiple scores fields and pythonic evaluations
- feat: allow different evaluation aggregations
- fix: remove unused code in exec decorators
- refactor: remove unused parameters
- refactor: rename _docs_proto from DocumentArray
- fix: fix docarray iter
- refactor: remove unused code
- refactor: change the name of the parameter
- feat: graph proto as alternative content
- fix: fix _mermaid_id to be id
- feat: allow optimizer to work on executor alternatives
- refactor: refactor optimizer parameter
- refactor: remove unnecessary code
- feat: allow getting blob as different sparse type
- feat: add warning when using thread backend
- feat: draft to enable sharing pods
- feat: draft potential temporary shared external pods solution
- fix: small fix attr
- test: add test for docs with sparse embedding pydantic
qdrant/qdrant
1
closed
jina-ai/qdrant
1
merged
Reviewed 27 pull requests in 2 repositories
jina-ai/jina 26 pull requests
- refactor: remove unused setters in graph document
- feat: add multiple scores fields and pythonic evaluations
- fix: get workspace from either metas or runtime args
- feat: allow different evaluation aggregations
- feat: undirected graph
- fix: workspace defaults from metas
- ci: latency-tracking adapt new release
- fix: document update with fields do not have support setter
- feat(daemon): dependency management
- feat: draft of dynamic routing
- fix: graph iteration in case it has no edges
- test: fix chatbot codecov missing
- refactor: update logger to debug
- feat: inject cli args as overload function
- feat: put graph as one of content
- refactor: merge grpc and rest client
- feat: graph document representation
- refactor: remove module from typename
- docs(readme-banner): github banner for readme
- refactor: refactor optimizer parameter
- fix(coc-2569): code of conduct missing placeholders
- test: check distinct executors in roll update
- test: added a test for docmatrix in the tail pea
- fix: missing sampling args in generator of from_lines
- test: make high order matches useful agian
- Some pull request reviews not shown.
jina-ai/indexers 1 pull request
Created an issue in jina-ai/jina that received 4 comments
Consider moving all imports to the top of the files
As found for this issue #2527 makes me wonder if we should move away from import in inner functions. As said there, used with threads can lead to d…
4
comments
Opened 14 other issues in 1 repository
jina-ai/jina
5
open
9
closed
-
better pythonic interface to add evaluations to
Document - change MeanEvaluationCallback to EvaluationCallback supporting multiple operations in optimizer
- showcase sparse blob and embedding in Document cookbook
-
add flag to
GraphPrototo indicate ifgraphis directed or indirected - edit optimizer documentation to talk about executor alternative parameter
- add documentation for graph document
- optimizer GridSampler not tested
- _mermaid_id computed every time
- allow optimizer to have executor class as parameter
- unittests for Optimizer
- add GraphDocument type
-
Add warning when using
RuntimeBackend.Thread - better support for external pods
- test pydantic model with sparse arrays