Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
utils.py
CHANGED
|
@@ -17,7 +17,6 @@ from pinecone import Pinecone
|
|
| 17 |
|
| 18 |
pinecone_api_key=os.environ["PINECONE_API_KEY"]
|
| 19 |
|
| 20 |
-
|
| 21 |
#**********Functions to load data to PINECONE************
|
| 22 |
#Read PDF data
|
| 23 |
def read_pdf_data(pdf_file):
|
|
|
|
| 17 |
|
| 18 |
pinecone_api_key=os.environ["PINECONE_API_KEY"]
|
| 19 |
|
|
|
|
| 20 |
#**********Functions to load data to PINECONE************
|
| 21 |
#Read PDF data
|
| 22 |
def read_pdf_data(pdf_file):
|