Spaces:
No application file
No application file
Commit
·
8edc157
1
Parent(s):
cc1504f
Update Document_Retriever.ipynb
Browse files- Document_Retriever.ipynb +4 -4
Document_Retriever.ipynb
CHANGED
@@ -267,7 +267,7 @@
|
|
267 |
{
|
268 |
"cell_type": "code",
|
269 |
"source": [
|
270 |
-
"loader = UnstructuredPDFLoader(\"
|
271 |
],
|
272 |
"metadata": {
|
273 |
"id": "JKj_kT9zeCzc"
|
@@ -444,9 +444,9 @@
|
|
444 |
"cell_type": "code",
|
445 |
"source": [
|
446 |
"\n",
|
447 |
-
"OPENAI_API_KEY = '
|
448 |
-
"PINECONE_API_KEY = '
|
449 |
-
"PINECONE_API_ENV = '
|
450 |
],
|
451 |
"metadata": {
|
452 |
"id": "Tupo_xlgfocy"
|
|
|
267 |
{
|
268 |
"cell_type": "code",
|
269 |
"source": [
|
270 |
+
"loader = UnstructuredPDFLoader(\"Your_PDF\")"
|
271 |
],
|
272 |
"metadata": {
|
273 |
"id": "JKj_kT9zeCzc"
|
|
|
444 |
"cell_type": "code",
|
445 |
"source": [
|
446 |
"\n",
|
447 |
+
"OPENAI_API_KEY = 'Your_OpenAI_Key'\n",
|
448 |
+
"PINECONE_API_KEY = 'Your_Pinecone_Key'\n",
|
449 |
+
"PINECONE_API_ENV = 'PineconeEnvironemt'"
|
450 |
],
|
451 |
"metadata": {
|
452 |
"id": "Tupo_xlgfocy"
|