浏览代码

updated requirement.txt

Kai Wu 1 年之前
父节点
当前提交
28b3f46a36
共有 2 个文件被更改,包括 6 次插入1 次删除
  1. 0 1
      recipes/use_cases/end2end-recipes/raft/raft_utils.py
  2. 6 0
      requirements.txt

+ 0 - 1
recipes/use_cases/end2end-recipes/raft/raft_utils.py

@@ -169,7 +169,6 @@ async def generate_questions(chat_service, api_context: dict):
     return final_result
 
 def add_chunk_to_dataset(
-    client: None,
     chunks: list[str],
     chunk: str,
     x: int = 5,

+ 6 - 0
requirements.txt

@@ -26,3 +26,9 @@ aiofiles
 evaluate
 rouge_score
 bert_score
+mdc
+langchain_experimental
+python-dotenv==1.0.1
+pyyaml==6.0.1
+coloredlogs==15.0.1
+sentence_transformers