Shreyas094 commited on
Commit
fdbfb41
1 Parent(s): 6fc68f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 langchain_huggingface.embeddings import HuggingFaceEmbeddings
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