mgreg555 commited on
Commit
d9eb9d8
·
verified ·
1 Parent(s): c74faa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,7 +12,8 @@ Original file is located at
12
  from PyPDF2 import PdfReader
13
  from langchain.embeddings.openai import OpenAIEmbeddings
14
  from langchain.text_splitter import CharacterTextSplitter
15
- from langchain.vectorstores import ElasticVectorSearch, Pinecone, Weaviate, FAISS
 
16
 
17
  # Get your API keys from openai, you will need to create an account.
18
  # Here is the link to get the keys: https://platform.openai.com/account/billing/overview
 
12
  from PyPDF2 import PdfReader
13
  from langchain.embeddings.openai import OpenAIEmbeddings
14
  from langchain.text_splitter import CharacterTextSplitter
15
+ from langchain.vectorstores import ElasticVectorSearch, Pinecone, Weaviate
16
+ from langchain_community.vectorstores import FAISS
17
 
18
  # Get your API keys from openai, you will need to create an account.
19
  # Here is the link to get the keys: https://platform.openai.com/account/billing/overview