Upload app.py with huggingface_hub
Browse files
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.
|
| 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
|