Skip to content

Commit

Permalink
Fix notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Aug 5, 2024
1 parent 4eaa81d commit e5f439a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
"metadata": {},
"outputs": [],
"source": [
"const selfQueryRetriever = SelfQueryRetriever.fromLLM({\n",
"const selfQueryRetrieverWithDefaults = SelfQueryRetriever.fromLLM({\n",
" llm,\n",
" vectorStore,\n",
" documentContents: \"Brief summary of a movie\",\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@
"metadata": {},
"outputs": [],
"source": [
"const selfQueryRetriever = SelfQueryRetriever.fromLLM({\n",
"const selfQueryRetrieverWithDefaultParams = SelfQueryRetriever.fromLLM({\n",
" llm,\n",
" vectorStore,\n",
" documentContents: \"Brief summary of a movie\",\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": null,
"id": "f6103afe",
"metadata": {},
"outputs": [],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
"metadata": {},
"outputs": [],
"source": [
"const selfQueryRetriever = SelfQueryRetriever.fromLLM({\n",
"const selfQueryRetrieverWithDefaultParams = SelfQueryRetriever.fromLLM({\n",
" llm,\n",
" vectorStore,\n",
" documentContents,\n",
Expand Down

0 comments on commit e5f439a

Please sign in to comment.