-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat(langchain-tavily): creating and implementing the Tavily Partner package for the js library #7957
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(langchain-tavily): creating and implementing the Tavily Partner package for the js library #7957
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
5978c00
to
2333472
Compare
@benjamincburns any thoughts on changes that need to be made to fix the failing checks? Let me know! Happy to discuss directly as well - if it would be easier. |
@michaelgriff based on the build errors, it looks like you forgot to commit the |
@benjamincburns good catch - just pushed the changes |
@benjamincburns anything else required to get this in? Let me know if theres anything needed from my end! |
a440621
to
fa82adb
Compare
ba0055d
to
ea47057
Compare
…package for the js library
6b92e9f
to
7ea31f5
Compare
Summary
This tool provides a straightforward interface by which Agents can use Tavily Search and Extract to gain access to real-time,
accurate search results tailored for LLMs and RAG.
Notes
tavilyApiKey
field) or by setting theTAVILY_API_KEY
environment variable.See the Tavily documentation for more information on how to effectively use what Tavily has to offer.