mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 13:23:35 +00:00
Harrison/version 0025 (#227)
This commit is contained in:
parent
3bda0019ae
commit
ab9abf53b7
@ -1 +1 @@
|
||||
0.0.24
|
||||
0.0.25
|
||||
|
@ -23,7 +23,7 @@ from langchain.prompts import (
|
||||
Prompt,
|
||||
PromptTemplate,
|
||||
)
|
||||
from langchain.serpapi import SerpAPIWrapper
|
||||
from langchain.serpapi import SerpAPIChain, SerpAPIWrapper
|
||||
from langchain.sql_database import SQLDatabase
|
||||
from langchain.vectorstores import FAISS, ElasticVectorSearch
|
||||
|
||||
@ -33,7 +33,7 @@ __all__ = [
|
||||
"PythonChain",
|
||||
"SelfAskWithSearchChain",
|
||||
"SerpAPIWrapper",
|
||||
"SerpAPIWrapper",
|
||||
"SerpAPIChain",
|
||||
"Cohere",
|
||||
"OpenAI",
|
||||
"BasePromptTemplate",
|
||||
|
@ -99,4 +99,4 @@ class SerpAPIWrapper(BaseModel):
|
||||
|
||||
# For backwards compatability
|
||||
|
||||
SerpAPIWrapper = SerpAPIWrapper
|
||||
SerpAPIChain = SerpAPIWrapper
|
||||
|
Loading…
Reference in New Issue
Block a user