Spaces:
No application file
No application file
Update connect_memory_with_llm.py
Browse files
connect_memory_with_llm.py
CHANGED
@@ -6,7 +6,6 @@ from langchain.chains import RetrievalQA
|
|
6 |
from langchain_huggingface import HuggingFaceEmbeddings
|
7 |
from langchain_community.vectorstores import FAISS
|
8 |
|
9 |
-
## Uncomment the following files if you're not using pipenv as your virtual environment manager
|
10 |
from dotenv import load_dotenv, find_dotenv
|
11 |
load_dotenv(find_dotenv())
|
12 |
|
|
|
6 |
from langchain_huggingface import HuggingFaceEmbeddings
|
7 |
from langchain_community.vectorstores import FAISS
|
8 |
|
|
|
9 |
from dotenv import load_dotenv, find_dotenv
|
10 |
load_dotenv(find_dotenv())
|
11 |
|