whm233

Results 8 issues of whm233

code like this: prompt = PromptTemplate(template=prompt_template, input_variables=["context", "question"]) kc = RetrievalQA.from_llm(llm=qwllm, retriever=compression_retriever, prompt=prompt)

question

### 是否已有关于该错误的issue或讨论? | Is there an existing issue / discussion for this? - [X] 我已经搜索过已有的issues和讨论 | I have searched the existing issues / discussions ### 该问题是否在FAQ中有解答? | Is there an...

In [4]: embeddings = ModelScopeEmbeddings(model_id="/root/.cache/modelscope/hub/damo/nlp_corom_sentence-embedding_chinese-tiny") --------------------------------------------------------------------------- ValidationError Traceback (most recent call last) Cell In[4], line 1 ----> 1 embeddings = ModelScopeEmbeddings(model_id="/root/.cache/modelscope/hub/damo/nlp_corom_sentence-embedding_chinese-tiny") Cell In[1], line 74, in ModelScopeEmbeddings.__init__(self, **kwargs) 72 def...

class QianWenChatLLM(LLM): max_length = 10000 temperature: float = 0.01 top_p = 0.9 def __init__(self): super().__init__() @property def _llm_type(self): return "ChatLLM" def _call(self, prompt: str, stop: Optional[List[str]] = None) -> str:...

"Can multi-turn conversation functionality be added, where a 'new question' button is required for each inquiry?"

### Search before asking - [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues. ### Operating system information Linux ### Python version information >=3.11 ### DB-GPT version...

bug
Waiting for reply