Conversation
2adca13 to
89fcebc
Compare
0810afa to
6b2a922
Compare
5edc0b3 to
d865edd
Compare
| raise RuntimeError(msg) | ||
|
|
||
| time.sleep(1) | ||
| docs = retriever.invoke( |
There was a problem hiding this comment.
we should keep the retries
There was a problem hiding this comment.
The idea is to have the retries in the setup (in the pipeline_id fixture).
Is there a possibility that retrieving docs fails after it has succeeded once ?
There was a problem hiding this comment.
No, in that case it's a different issue and we should fail
There was a problem hiding this comment.
What issue could arise ?
I find it not stable to have an API succeed on one call, then fail on the next one...
There was a problem hiding this comment.
Also the goal of this PR is to add the LangChain integration tests and these don't do retries.
There was a problem hiding this comment.
The idea is to have the retries in the setup (in the pipeline_id fixture).
Note that the retries in the fixture are not on the pipeline creation request but on a doc retrieval request, similar to the one that will be done in the tests just afterwards.
26ba852 to
9d22c08
Compare
ff7c4ef to
bbcb61b
Compare
bbcb61b to
9954826
Compare
No description provided.