MuazAshraf23 commited on
Commit
8edc157
·
1 Parent(s): cc1504f

Update Document_Retriever.ipynb

Browse files
Files changed (1) hide show
  1. Document_Retriever.ipynb +4 -4
Document_Retriever.ipynb CHANGED
@@ -267,7 +267,7 @@
267
  {
268
  "cell_type": "code",
269
  "source": [
270
- "loader = UnstructuredPDFLoader(\"MojoSolo-NLP-ML-Project.pdf\")"
271
  ],
272
  "metadata": {
273
  "id": "JKj_kT9zeCzc"
@@ -444,9 +444,9 @@
444
  "cell_type": "code",
445
  "source": [
446
  "\n",
447
- "OPENAI_API_KEY = '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'\n",
448
- "PINECONE_API_KEY = '3d6a95f6-e9b7-4e87-b96d-ec90392220a8'\n",
449
- "PINECONE_API_ENV = 'us-west4-gcp'"
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"