Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ from typing import List, Dict, Tuple
|
|
| 39 |
import datetime
|
| 40 |
from abc import ABC, abstractmethod
|
| 41 |
from typing import List, Dict, Any
|
| 42 |
-
from
|
| 43 |
|
| 44 |
|
| 45 |
# Automatically get the current year
|
|
|
|
| 39 |
import datetime
|
| 40 |
from abc import ABC, abstractmethod
|
| 41 |
from typing import List, Dict, Any
|
| 42 |
+
from langchain_community.embeddings import HuggingFaceInferenceAPIEmbeddings
|
| 43 |
|
| 44 |
|
| 45 |
# Automatically get the current year
|