Skip to content

Commit

Permalink
Fix the cratedb_rag_customer_support_langchain.ipynb notebook (#423)
Browse files Browse the repository at this point in the history
* Remove quote around URL which wasn't closed
* Remove empty cell
  • Loading branch information
hammerhead authored Apr 19, 2024
1 parent 805a35b commit 74e0101
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"#!pip install -r requirements.txt\n",
"\n",
"# Note: If you are running in an environment like Google Colab, please use the absolute path of the requirements:\n",
"#!pip install -r https://raw.githubusercontent.com/crate/cratedb-examples/main/topic/machine-learning/llm-langchain/requirements.txt\""
"#!pip install -r https://raw.githubusercontent.com/crate/cratedb-examples/main/topic/machine-learning/llm-langchain/requirements.txt"
]
},
{
Expand Down Expand Up @@ -598,13 +598,6 @@
"source": [
"completion.choices[0].message.content"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 74e0101

Please sign in to comment.