Spaces:
Sleeping
Sleeping
Update chain.py
Browse files
chain.py
CHANGED
@@ -9,6 +9,7 @@ from langchain.embeddings import OpenAIEmbeddings
|
|
9 |
## deprectated from langchain.vectorstores import Chroma
|
10 |
from langchain_community.vectorstores import Chroma
|
11 |
from prompts import load_chat_prompt
|
|
|
12 |
|
13 |
|
14 |
logger = logging.getLogger(__name__)
|
|
|
9 |
## deprectated from langchain.vectorstores import Chroma
|
10 |
from langchain_community.vectorstores import Chroma
|
11 |
from prompts import load_chat_prompt
|
12 |
+
import pathlib
|
13 |
|
14 |
|
15 |
logger = logging.getLogger(__name__)
|