Skip to content

Commit d43a543

Browse files
committed
update pipeline example
Signed-off-by: eric-epsilla <eric@epsilla.com>
1 parent 2880d2b commit d43a543

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/Question_Answering_Pipeline_with_LangChain_and_EpsillaCloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Step2. Configure the OpenAI API Key
1818
import os
1919

20-
# os.environ["OPENAI_API_KEY"] = "Your-OpenAI-API-Key"
20+
os.environ["OPENAI_API_KEY"] = "Your-OpenAI-API-Key"
2121
epsilla_api_key = os.getenv("EPSILLA_API_KEY", "Your-Epsilla-API-Key")
2222
project_id = os.getenv("EPSILLA_PROJECT_ID", "Your-Project-ID")
2323
db_id = os.getenv("EPSILLA_DB_ID", "Your-DB-ID")

0 commit comments

Comments
 (0)