You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs
Shubham Pandey 56ac94e014
community[minor]: add `ChatSnowflakeCortex` chat model (#21490)
**Description:** This PR adds a chat model integration for [Snowflake
Cortex](https://docs.snowflake.com/en/user-guide/snowflake-cortex/llm-functions),
which gives an instant access to industry-leading large language models
(LLMs) trained by researchers at companies like Mistral, Reka, Meta, and
Google, including [Snowflake
Arctic](https://www.snowflake.com/en/data-cloud/arctic/), an open
enterprise-grade model developed by Snowflake.

**Dependencies:** Snowflake's
[snowpark](https://pypi.org/project/snowflake-snowpark-python/) library
is required for using this integration.

**Twitter handle:** [@gethouseware](https://twitter.com/gethouseware)

- [x] **Add tests and docs**:
1. integration tests:
`libs/community/tests/integration_tests/chat_models/test_snowflake.py`
2. unit tests:
`libs/community/tests/unit_tests/chat_models/test_snowflake.py`
  3. example notebook: `docs/docs/integrations/chat/snowflake.ipynb`


- [x] **Lint and test**: Run `make format`, `make lint` and `make test`
from the root of the package(s) you've modified. See contribution
guidelines for more: https://python.langchain.com/docs/contributing/
4 months ago
..
api_reference docs: Correct return type in docstring (#22597) 4 months ago
data 👥 Update LangChain people data (#22388) 4 months ago
docs community[minor]: add `ChatSnowflakeCortex` chat model (#21490) 4 months ago
scripts docs: add ollama json mode (#22926) 4 months ago
src docs: add groq to chatmodeltabs (#22913) 4 months ago
static docs[patch]: Expand embeddings docs (#22881) 4 months ago
.gitignore infra: cleanup docs build (#21134) 5 months ago
.yarnrc.yml docs[minor]: Add thumbs up/down to all docs pages (#18526) 7 months ago
Makefile docs: generate table for document loaders (#22871) 4 months ago
README.md docs: developer docs (#14776) 10 months ago
babel.config.js Restructure docs (#11620) 12 months ago
docusaurus.config.js docs: link GH org (#22308) 4 months ago
package.json docs: v0.2 docs in master (#21438) 5 months ago
sidebars.js docs: generate table for document loaders (#22871) 4 months ago
vercel.json docs[patch]: Add robots.txt and root sitemap (#22492) 4 months ago
vercel_build.sh infra: use nbconvert for docs build (#21135) 5 months ago
vercel_requirements.txt docs: remove postgres from docs build (#21847) 5 months ago
yarn.lock docs: v0.2 docs in master (#21438) 5 months ago

README.md

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide