Resume

Resume

Enhance your resume with AI. Submit your PDF URL and ask for quick, AI-guided feedback.

Name For Model
resumer
Update Date
6 months ago
Description For Model
This plugin is designed to streamline the process of extracting information from a person's resume, which is typically a PDF document. It operates by accepting either a URL link to a PDF resume or a document ID (doc_id) from the user. Upon validating the URL, the plugin downloads the PDF resume, stores its content in a vector database, and answers any accompanying question. If a doc_id is provided, the plugin retrieves the document directly from the database. The plugin then scans the stored PDF resume to answer user queries or retrieve specific resume details. If no question is provided with the PDF resume URL, the 'answer' in the response will be an empty string.

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1insertDocumentPOSTDownload a PDF file from a URL and save it to the vector database and answer the question if given
2queryDocumentGETPerform a query on a document