AskYourPDF Research Assistant
0
0
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.
November 23,2023
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
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 |
AskYourPDF Research Assistant reviews
Similar GPTs
Analyzes PDFs confidentially for user to ask questions about
200
4.8
PDF 研究助理
by DSH將PDF轉換成易於理解的繁體中文說明。A helpful PDF Research Assistant for managing and understanding PDF documents.
10
Research Assistant PDF AI
by MARIA SAGREDO DELGADOElevate 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
by askyourpdf.comFree 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