Skip to main content

Extract Traits From Pdf With Question

POST 

/api/v1/traits/extract-from-pdf

Upload a PDF and provide a question. The system will:

  1. Extract text from the PDF.
  2. Create embeddings and store in a vector store.
  3. Run a RetrievalQA chain to find traits relevant to the user's question.

Request

Responses

Successful Response