A collection of stress tests of Jina infrastructure
First neural network to predict bike sharing patterns
Interactive UI for analyzing logs, designing flows and viewing Hub images
Solution to classify dog pictures in 133 dog breeds
Examples and demos built with Jina that help you onboarding
A library for efficient similarity search and clustering of dense vectors.
issue commentjina-ai/jina
get remote pod documentation updated
Good move! This part of the documentation is really out-of-date.
comment created time in 36 minutes
pull request commentjina-ai/jina
refactor(types): move add_chunk add_match to Set
Right now, there are two functions for adding a chunk/match to the document. I'd suggest removing add().
There should be one-- and preferably only one --obvious way to do it. The Zen of Python
with Document() as d:
c1 = d.chunks.append()
c1.id = f'1:0>16'
c2 = d.chunks.add()
c2.id = f'2:0>16'
comment created time in an hour
pull request commentjina-ai/jina
Codecov Report
Merging #1346 (56a0550) into master (f8db230) will increase coverage by
0.01%. The diff coverage isn/a.
@@ Coverage Diff @@
## master #1346 +/- ##
==========================================
+ Coverage 83.27% 83.28% +0.01%
==========================================
Files 103 103
Lines 6744 6744
==========================================
+ Hits 5616 5617 +1
+ Misses 1128 1127 -1
| Impacted Files | Coverage Δ | |
|---|---|---|
| jina/peapods/gateway.py | 94.32% <0.00%> (-0.71%) |
:arrow_down: |
| jina/peapods/pea.py | 92.44% <0.00%> (+0.71%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update f8db230...390f062. Read the comment docs.
comment created time in 6 hours
push eventjina-ai/jina
commit sha d1f152ac4880262b2984a0b4fcd5d6d8135d4d47
chore(contributor): update contributors
commit sha 28016639e8df95b49ea2ef4047f8c1c13e929509
chore(docs): update TOC
push time in 6 hours
issue openedjina-ai/jina
get remote pod documentation updated
--allow-spawn has been removed in #1276 , while it still exists in the documentation, run-remote-pod-jina.md

created time in 6 hours
push eventjina-ai/jina
commit sha 390f0626667031fc54cd2f9e914e56bf619c8ef9
test: remove allow spawn from remote test
push time in 6 hours
PR opened jina-ai/jina
- Removed index remote 2 from tests, since it testing the delete args
--allow-spawn. - Refactor index remote test.
- Remove
JinaTestCasefrom__init__, we're not using unittest anymore.
pr created time in 6 hours
startedrsek/dataforged
started time in 6 hours
pull request commentjina-ai/jina
Test adding convert driver tests
@bio-howard you can continue with the PR now, please replace jina_pb2. DocumentProto with Document, import from jina.type
comment created time in 7 hours
pull request commentjina-ai/jina
hi @rabbits99 would you like to continue with this PR? it has been 2 weeks. Please check commit guidelines #553 to update your commit message, and sign the CLA.
comment created time in 7 hours
Pull request review commentjina-ai/jina-hub
feat: add Hamming distance evaluator
+from jina.executors.evaluators.text import BaseTextEvaluator++class HammingDistanceEvaluator(BaseTextEvaluator):+ """A:class:`HammingDistanceEvaluator` Gives the Hamming distance between result and groundtruth string..+ """++ def __init__(self, *args, **kwargs):+ super().__init__(*args, **kwargs)
i don't see the point of pouting the constructor here.
comment created time in 7 hours
pull request commentjina-ai/jina-hub
feat: add Hamming distance evaluator
@JoanFM @theUnkownName shall we proceed with this PR? looks good now
comment created time in 7 hours
Pull request review commentjina-ai/jina-hub
description: | url: https://jina.ai vendor: Jina AI Limited documentation: https://github.com/jina-ai/jina-hub-version: 0.0.1+version: 0.0.2
the previous image version is 0.0.3
comment created time in 7 hours
fork mhamilton723/RLzoo
A Comprehensive Reinforcement Learning Zoo for Simple Usage 🚀
fork in 10 hours
delete branch jina-ai/jina-hub
delete branch : chore-sptagindexer-0.0.8-core-0-8-1
delete time in 12 hours
PR closed jina-ai/jina-hub
Due to the release of jina core v0.8.1, this draft PR is created in order to trigger an automatic build & push of the module
pr closed time in 12 hours
pull request commentjina-ai/jina-hub
chore: testing/building SptagIndexer (0.0.8) on new jina core: 0.8.1
Automatic build successful. Image has been built and deployed.
comment created time in 12 hours
delete branch jina-ai/jina-hub
delete branch : chore-f1scoreevaluator-0.0.2-core-0-8-1
delete time in 12 hours
pull request commentjina-ai/jina-hub
chore: testing/building f1ScoreEvaluator (0.0.2) on new jina core: 0.8.1
Automatic build successful. Image has been built and deployed.
comment created time in 12 hours
PR closed jina-ai/jina-hub
Due to the release of jina core v0.8.1, this draft PR is created in order to trigger an automatic build & push of the module
pr closed time in 12 hours
delete branch jina-ai/jina-hub
delete branch : chore-reciprocalrankevaluator-0.0.2-core-0-8-1
delete time in 12 hours
PR closed jina-ai/jina-hub
Due to the release of jina core v0.8.1, this draft PR is created in order to trigger an automatic build & push of the module
pr closed time in 12 hours
pull request commentjina-ai/jina-hub
chore: testing/building ReciprocalRankEvaluator (0.0.2) on new jina core: 0.8.1
Automatic build successful. Image has been built and deployed.
comment created time in 12 hours
delete branch jina-ai/jina-hub
delete branch : chore-averageprecision-0.0.2-core-0-8-1
delete time in 12 hours
PR closed jina-ai/jina-hub
Due to the release of jina core v0.8.1, this draft PR is created in order to trigger an automatic build & push of the module
pr closed time in 12 hours
pull request commentjina-ai/jina-hub
chore: testing/building AveragePrecision (0.0.2) on new jina core: 0.8.1
Automatic build successful. Image has been built and deployed.
comment created time in 12 hours
delete branch jina-ai/jina-hub
delete branch : chore-meanreciprocalrankevaluator-0.0.2-core-0-8-1
delete time in 12 hours
PR closed jina-ai/jina-hub
Due to the release of jina core v0.8.1, this draft PR is created in order to trigger an automatic build & push of the module
pr closed time in 12 hours