sfarrukh commited on
Commit ·
471752d
1
Parent(s): 83a255b
updated
Browse files
app.py
CHANGED
|
@@ -8,11 +8,7 @@ load_dotenv()
|
|
| 8 |
|
| 9 |
# Use followin json data to feed to Chroma
|
| 10 |
import json
|
| 11 |
-
<<<<<<< HEAD
|
| 12 |
-
with open("final_data_for_vectorstore.json",'r') as file:
|
| 13 |
-
=======
|
| 14 |
with open("data/processed/final_data_for_vectorstore.json",'r') as file:
|
| 15 |
-
>>>>>>> 612a8de184fb59eb13e55539c9c67457aef5f624
|
| 16 |
data4chroma= json.load(file)
|
| 17 |
|
| 18 |
# Initiate vector store
|
|
|
|
| 8 |
|
| 9 |
# Use followin json data to feed to Chroma
|
| 10 |
import json
|
|
|
|
|
|
|
|
|
|
| 11 |
with open("data/processed/final_data_for_vectorstore.json",'r') as file:
|
|
|
|
| 12 |
data4chroma= json.load(file)
|
| 13 |
|
| 14 |
# Initiate vector store
|