GolfHotelSierra
GolfHotelSierra
> > **问题描述** > > > > * 在知识库中添加txt文档,在页面中没有可见的报错信息,但是文档数量为0 > >  > > * 此外,文档加载器为空,分词器为空,对该txt文档可以“从知识库中删除”,不会产生报错 > > * 在文档更改的区域,同样为空,不显示任何信息 > > > > **运行环境** > > > > *...
@LZHgrla 好的,感谢解答
- These lines raise the error ```python test_dataset = generator.generate_with_langchain_docs(documents=document, test_size=10, distributions={simple: 0.5, reasoning: 0.25, multi_context: 0.25}, is_async=False) ``` - In function `generate_with_langchain_docs`, ```python def generate_with_langchain_docs( self, documents: t.Sequence[LCDocument], test_size:...
Hello @chizhang-lbg It also ran smoothly for me when using openai models, like ```python llm = ChatOpenAI() langchain_llm = LangchainLLMWrapper(langchain_llm=llm) ``` but it got stuck and throw an error if...