Skip to content
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

langchain[minor]: Generic chat models #6171

Merged
merged 28 commits into from
Jul 24, 2024
Merged

Conversation

bracesproul
Copy link
Member

@bracesproul bracesproul commented Jul 22, 2024

Todo:

  • tests
  • docs

Updated packages which had dependencies on langchain to no longer depend. All instances had langchain as a dep for tests, so no functionality was lost by doing this. In most cases it was for agent tests, so we need to figure out a new way to test integrations with agents.

I am aware langchain latest/lowest deps CI test is failing, will need a slight refactor

Copy link

vercel bot commented Jul 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
langchainjs-api-refs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 24, 2024 10:38pm
langchainjs-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 24, 2024 10:38pm

@bracesproul bracesproul marked this pull request as ready for review July 23, 2024 18:40
@@ -76,6 +76,7 @@ These are the core building blocks you can use when building applications.
- [How to: stream tool calls](/docs/how_to/tool_streaming)
- [How to: few shot prompt tool behavior](/docs/how_to/tool_calling#few-shotting-with-tools)
- [How to: force a specific tool call](/docs/how_to/tool_choice)
- [How to: init any model in one line](/docs/how_to/chat_models_universal_init/)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't quite accurate since it doesn't support all models - @baskaryan any other ideas on phrasing or should we just go with it

@jacoblee93
Copy link
Collaborator

A few more nits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:documentation Changes to documentation and examples, like .md, .rst, .ipynb files. Changes to the docs/ folder auto:improvement Medium size change to existing code to handle new use-cases size:XXL This PR changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants