Skip to content

Commit b1fcc5c

Browse files
committed
small fix
1 parent dbba2da commit b1fcc5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/engines/search/dummy_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class DummySearchEngine(SearchEngine):
55
def find_related_documents(self, keywords: List[str]) -> List[str]:
66
print(f"--- [ENGINE: Dummy Search] Searching for documents with keywords: {keywords} ---")
77
return [
8-
"https://github.com/PhamXuanKhoa/VGU_OpticalCharacterRecognition"
8+
"https://github.com/PhamXuanKhoa/VGU_OpticalCharacterRecognition",
99
"https://dummy.com/search-result-1",
1010
"https://dummy.com/search-result-2",
1111
]

0 commit comments

Comments
 (0)