fckin optional import
Browse files
components/generators/daily_feed.py
CHANGED
@@ -3,7 +3,7 @@ import sys
|
|
3 |
import json
|
4 |
import requests
|
5 |
import redis
|
6 |
-
from typing import List, Dict
|
7 |
from llama_index.core import VectorStoreIndex
|
8 |
from llama_index.core.query_engine import RetrieverQueryEngine
|
9 |
from llama_index.core.schema import Document
|
|
|
3 |
import json
|
4 |
import requests
|
5 |
import redis
|
6 |
+
from typing import List, Dict, Optional
|
7 |
from llama_index.core import VectorStoreIndex
|
8 |
from llama_index.core.query_engine import RetrieverQueryEngine
|
9 |
from llama_index.core.schema import Document
|