linxinhua commited on
Commit
f6cefc6
·
verified ·
1 Parent(s): be344cf

Update RAG_Learning_Assistant_with_Streaming.py via admin tool

Browse files
RAG_Learning_Assistant_with_Streaming.py CHANGED
@@ -73,7 +73,7 @@ Focus on:
73
  4. Standards, methods, or procedures
74
  5. Materials, equipment, or structures
75
 
76
- Return the entities as a JSON array of strings. Only include the most important and specific entities, and list them from the most important to least important."""
77
 
78
  # 对话历史
79
  self.conversation_history = []
 
73
  4. Standards, methods, or procedures
74
  5. Materials, equipment, or structures
75
 
76
+ Return the entities as a JSON array of strings. Only include the most important and specific entities, and list them from the most important to least important (no more than 10 entities)."""
77
 
78
  # 对话历史
79
  self.conversation_history = []