bstraehle commited on
Commit
c947c47
1 Parent(s): 5f04412

Update rag_llamaindex.py

Browse files
Files changed (1) hide show
  1. rag_llamaindex.py +1 -1
rag_llamaindex.py CHANGED
@@ -7,7 +7,7 @@ from llama_index.storage.storage_context import StorageContext
7
  from llama_index.vector_stores.mongodb import MongoDBAtlasVectorSearch
8
 
9
  from pathlib import Path
10
- from pymongo.mongo_client import MongoClient
11
 
12
  PDF_URL = "https://arxiv.org/pdf/2303.08774.pdf"
13
  WEB_URL = "https://openai.com/research/gpt-4"
 
7
  from llama_index.vector_stores.mongodb import MongoDBAtlasVectorSearch
8
 
9
  from pathlib import Path
10
+ from pymongo import MongoClient
11
 
12
  PDF_URL = "https://arxiv.org/pdf/2303.08774.pdf"
13
  WEB_URL = "https://openai.com/research/gpt-4"