Replies: 1 comment
-
|
hey <@699219585165164555> can you try printing the environment variable in your test and see if it shows up. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
=I'm encountering an issue with the Tavily crawler in Cognee. I've successfully created an account with Tavily and generated an API key. I've tested this API key in the Tavily website's API playground, and it's working correctly, returning expected results.
However, when I use the same API key within my Cognee application (specifically when running the integration tests for test_tavily_crawler.py), the calls seem to be failing.
I've confirmed the TAVILY_API_KEY is set in my .env file and seems to be picked up by Cognee.
Could anyone help me understand why the API key might work in the Tavily playground but not within the Cognee application? I'm suspecting it might be related to how the application is making the request, or perhaps an issue with how the API response is being handled or logged.
This discussion was automatically pulled from Discord.
Beta Was this translation helpful? Give feedback.
All reactions