Replies: 5 comments 3 replies
-
It looks like the issue with passing the To address this, you can try the following steps:
These steps should help you resolve the issue with the Sources
|
Beta Was this translation helpful? Give feedback.
-
I also have this problem. I can correctly print out the api key before passing it. I will try to give it more time since they key was just created. However, that is just a stab in the dark... |
Beta Was this translation helpful? Give feedback.
-
Tried this, worked in my jupyter notebook.
|
Beta Was this translation helpful? Give feedback.
-
Hi @Shevchenkojjj, just like for all of the other langchain constructors that take I am not looking for a work around (don't use jupyter being another), rather trying to find a fix for the issue that the keyword argument does not work for the tavily class. For example, |
Beta Was this translation helpful? Give feedback.
-
You must pass the key via the This worked for me:
I share the dislike of exporting environment variables in Jupyter, hence went ahead with this approach. |
Beta Was this translation helpful? Give feedback.
-
Checked other resources
Commit to Help
Example Code
Description
The above code works fine if run in interactive/interpret python on the command line, but does not work in a jupyter notebook instead resulting in a
Using
System Info
Beta Was this translation helpful? Give feedback.
All reactions