We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c98bb commit 10e471aCopy full SHA for 10e471a
.vscode/settings.json
@@ -0,0 +1,10 @@
1
+{
2
+ "cSpell.words": [
3
+ "ACTIVELOOP",
4
+ "deeplake",
5
+ "langchain",
6
+ "openai",
7
+ "tiktoken",
8
+ "vectorstores"
9
+ ]
10
+}
README.md
@@ -1,2 +1,7 @@
# mojo-qa
+
Using langchain, deeplake and openai to create a Q&A on the Mojo lang programming manual
+ACTIVELOOP_TOKEN: <https://app.activeloop.ai/>
+Make sure to modify: `DEEPLAKE_ACCOUNT_NAME = "YOUR-ACCOUNT-NAME"`
prototype.ipynb
@@ -37,7 +37,7 @@
37
"metadata": {},
38
"outputs": [],
39
"source": [
40
- "DEEPLAKE_ACCOUNT_NAME = \"ngmisl\""
+ "DEEPLAKE_ACCOUNT_NAME = \"YOUR-ACCOUNT-NAME\""
41
]
42
},
43
{
0 commit comments