Lei Shang
Lei Shang
Hi, I was processing a PST file and I got the error: _Unknown message type: IPM.Document.Microsoft Internet Mail Message_ I dig into the class PSTObject and it turned out that...
**Link to the notebook** [Retrieval-Augmented Generation: Question Answering based on Custom Dataset with Open-sourced [LangChain](https://python.langchain.com/en/latest/index.html) Library](https://sagemaker-examples.readthedocs.io/en/latest/introduction_to_amazon_algorithms/jumpstart-foundation-models/question_answering_retrieval_augmented_generation/question_answering_langchain_jumpstart.html) **Describe the bug** Query the endpoint ``` payload = { "text_inputs": question, "max_length": 100,...