AjayP13 commited on
Commit
82967ff
·
verified ·
1 Parent(s): 68a494f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -87,7 +87,9 @@ retriever = InstructionTemplateRetriever(
87
  )
88
  print(json.dumps(retriever.search(document=EXAMPLE_DOC), indent=4))
89
 
90
- # Results look like:
 
 
91
 
92
  # Instruction Templates for Entire Document:
93
  # - "What's something <fi>a few word description of something remarkable or noteworthy</fi> you can tell me"
 
87
  )
88
  print(json.dumps(retriever.search(document=EXAMPLE_DOC), indent=4))
89
 
90
+ # ******************************************************
91
+ # Retrieval results look like:
92
+ # ******************************************************
93
 
94
  # Instruction Templates for Entire Document:
95
  # - "What's something <fi>a few word description of something remarkable or noteworthy</fi> you can tell me"