OysterMax

Results 5 comments of OysterMax

@MaartenGr Some additional context that may be helpful. According to LangChain's API reference, [`load_qa_chain` is also deprecated](https://python.langchain.com/api_reference/langchain/chains/langchain.chains.question_answering.chain.load_qa_chain.html#langchain.chains.question_answering.chain.load_qa_chain) since version 0.2.13. An alternative could be [create_stuff_documents_chain](https://python.langchain.com/api_reference/langchain/chains/langchain.chains.combine_documents.stuff.create_stuff_documents_chain.html), or a simple home made...

> Based on how KeyBERT uses a very minimal functionality of langchain, I would opt for the easiest and most minimal approach here. I believe there is no need to...

This issue is observed in these OS for me: - MacOS: 15.1 (24B83) - Linux: Ubuntu 20.04.6 LTS

This issue looks interesting to me. Spent some time digging into it and guess I located where it happens. I am willing to fix the issue but lack of context...