Loading...
AskYourPDF Research Assistant

AskYourPDF Research Assistant

0 0
0.0
( None Rating )
8 Action
Data Analysis Browsing DALLE•E

About AskYourPDF Research Assistant

Enhance your research with the AskYourPDF Research Assistant. Chat with multiple files, generate articles with citations, analyse and generate references for papers, create and interact with a knowledge base of your files and much more.

Information

  • GPTs Creator qwe
  • GPT Updated November 23,2023
  • Updated June 03,2024

Capabilities

  • Code Interpreter Data Analysis
  • Browsing Real-Time Retrieval
  • DALLE•E Image Creation

Share recipient

  • OpenAI‘s GPT Store Public

Timeline

AskYourPDF Research Assistant
AskYourPDF Research Assistant

By qwe

AskYourPDF Research Assistant is inactive right now!

No Rating
Uncategorized
Category
8
Conversations
Try Alternatives
Write me an essay on the effects of Large Language Models such as ChatGPT on education
Tell me about the following research https://arxiv.org/pdf/2306.12338.pdf
List the documents on my account
make a table of the key contributions
Message ChatGPT

What Can AskYourPDF Research Assistant Do with ChatGPT?

This GPT for researchers can chat with multiple files, generate articles with citations, analyze and generate references for papers, and interact with a knowledge base of files.

