LoveFish

Results 4 comments of LoveFish

Actually, I also confused at this. The default prompt of `load_qa_with_sources_chain` is very different with `load_qa_chain`. In my task, I found the performance of `load_qa_chain` is better than `load_qa_with_sources_chain`. I...

Maybe you can rewrite StreamingStdOutCallbackHandler class ```python import time import streamlit as st from typing import Any, List, Dict from langchain.callbacks.streaming_stdout import StreamingStdOutCallbackHandler class MyStream(StreamingStdOutCallbackHandler): def __init__(self) -> None: super().__init__()...

The previous comment may not specific enough. Therefore, now I am going to specific about how to solve this problem, if we use ```OpenMM==7.7.0```. alphafold/alphafold/relax/utils.py ```python import io from alphafold.common...

Absolutely, my version of python is also 3.11.x. I have the same error, but after I try this method, I get anthor error ```ModuleNotFoundError: No module named 'hdbscan._hdbscan_linkage'``` Try ```python...