Skip to content

Commit

Permalink
wrong checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
QianZhu committed Dec 10, 2024
1 parent 94b64cc commit 5a4d2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Code-Documentation-QA-Bot/lancedb_cloud/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ def pre_process():
documents = text_splitter.split_documents(docs)
embeddings = OpenAIEmbeddings()

db_url = "db://devrel-samp-9a5467"
api_key = "sk_7ARKG2PNGNFB3J3OKKLWUP4WHHKXDHQ6RMQTCVLOMT72TDZIOEEA===="
db_url = "db://your-project-slug"
api_key = "sk_..."
region = "us-east-1"
table_name = "langchain_vectorstore"

Expand Down

0 comments on commit 5a4d2f7

Please sign in to comment.