-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
fix: use body for streaming instead of params #6098
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
94348f6
fix: add post endpoint for streaming
NarekA b645afb
test: stream complex docs
NarekA 72037b5
docs: include docstring for issue test
NarekA 99cdd7d
Merge branch 'master' into fix-streaming-6091
NarekA cc315c9
Merge branch 'master' into fix-streaming-6091
NarekA 8bc5124
fix: use random port
NarekA 804b665
fix: remove import
NarekA 3ce6e1e
fix: simplify client code
NarekA a5376af
fix: use json field
NarekA 025413f
fix: use to_dict for docarray v1
NarekA 60c9b5e
docs: add docs about http get
NarekA 03cc4c4
fix: typo in deployment
NarekA b89c01a
fix: don't use body.data
NarekA cf2f145
fix: do unpack body
NarekA fd30b0e
fix: docarray v2 cast model
NarekA f1f9a88
fix: change start time delay
NarekA 3aa6534
Revert "fix: change start time delay"
NarekA 57af50a
fix: use get only
NarekA 5f27f0a
Merge remote-tracking branch 'origin/master' into fix-streaming-2-6091
NarekA a72a797
fix: delay test
NarekA ee77d13
fix: fix get and post endpoints
NarekA 524aba4
fix: remove post
NarekA 5cfb423
fix: remove endpoint tags
NarekA 3d1b07f
Merge branch 'master' into fix-streaming-2-6091
NarekA ca3a707
test: use get with url params
NarekA 92405db
docs: fix docs on streaming endpoints
NarekA 2c626bf
test: increase tolerance
NarekA 38a577b
fix: iteration over chunks
NarekA c4afd99
fix: gateway forwarding
NarekA c654c14
fix: pre-commit changes
NarekA bb90d14
fix: don't check for docarray_v2
NarekA 08bfd6b
fix: remove type-hint
NarekA 3eff072
fix: update test output
NarekA 46af5fa
fix: adding payload
NarekA bf3cbe2
fix: use json payload
NarekA File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
The following code works, but I did not allow get since it doesn't work with gateway deployments.