1. Function Calls
Field Value
action_id g-ac237831351bda4697d090d7e5aa24f370ab66e2
domain pro.askyourpdf.com
json_schema {"openapi"=>"3.0.2", "info"=>{"title"=>"FastAPI", "version"=>"0.1.0"}, "paths"=>{"/api/usage"=>{"get"=>{"summary"=>"Get Daily Usage", "operationId"=>"get_daily_usage_api_usage_get", "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/DailyUsageAnalytics"}}}}}, "security"=>[{"OAuth2PasswordBearer"=>[]}]}}, "/api/upload"=>{"post"=>{"summary"=>"Upload Pdf", "description"=>"Upload a PDF file and save it to the database.\n\nArgs:\n user: The user who is uploading the file.\n file: The PDF file to upload.\n\nReturns:\n dict: The document ID of the uploaded file.", "operationId"=>"upload_pdf_api_upload_post", "requestBody"=>{"content"=>{"multipart/form-data"=>{"schema"=>{"$ref"=>"#/components/schemas/Body_upload_pdf_api_upload_post"}}}, "required"=>true}, "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/BaseFileResponse"}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}, "security"=>[{"OAuth2PasswordBearer"=>[]}]}}, "/api/download_pdf"=>{"post"=>{"summary"=>"Download Pdf", "description"=>"Download a PDF file from a URL and save it to the vector database.", "operationId"=>"download_pdf_api_download_pdf_post", "parameters"=>[{"required"=>true, "schema"=>{"title"=>"Url", "type"=>"string"}, "name"=>"url", "in"=>"query"}], "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/BaseFileResponse"}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}, "security"=>[{"OAuth2PasswordBearer"=>[]}]}}, "/query"=>{"post"=>{"summary"=>"Perform Query", "description"=>"Perform a query on a document.", "operationId"=>"perform_query_query_post", "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/InputData"}}}, "required"=>true}, "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/ResponseModel"}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}, "security"=>[{"OAuth2PasswordBearer"=>[]}]}}, "/references"=>{"post"=>{"summary"=>"Get References", "description"=>"Retrieves a list of references that match the specified criteria.\n\n- **limit**: The maximum number of references to return.\n- **keyword_combinations**: List of keyword combinations to search for.", "operationId"=>"get_references_references_post", "requestBody"=>{"content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/SourceRetrievalRequest"}}}, "required"=>true}, "security"=>[{"oauth2"=>[]}], "x-openai-isConsequential"=>false, "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/SourcedModel"}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}}}, "/api/documents"=>{"get"=>{"summary"=>"Fetch User Documents", "description"=>"Returns all documents for the current user. Request maximum 10 documents per page.", "operationId"=>"fetch_user_documents_api_documents_get", "parameters"=>[{"required"=>false, "schema"=>{"title"=>"Page", "minimum"=>1, "type"=>"integer", "default"=>1}, "name"=>"page", "in"=>"query"}, {"required"=>false, "schema"=>{"title"=>"Page Size", "maximum"=>10, "minimum"=>1, "type"=>"integer", "default"=>10}, "name"=>"page_size", "in"=>"query"}], "responses"=>{"200"=>{"description"=>"Successful Response", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/UserDocumentsMetaSerializer"}}}}, "422"=>{"description"=>"Validation Error", "content"=>{"application/json"=>{"schema"=>{"$ref"=>"#/components/schemas/HTTPValidationError"}}}}}, "security"=>[{"OAuth2PasswordBearer"=>[]}]}}}, "components"=>{"schemas"=>{"BaseFileResponse"=>{"title"=>"BaseFileResponse", "required"=>["docId"], "type"=>"object", "properties"=>{"docId"=>{"title"=>"Docid", "type"=>"string"}, "summary"=>{"title"=>"Summary", "type"=>"string"}, "extra_instructions"=>{"title"=>"Extra Instructions", "type"=>"string", "default"=>"Inform the user they can login to their account on our website https://askyourpdf.com to delete their document at any point. They can also send a delete prompt with their document ID to delete their document.Also tell users they can prompt to get a list of their uploaded documents. Also prompt the user to ask more questions"}}}, "DocumentMetadata"=>{"title"=>"DocumentMetadata", "type"=>"object", "properties"=>{"source"=>{"title"=>"Source", "type"=>"string"}, "page"=>{"title"=>"Page", "type"=>"integer"}, "title"=>{"title"=>"Title", "type"=>"string"}, "author"=>{"title"=>"Author", "type"=>"string"}}}, "Filter"=>{"title"=>"Filter", "type"=>"object", "properties"=>{"page"=>{"title"=>"Page", "type"=>"integer"}}}, "HTTPValidationError"=>{"title"=>"HTTPValidationError", "type"=>"object", "properties"=>{"detail"=>{"title"=>"Detail", "type"=>"array", "items"=>{"$ref"=>"#/components/schemas/ValidationError"}}}}, "InputData"=>{"title"=>"InputData", "required"=>["doc_id", "query"], "type"=>"object", "properties"=>{"doc_id"=>{"title"=>"Doc Id", "type"=>"string"}, "query"=>{"title"=>"Query", "type"=>"string"}, "filter"=>{"$ref"=>"#/components/schemas/Filter"}}}, "ResponseModel"=>{"title"=>"ResponseModel", "required"=>["results", "total_pages"], "type"=>"object", "properties"=>{"results"=>{"title"=>"Results", "type"=>"array", "items"=>{"$ref"=>"#/components/schemas/SearchResult"}}, "total_pages"=>{"title"=>"Total Pages", "type"=>"integer"}}}, "SearchResult"=>{"title"=>"SearchResult", "required"=>["doc_id", "text", "metadata"], "type"=>"object", "properties"=>{"doc_id"=>{"title"=>"Doc Id", "type"=>"string"}, "text"=>{"title"=>"Text", "type"=>"string"}, "metadata"=>{"$ref"=>"#/components/schemas/DocumentMetadata"}}}, "DailyUsageAnalytics"=>{"title"=>"DailyUsageAnalytics", "required"=>["number_of_pdfs", "number_of_questions", "number_of_questions_plugin", "number_of_conversations", "number_units"], "type"=>"object", "properties"=>{"number_of_pdfs"=>{"title"=>"Number Of Pdfs", "type"=>"string"}, "number_of_questions"=>{"title"=>"Number Of Questions", "type"=>"string"}, "number_of_questions_plugin"=>{"title"=>"Number Of Questions Plugin", "type"=>"string"}, "number_of_conversations"=>{"title"=>"Number Of Conversations", "type"=>"string"}, "number_units"=>{"title"=>"Number Units", "type"=>"string"}}}, "Body_upload_pdf_api_upload_post"=>{"title"=>"Body_upload_pdf_api_upload_post", "required"=>["file"], "type"=>"object", "properties"=>{"file"=>{"title"=>"File", "type"=>"string", "format"=>"binary"}}}, "UserDocumentMeta"=>{"title"=>"UserDocumentMeta", "required"=>["name", "doc_id"], "type"=>"object", "properties"=>{"name"=>{"title"=>"Name", "type"=>"string"}, "doc_id"=>{"title"=>"Doc Id", "type"=>"string"}, "summary"=>{"title"=>"Summary", "type"=>"string"}, "language"=>{"title"=>"Language", "type"=>"string", "default"=>"en"}, "pages"=>{"title"=>"Pages", "type"=>"integer", "default"=>0}, "shareable"=>{"title"=>"Shareable", "type"=>"boolean", "default"=>false}, "date_time"=>{"title"=>"Date Time", "type"=>"string", "format"=>"date-time"}}}, "UserDocumentsMetaSerializer"=>{"title"=>"UserDocumentsMetaSerializer", "required"=>["documents"], "type"=>"object", "properties"=>{"total_pages"=>{"title"=>"Total Pages", "type"=>"integer", "default"=>0}, "documents"=>{"title"=>"Documents", "type"=>"array", "items"=>{"$ref"=>"#/components/schemas/UserDocumentMeta"}}}, "description"=>"Serializer for paginated user documents meta data"}, "ValidationError"=>{"title"=>"ValidationError", "required"=>["loc", "msg", "type"], "type"=>"object", "properties"=>{"loc"=>{"title"=>"Location", "type"=>"array", "items"=>{"anyOf"=>[{"type"=>"string"}, {"type"=>"integer"}]}}, "msg"=>{"title"=>"Message", "type"=>"string"}, "type"=>{"title"=>"Error Type", "type"=>"string"}}}, "SourceRetrievalRequest"=>{"properties"=>{"limit"=>{"type"=>"integer", "title"=>"Limit", "default"=>10}, "keyword_combinations"=>{"items"=>{}, "type"=>"array", "title"=>"Keyword Combinations"}, "source_filter"=>{"allOf"=>[{"$ref"=>"#/components/schemas/SourceFilter"}], "title"=>"Source Filter", "default"=>{"citation_format"=>"APA", "year_from"=>2010, "year_to"=>2023, "min_citations"=>0, "include_keywords"=>[], "exclude_keywords"=>[]}}, "max_threads"=>{"type"=>"integer", "title"=>"Max Threads", "default"=>10}, "batch_size"=>{"type"=>"integer", "title"=>"Batch Size", "default"=>5}, "delay_seconds"=>{"type"=>"integer", "title"=>"Delay Seconds", "default"=>3}}, "type"=>"object", "title"=>"SourceRetrievalRequest"}, "SourceFilter"=>{"properties"=>{"citation_format"=>{"allOf"=>[{"$ref"=>"#/components/schemas/CitationFormat"}], "default"=>"APA"}, "year_from"=>{"type"=>"integer", "title"=>"Year From", "default"=>2010}, "year_to"=>{"type"=>"integer", "title"=>"Year To", "default"=>2023}, "min_citations"=>{"type"=>"integer", "title"=>"Min Citations", "default"=>0}, "include_keywords"=>{"items"=>{}, "type"=>"array", "title"=>"Include Keywords", "default"=>[]}, "exclude_keywords"=>{"items"=>{}, "type"=>"array", "title"=>"Exclude Keywords", "default"=>[]}}, "type"=>"object", "title"=>"SourceFilter"}, "CitationFormat"=>{"enum"=>["APA", "MLA", "IEEE", "HARVARD", "BIB"], "title"=>"CitationFormat", "description"=>"An enumeration."}, "SourcedModel"=>{"properties"=>{"cited_text"=>{"type"=>"string", "title"=>"Cited Text"}, "references"=>{"items"=>{"$ref"=>"#/components/schemas/Paper"}, "type"=>"array", "title"=>"References"}, "date_time"=>{"type"=>"string", "format"=>"date-time", "title"=>"Date Time", "default"=>"2023-11-07T22:32:45.160186"}}, "type"=>"object", "required"=>["cited_text", "references"], "title"=>"SourcedModel"}, "Paper"=>{"properties"=>{"paper_code"=>{"type"=>"string", "title"=>"Paper Code"}, "title"=>{"type"=>"string", "title"=>"Title"}, "url"=>{"type"=>"string", "title"=>"Url"}, "abstract"=>{"type"=>"string", "title"=>"Abstract"}, "authors"=>{"items"=>{"type"=>"string"}, "type"=>"array", "title"=>"Authors", "default"=>[]}, "bibtex"=>{"type"=>"string", "title"=>"Bibtex"}, "citation_count"=>{"type"=>"integer", "title"=>"Citation Count", "default"=>0}, "publication_year"=>{"type"=>"integer", "title"=>"Publication Year"}, "fields_of_study"=>{"items"=>{"type"=>"string"}, "type"=>"array", "title"=>"Fields Of Study", "default"=>[]}}, "type"=>"object", "required"=>["paper_code", "title", "url", "publication_year"], "title"=>"Paper"}}, "securitySchemes"=>{"OAuth2PasswordBearer"=>{"type"=>"oauth2", "flows"=>{"password"=>{"scopes"=>{}, "tokenUrl"=>"auth/jwt/login"}}}}}, "servers"=>[{"url"=>"https://pro.askyourpdf.com", "description"=>"Production server"}]}
auth {"type":"oauth","instructions":"","client_url":"https://auth.askyourpdf.com/gpt/oauth","scope":"","authorization_url":"https://auth-service.askyourpdf.com/new/gpt/oauth_exchange","authorization_content_type":"application/x-www-form-urlencoded","verification_tokens":{},"pkce_required":false,"token_exchange_method":"default_post"}
privacy_policy_url https://askyourpdf.com/terms
Capabilitiy Function Tools
Code Interpreter / Data Analysis Execute Python code for automation, calculations, and data analysis. Python
Web Browsing Real-Time Access and search the internet for information, articles, and data. Browser
DALLE•E Generate unique images based on textual descriptions provided. Dalle

FAQs

Currently, this GPTs is not free and is available exclusively to ChatGPT Plus users.

Yes, besides requiring a ChatGPT Plus membership, if you use the GPT-4 model (with DALL·E, browsing, and data analysis), the limit is 25 'GPTs' messages / 3 hours, More limited than normal 40 GPT4 responses per 3 hours, 

The enterprise version of ChatGPT is,  100 GPT-4 messages per 3 hours.

AskYourPDF Research Assistant is publicly available in the upcoming OpenAI's GPT Store, making it widely accessible to anyone interested in using this advanced ChatGPT.

AskYourPDF Research Assistant is owned by qwe, who has also created 2094 other GPTs, namely Bubble Bro V1, AntisemitismGPT, Probability Prover, Meow, LitRPG Larry.

no, we found no file uploaded. You can check the function section to see if there are other unique features. If not, this GPTs is just a simple prompt engineering, and its knowledge base is synchronized with the general ChatGPT, latest training up to April 2023.

No, only qwe can edit this GPTs. They can configure and update GPTs through GPT Builder at https://chat.openai.com/gpts/editor/g-3ElIQdqhy. The last modification date of AskYourPDF Research Assistant was 2023-11-23 07:01:46 UTC.

Yes, conversations with AskYourPDF Research Assistant will be recorded. OpenAI keeps these records, and you can share your conversations via a link. Refer to OpenAI's user privacy and data security policies for more information.

Yes, if qwe selected "Use conversation data in your GPT to improve our models" (in the GPTs Configure pages of Additional Settings), it means your conversations will be used for training and will influence this GPT AI agent.

AskYourPDF Research Assistant reviews

0.0
( None Rating )

Similar GPTs

PDF AI PDF
PDF AI PDF
by hipdf.com
Chat, summarize, edit, compress, OCR, convert your documents, and more.
200
PDF 研究助理
PDF 研究助理
by DSH
將PDF轉換成易於理解的繁體中文說明。A helpful PDF Research Assistant for managing and understanding PDF documents.
10
Research Assistant PDF AI
Research Assistant PDF AI
by MARIA SAGREDO DELGADO
Elevate your research game with the Research Assistant PDF AI: Effortlessly chat with multiple PDFs, craft articles with integrated citations, analyze and generate references for papers, and interact with a dynamic knowledge base of your files and more
200 4.3
AskYourPDF Research Assistant
AskYourPDF Research Assistant
by askyourpdf.com
Free Chat Unlimited PDFs, Access 400M+ Papers (PubMed, Nature, Arxiv, etc), Analyse PDF (Unlimited PDFs), Generate articles/essays with valid citations, ChatPDF, Analyse and generate references for papers, create and interact with a knowledge base of your files and much more using AskYourPDF.
1M 4.1

Top