This GPT uses external knowledge of ArXiv and Wikipedia with MyScale vector database to boost your chatting experience.

Author: 9.tapgpts.com

Welcom Message

Hello

Prompt Starters

  • Please give me some papers on GANs.
  • What is a Ring in mathematics? What property does it have?
  • Do you know papers on NeRF after 2021?

Feuture And Functions

  • MyScale Open Knowledge Base > get_related_arxiv:
    Get some related papers.
    You should use schema here:

    CREATE TABLE ArXiv (
    `id` String,
    `abstract` String,
    `pubdate` DateTime,
    `title` String,
    `categories` Array(String), — arxiv category
    `authors` Array(String),
    `comment` String,
    ORDER BY id

  • MyScale Open Knowledge Base > get_related_wiki:
    Get some related wiki pages.
    You should use schema here:

    CREATE TABLE Wikipedia (
    `id` String,
    `text` String,
    `title` String,
    `view` Float32,
    `url` String, — URL to this wiki page
    ORDER BY id

    You should avoid using LIKE on long text columns.

  • File attachments:
    You can upload files to this GPT.

数据统计

相关导航

暂无评论

您必须登录才能参与评论!
立即登录
暂无评论...