Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,10 +13,6 @@ from langchain.chains.question_answering import load_qa_chain
|
|
13 |
from langchain.callbacks import get_openai_callback
|
14 |
import os
|
15 |
|
16 |
-
# Initialize conversation memory as an empty list
|
17 |
-
conversation_memory = []
|
18 |
-
|
19 |
-
|
20 |
# Step 1: Clone the Dataset Repository
|
21 |
repo = Repository(
|
22 |
local_dir="Private_Book", # Local directory to clone the repository
|
|
|
13 |
from langchain.callbacks import get_openai_callback
|
14 |
import os
|
15 |
|
|
|
|
|
|
|
|
|
16 |
# Step 1: Clone the Dataset Repository
|
17 |
repo = Repository(
|
18 |
local_dir="Private_Book", # Local directory to clone the repository
|