Skip to content

Commit 10e471a

Browse files
committed
updates
1 parent e3c98bb commit 10e471a

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

.vscode/settings.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"cSpell.words": [
3+
"ACTIVELOOP",
4+
"deeplake",
5+
"langchain",
6+
"openai",
7+
"tiktoken",
8+
"vectorstores"
9+
]
10+
}

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# mojo-qa
2+
23
Using langchain, deeplake and openai to create a Q&A on the Mojo lang programming manual
4+
5+
ACTIVELOOP_TOKEN: <https://app.activeloop.ai/>
6+
7+
Make sure to modify: `DEEPLAKE_ACCOUNT_NAME = "YOUR-ACCOUNT-NAME"`

prototype.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"metadata": {},
3838
"outputs": [],
3939
"source": [
40-
"DEEPLAKE_ACCOUNT_NAME = \"ngmisl\""
40+
"DEEPLAKE_ACCOUNT_NAME = \"YOUR-ACCOUNT-NAME\""
4141
]
4242
},
4343
{

0 commit comments

Comments
 (0)