Chat with ArXiv Papers

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • phidata

    Build AI Assistants with memory, knowledge and tools.

  • Hi HN, I built an app to chat with arXiv papers: https://arxiv.aidev.run

    I’m using function calling to interact with the arXiv api, here’s the general flow:

    > For a users question, search the knowledge base (pgvector) for the topic/paper

    > If knowledge base results are not relevant, search arXiv api for paper, parse it and store it in the knowledge base

    > Answer questions or summarize using contents from the knowledge base.

    Give it a spin at: https://arxiv.aidev.run and let me know what you think.

    Its a work in progress and I’m looking for feedback on how to improve. The read time from the arXiv api is a bit slow – but not much I can do about it.

    I used phidata to build this: https://github.com/phidatahq/phidata

    Here’s the code if you’re interested: https://github.com/phidatahq/ai-cookbook/blob/main/arxiv_ai/assistant.py

  • ai-cookbook

  • Hi HN, I built an app to chat with arXiv papers: https://arxiv.aidev.run

    I’m using function calling to interact with the arXiv api, here’s the general flow:

    > For a users question, search the knowledge base (pgvector) for the topic/paper

    > If knowledge base results are not relevant, search arXiv api for paper, parse it and store it in the knowledge base

    > Answer questions or summarize using contents from the knowledge base.

    Give it a spin at: https://arxiv.aidev.run and let me know what you think.

    Its a work in progress and I’m looking for feedback on how to improve. The read time from the arXiv api is a bit slow – but not much I can do about it.

    I used phidata to build this: https://github.com/phidatahq/phidata

    Here’s the code if you’re interested: https://github.com/phidatahq/ai-cookbook/blob/main/arxiv_ai/assistant.py

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts