-
Notifications
You must be signed in to change notification settings - Fork 2.2k
docs: some cleanup #1745
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: some cleanup #1745
Conversation
a789fb9
to
0a691c6
Compare
Codecov Report
@@ Coverage Diff @@
## master #1745 +/- ##
==========================================
- Coverage 85.55% 85.54% -0.02%
==========================================
Files 134 134
Lines 6834 6834
==========================================
- Hits 5847 5846 -1
- Misses 987 988 +1
Continue to review full report at Codecov.
|
@@ -224,7 +224,7 @@ def input_fn(): | |||
input_fn = (b's' for _ in range(10)) | |||
``` | |||
|
|||
> Please note that the current Flow API does not support using `index()` and `search()` together in the same `with` scope. This is because the workflow of `index()` and `search()` are usually different and you cannot use one workflow for both tasks. | |||
> Please note that the current Flow API does not support using `index()` and `search()` together in the same `with` scope. This is because the workflow of `index()` and `search()` are usually different, and you cannot use one workflow for both tasks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting. However, the only thing i changed was a comma ,
lol
Latency summaryCurrent PR yields:
Breakdown
Backed by latency-tracking. Further commits will update this comment. |
Some minor fixes I did while reading a bit through the docs