bstraehle commited on
Commit
1342013
1 Parent(s): ebaeae5

Update rag_llamaindex.py

Browse files
Files changed (1) hide show
  1. rag_llamaindex.py +1 -0
rag_llamaindex.py CHANGED
@@ -8,6 +8,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"
 
8
 
9
  from pathlib import Path
10
  from pymongo import MongoClient
11
+ from rag_base import BaseRAG
12
 
13
  #PDF_URL = "https://arxiv.org/pdf/2303.08774.pdf"
14
  #WEB_URL = "https://openai.com/research/gpt-4"