Vidhi00 commited on
Commit
60f369b
·
verified ·
1 Parent(s): 13eeaa3

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ from langchain_community.vectorstores import Chroma
22
  from huggingface_hub import CommitScheduler
23
  from pathlib import Path
24
 
25
- from langchain_core.cache import BaseCache
26
  from langchain_openai.chat_models import ChatOpenAI
27
 
28
  # Rebuild the model to fix the pydantic validation error
 
22
  from huggingface_hub import CommitScheduler
23
  from pathlib import Path
24
 
25
+ from langchain_core.caches import BaseCache
26
  from langchain_openai.chat_models import ChatOpenAI
27
 
28
  # Rebuild the model to fix the pydantic validation error