Harrison/output error (#3094)

Co-authored-by: yummydum <sumita@nowcast.co.jp>
This commit is contained in:
Harrison Chase
2023-04-18 08:59:56 -07:00
committed by GitHub
parent 1c1b77bbfe
commit aad0a498ac
12 changed files with 57 additions and 32 deletions

View File

@@ -4,10 +4,10 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Semantic Search over a group chat messages\n",
"In this tutorial, we are going to use Langchain + Deep Lake with GPT4 to semantically search a group chat.\n",
"# Question answering over a group chat messages\n",
"In this tutorial, we are going to use Langchain + Deep Lake with GPT4 to semantically search and ask questions over a group chat.\n",
"\n",
"View a working demo here: https://twitter.com/thisissukh_/status/1647223328363679745"
"View a working demo [here](https://twitter.com/thisissukh_/status/1647223328363679745)"
]
},
{
@@ -83,7 +83,7 @@
"Generate a group chat conversation with three friends talking about their day, referencing real places and fictional names. Make it funny and as detailed as possible.\n",
"```\n",
"\n",
"I've already generated such a chat in `../../messages.txt`. We can keep it simple and use this for our example.\n",
"I've already generated such a chat in `messages.txt`. We can keep it simple and use this for our example.\n",
"\n",
"## 3. Ingest chat embeddings\n",
"\n",
@@ -144,8 +144,10 @@
]
},
{
"cell_type": "markdown",
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],