We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbba2da commit b1fcc5cCopy full SHA for b1fcc5c
backend/engines/search/dummy_search.py
@@ -5,7 +5,7 @@ class DummySearchEngine(SearchEngine):
5
def find_related_documents(self, keywords: List[str]) -> List[str]:
6
print(f"--- [ENGINE: Dummy Search] Searching for documents with keywords: {keywords} ---")
7
return [
8
- "https://github.com/PhamXuanKhoa/VGU_OpticalCharacterRecognition"
+ "https://github.com/PhamXuanKhoa/VGU_OpticalCharacterRecognition",
9
"https://dummy.com/search-result-1",
10
"https://dummy.com/search-result-2",
11
]
0 commit comments