https://github.com/hwchase17/langchain/blob/adcad98bee03ac8486f328b4f316017a6ccfc808/langchain/embeddings/openai.py#L159
Getting "no attribute" error for tiktoken.model. Believe that this is because tiktoken has changed their import model, per code here. Change to tiktoken.encoding_for_model(self.model)?