bump version to 61 (#596)

This commit is contained in:
Harrison Chase
2023-01-12 07:20:16 -08:00
committed by GitHub
parent d574bf0a27
commit 950a81399a
2 changed files with 2 additions and 2 deletions

View File

@@ -172,7 +172,7 @@
"metadata": {},
"outputs": [],
"source": [
"qa = VectorDBQA.from_chain_type(llm=OpenAI(), chain_type=\"stuff\", return_source_documents=True)"
"qa = VectorDBQA.from_chain_type(llm=OpenAI(), chain_type=\"stuff\", vectorstore=docsearch, return_source_documents=True)"
]
},
{