bump version to 61 (#596)

harrison/sql-agent
Harrison Chase 1 year ago committed by GitHub
parent d574bf0a27
commit 950a81399a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)"
]
},
{

@ -1,6 +1,6 @@
[tool.poetry]
name = "langchain"
version = "0.0.60"
version = "0.0.61"
description = "Building applications with LLMs through composability"
authors = []
license = "MIT"

Loading…
Cancel
Save