This GPT uses external knowledge of ArXiv and Wikipedia with MyScale vector database to boost your chatting experience.
Enhance Your Journey with Cutting-Edge Features and Functions
Get some related papers.\nYou should use schema here:\n\nCREATE TABLE ArXiv (\n `id` String,\n `abstract` String, \n `pubdate` DateTime, \n `title` String, \n `categories` Array(String), -- arxiv category\n `authors` Array(String),\n `comment` String,\nORDER BY id
Get some related wiki pages.\nYou should use schema here:\n\nCREATE TABLE Wikipedia (\n `id` String,\n `text` String,\n `title` String,\n `view` Float32,\n `url` String, -- URL to this wiki page\nORDER BY id\n\nYou should avoid using LIKE on long text columns.
You can upload files to this GPT.
Unleash your creativity with our prompt starters, sparking ideas and inspiration right from the start.
By proceeding, you agree to our Terms of use and confirm you have read our Privacy and Cookies Statement.