Skip to content

Commit 7dfe3d2

Browse files
committed
Update pdf_analysis.py
1 parent e028015 commit 7dfe3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Langchain/pdf_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# pages = loader.load_and_split()
77

88
# # Set your OpenAI API key here
9-
# openai_api_key = "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"
9+
# openai_api_key = "k-LNh43Eg1dYYujQtrBa78T3BlbkFJ1iU7jytfJdPD4rz2eBY"
1010

1111
# faiss_index = FAISS.from_documents(pages, OpenAIEmbeddings(openai_api_key=openai_api_key))
1212
# docs = faiss_index.similarity_search("How will the community be engaged?", k=2)

0 commit comments

Comments
 (0)