arxiv: Correct name of search client attribute to 'arxiv_search' from incorrect 'arxiv_client' (#5917)

+ this private attribute is referenced as `arxiv_search` in internal
usage and is set when verifying the environment

twitter: @spazm 


#### Who can review?

Any of @hwchase17, @leo-gan, or @bongsang might be interested in
reviewing.

+ Mismatch between `arxiv_client` attribute vs `arxiv_search` in
validation and usage is present in the initial commit by @hwchase17.
+ @leo-gan has made most of the edits.
+ @bongsang implemented pdf download.
searx_updates
Andrew Grangaard 11 months ago committed by GitHub
parent fe8bbc2da7
commit d8ae925425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,7 @@ class ArxivAPIWrapper(BaseModel):
"""
arxiv_client: Any #: :meta private:
arxiv_search: Any #: :meta private:
arxiv_exceptions: Any # :meta private:
top_k_results: int = 3
ARXIV_MAX_QUERY_LENGTH = 300

Loading…
Cancel
Save