We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbd5fa commit 265f0bdCopy full SHA for 265f0bd
langchain-js/config.env
@@ -1,3 +1,3 @@
1
REPO_NAME=langchainjs
2
-CLONE_URL="https://github.com/baileympearson/langchainjs.git"
+CLONE_URL="https://github.com/langchain-ai/langchainjs.git"
3
DATABASE=langchain_test_db
langchain-js/run.sh
@@ -2,11 +2,6 @@
set -o errexit
4
5
-# TODO: remove before merging
6
-git branch
7
-git switch use-local-atlas
8
-git log -n 1
9
-
10
setup_remote_atlas() {
11
# Get the MONGODB_URI and OPENAI_API_KEY.
12
SCRIPT_DIR=$(realpath "$(dirname ${BASH_SOURCE[0]})")
0 commit comments