Update README.md
Browse files
README.md
CHANGED
@@ -87,7 +87,9 @@ retriever = InstructionTemplateRetriever(
|
|
87 |
)
|
88 |
print(json.dumps(retriever.search(document=EXAMPLE_DOC), indent=4))
|
89 |
|
90 |
-
#
|
|
|
|
|
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"
|