mirror of
https://github.com/hwchase17/langchain.git
synced 2025-12-15 20:04:15 +00:00
docs/fix links (#6498)
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Install openai,google-search-results packages which are required as the langchain packages call them internally
|
||||
|
||||
>pip install openai google-search-results
|
||||
|
||||
```python
|
||||
from langchain import LLMMathChain, OpenAI, SerpAPIWrapper, SQLDatabase, SQLDatabaseChain
|
||||
from langchain.agents import initialize_agent, Tool
|
||||
|
||||
Reference in New Issue
Block a user