langflow/docs/docs/Components/bundles-arxiv.mdx
April I. Murphy f8d8ff4599
docs: Restructure navigation, refactor all component documentation, among many other things (#9115)
* reorg pt 1

* nav reorg pt 2

* update sidebar ad

* resolve comments and combine app pages

* playground and voice mode rewrite

* fix link

* add separate bundle pages

* add new pages to sidebar

* working on bundles

* moving content to new bundle pages

* move some sidebar items

* fix build

* nav labels

* small edits

* Working on helpers

* core components work

* wrapping up some more agent duplication

* aligning file management

* webhooks and file management

* data components

* address vector store and some legacy components

* finish logic params

* some work on processors

* remove unneeded pages and tidy some llm info

* progress on bundles pt 1

* bundles pt 2

* bundles pt 3

* finish looking at integrations

* it is done

* fix errors

* coderabbit and typos

* coderabbit pt 2

* resolving mcs pt 1

* separate agents and mcp

* still working on some memory stuff

* finish message history alignment

* incorporate PR 9138

* missed a link

* file management ui

* align w ui pr

* Apply suggestions from code review

* memory edits after discussion
2025-07-23 20:20:59 +00:00

28 lines
No EOL
908 B
Text

---
title: arXiv
slug: /bundles-arxiv
---
import Icon from "@site/src/components/icon";
[Bundles](/components-bundle-components) contain custom components that support specific third-party integrations with Langflow.
This page describes the components that are available in the **arXiv** bundle.
## arXiv search
This component searches and retrieves papers from [arXiv.org](https://arXiv.org).
It returns a list of search results as a [`DataFrame`](/data-types#dataframe).
### arXiv search parameters
| Name | Type | Description |
|------|------|-------------|
| search_query | String | Input parameter. The search query for arXiv papers. For example, `quantum computing`. |
| search_type | String | Input parameter. The field to search in. |
| max_results | Integer | Input parameter. The maximum number of results to return. |
## See also
* [**Web Search** component](/components-data#web-search)