We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e028015 commit 7dfe3d2Copy full SHA for 7dfe3d2
Langchain/pdf_analysis.py
@@ -6,7 +6,7 @@
6
# pages = loader.load_and_split()
7
8
# # Set your OpenAI API key here
9
-# openai_api_key = "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"
+# openai_api_key = "k-LNh43Eg1dYYujQtrBa78T3BlbkFJ1iU7jytfJdPD4rz2eBY"
10
11
# faiss_index = FAISS.from_documents(pages, OpenAIEmbeddings(openai_api_key=openai_api_key))
12
# docs = faiss_index.similarity_search("How will the community be engaged?", k=2)
0 commit comments