-
Notifications
You must be signed in to change notification settings - Fork 15.7k
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
community: ChatSnowflakeCortex - Add streaming functionality #27753
Conversation
- Add _stream and _stream_content methods to enable streaming functionality - fix pydantic issues and added functionality with the overall langchain version upgrade - added bind_tools method for agentic workflows support through langgraph - updated the _generate method to account for agentic workflows support through langgraph - cosmetic changes to comments and if conditions 2. snowflake.ipynb - Added _stream example - cosmetic changes to comments 3. check_pydantic.sh - Decreased counter from 126 to 125 as suggested when formatting
…treaming community: ChatSnowflakeCortex - Add streaming functionality
Description: Fix Lint Error of Snowflake Docs
…_error docs: snowflake nb fix lint error
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
also cc @sfc-gh-nmoiseyev - probably best in the integration package |
@efriis - Do you mean to include this in the partner package please? |
Yes - we have a partner package in https://github.com/langchain-ai/langchain-snowflake and are working on migrating chat into it. It should be fine to land this here for now and we'll include it in the migration. Moving forward after migrating, all new PRs should be against that new package |
@efriis - have a you had a chance to review this please? |
1 similar comment
@efriis - have a you had a chance to review this please? |
- Decreasing the current_count value from 125 to 124 - This is done to remove the lint errors in github actions checks
…ease community: chatSnowflakeCortex - Remove lint errors
Head branch was pushed to by a user without write access
Deployment failed with the following error:
|
Description:
snowflake.py
Add _stream and _stream_content methods to enable streaming functionality
fix pydantic issues and added functionality with the overall langchain version upgrade
added bind_tools method for agentic workflows support through langgraph
updated the _generate method to account for agentic workflows support through langgraph
cosmetic changes to comments and if conditions
snowflake.ipynb
Added _stream example
cosmetic changes to comments
fixed lint errors
check_pydantic.sh
Decreased counter from 126 to 125 as suggested when formatting