Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ class State(TypedDict):
|
|
64 |
|
65 |
def search_wikipedia(state):
|
66 |
|
67 |
-
|
68 |
|
69 |
# Search
|
70 |
search_docs = WikipediaLoader(query=state['question'],
|
|
|
64 |
|
65 |
def search_wikipedia(state):
|
66 |
|
67 |
+
""" Retrieve docs from wikipedia """
|
68 |
|
69 |
# Search
|
70 |
search_docs = WikipediaLoader(query=state['question'],
|