txygjx

Results 2 issues of txygjx

向量库初始化报错,错误日志如下: recreating all vector stores /root/miniconda3/envs/chatglm4/lib/python3.11/site-packages/langchain/_api/module_import.py:87: LangChainDeprecationWarning: Importing GuardrailsOutputParser from langchain.output_parsers is deprecated. Please replace the import with the following: from langchain_community.output_parsers.rail_parser import GuardrailsOutputParser warnings.warn( 2024-08-08 22:50:07.573 | INFO |...

bug

I executed the following code, but the generated dataset is empty. What could be the issue? My Ragas version is 0.2.14. code{from ragas.testset import TestsetGenerator generator = TestsetGenerator(llm=generator_llm, embedding_model=generator_embeddings) dataset...

bug
question
module-testsetgen