$schema: https://azuremlschemas.azureedge.net/promptflow/latest/Run.schema.json #name: chat_with_pdf_default_20230820_162219_559000 flow: . data: ./data/bert-paper-qna.jsonl #run: column_mapping: chat_history: ${data.chat_history} pdf_url: ${data.pdf_url} question: ${data.question} config: EMBEDDING_MODEL_DEPLOYMENT_NAME: text-embedding-ada-002 CHAT_MODEL_DEPLOYMENT_NAME: gpt-4 PROMPT_TOKEN_LIMIT: 3000 MAX_COMPLETION_TOKENS: 1024 VERBOSE: true CHUNK_SIZE: 1024 CHUNK_OVERLAP: 64