-
-
-

arXiv Paper Search

-

- This demo uses the built in Vector Search capabilities of Redis Enterprise - to show how unstructured data, such as paper abstracts (text), can be used to create a powerful - search engine. -

-

- Enter a search query below to discover scholarly papers hosted by arXiv (Cornell University). -

-
- handleSearchChange(newValue)} - onRequestSearch={() => queryPapers()} - style={{ - margin: '20px 0', - }} - /> -
-
- - Year - - - - Category - - -
-
-
-
-
-

- - {props.total} searchable arXiv papers - -

-
-
- {props.papers && ( -
- {props.papers.map((paper) => ( - +
+

arXiv Paper Search

+

+ This demo uses the built in Vector Search capabilities of Redis Enterprise + to show how unstructured data, such as paper abstracts (text), can be used to create a powerful + search engine. +

+

+ Enter a search query below to discover scholarly papers hosted by arXiv (Cornell University). +

+
+ + + + + + + +
+ Search! +
+ + `${slug} (${CATEGORY_HUMAN_NAMES[slug as keyof typeof CATEGORY_HUMAN_NAMES]})`)} + onClick={applySuggestedCategories} + /> +
+ +
+ +
+
+
+

+ + {total} searchable arXiv papers + +

+
+ +
+
+ +
+
+ {papers && ( +
+ {papers.map((paper) => ( + ))} -
+
)}