mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-20 13:54:48 +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,
|
Prompt,
|
||||||
PromptTemplate,
|
PromptTemplate,
|
||||||
)
|
)
|
||||||
from langchain.serpapi import SerpAPIWrapper
|
from langchain.serpapi import SerpAPIChain, SerpAPIWrapper
|
||||||
from langchain.sql_database import SQLDatabase
|
from langchain.sql_database import SQLDatabase
|
||||||
from langchain.vectorstores import FAISS, ElasticVectorSearch
|
from langchain.vectorstores import FAISS, ElasticVectorSearch
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ __all__ = [
|
|||||||
"PythonChain",
|
"PythonChain",
|
||||||
"SelfAskWithSearchChain",
|
"SelfAskWithSearchChain",
|
||||||
"SerpAPIWrapper",
|
"SerpAPIWrapper",
|
||||||
"SerpAPIWrapper",
|
"SerpAPIChain",
|
||||||
"Cohere",
|
"Cohere",
|
||||||
"OpenAI",
|
"OpenAI",
|
||||||
"BasePromptTemplate",
|
"BasePromptTemplate",
|
||||||
|
@ -99,4 +99,4 @@ class SerpAPIWrapper(BaseModel):
|
|||||||
|
|
||||||
# For backwards compatability
|
# For backwards compatability
|
||||||
|
|
||||||
SerpAPIWrapper = SerpAPIWrapper
|
SerpAPIChain = SerpAPIWrapper
|
||||||
|
Loading…
Reference in New Issue
Block a user