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/libs/community/langchain_community/llms
Mikelarg dac2e0165a
community[minor]: Added GigaChat Embeddings support + updated previous GigaChat integration (#19516)
- **Description:** Added integration with
[GigaChat](https://developers.sber.ru/portal/products/gigachat)
embeddings. Also added support for extra fields in GigaChat LLM and
fixed docs.
4 months ago
..
grammars community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
__init__.py community: `llms` imports fixes (#18943) 4 months ago
ai21.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
aleph_alpha.py infra: add print rule to ruff (#16221) 5 months ago
amazon_api_gateway.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
anthropic.py community[patch]: move pdf text tests to integration (#18746) 4 months ago
anyscale.py community[patch]: Remove model limitation on Anyscale LLM (#17662) 5 months ago
aphrodite.py community[minor]: Add Aphrodite Engine support (#14759) 7 months ago
arcee.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
aviary.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
azureml_endpoint.py Community: Add mistral oss model support to azureml endpoints, plus configurable timeout (#19123) 4 months ago
baichuan.py infra: add -p to mkdir in lint steps (#17013) 5 months ago
baidu_qianfan_endpoint.py community[patch]: Invoke callback prior to yielding token (#18454) 4 months ago
bananadev.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
baseten.py community: refactor Baseten integration with new API endpoints & docs (#15017) 7 months ago
beam.py infra: add print rule to ruff (#16221) 5 months ago
bedrock.py community[patch]: Bedrock add support for mistral models (#18756) 4 months ago
bigdl.py community[minor]: add BigDL-LLM integrations (#17953) 5 months ago
bittensor.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
cerebriumai.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
chatglm.py <langchain_community\llms\chatglm.py>: <Correcting "history"> (#16729) 6 months ago
chatglm3.py community: Add ChatGLM3 (#15265) 6 months ago
clarifai.py community[patch] : Tidy up and update Clarifai SDK functions (#18314) 4 months ago
cloudflare_workersai.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
cohere.py cohere[patch]: add cohere as a partner package (#19049) 4 months ago
ctransformers.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
ctranslate2.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
databricks.py community[major]: breaking change in some APIs to force users to opt-in for pickling (#18696) 4 months ago
deepinfra.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
deepsparse.py infra: add print rule to ruff (#16221) 5 months ago
edenai.py community: replace deprecated davinci models (#14860) 7 months ago
fake.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
fireworks.py community[patch]: invoke callback prior to yielding token (fireworks) (#19388) 4 months ago
forefrontai.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
friendli.py community[minor]: Integration for `Friendli` LLM and `ChatFriendli` ChatModel. (#17913) 4 months ago
gigachat.py community[minor]: Added GigaChat Embeddings support + updated previous GigaChat integration (#19516) 4 months ago
google_palm.py multiple[patch]: fix deprecation versions (#18349) 5 months ago
gooseai.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
gpt4all.py community[patch]: Enable streaming for GPT4all (#16392) 6 months ago
gradient_ai.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
huggingface_endpoint.py community: Fix import path for StreamingStdOutCallbackHandler example (#19170) 4 months ago
huggingface_hub.py Community: Fuse HuggingFace Endpoint-related classes into one (#17254) 5 months ago
huggingface_pipeline.py docs: Update docs for `HuggingFacePipeline` (#19306) 4 months ago
huggingface_text_gen_inference.py Community: Fuse HuggingFace Endpoint-related classes into one (#17254) 5 months ago
human.py infra: add print rule to ruff (#16221) 5 months ago
javelin_ai_gateway.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
koboldai.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
konko.py community[minor]: Adding Konko Completion endpoint (#15570) 6 months ago
llamacpp.py community[patch]: invoke callback prior to yielding token (llama.cpp) (#19392) 4 months ago
llamafile.py community[minor]: Adds Llamafile as an LLM (#17431) 5 months ago
loading.py core[patch]: Support .yml extension for YAML (#16783) 5 months ago
manifest.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
minimax.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
mlflow.py docs: fix databricks document url (#19096) 4 months ago
mlflow_ai_gateway.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
modal.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
mosaicml.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
nlpcloud.py community[patch]: fix top_p type hint (#15452) 6 months ago
oci_data_science_model_deployment_endpoint.py docs, community[patch], experimental[patch], langchain[patch], cli[pa… (#15412) 7 months ago
oci_generative_ai.py community[patch]: docstrings (#16810) 5 months ago
octoai_endpoint.py community[minor]: Update OctoAI LLM, Embedding and documentation (#16710) 6 months ago
ollama.py community[patch]: Invoke callback prior to yielding token (ollama) (#18629) 4 months ago
opaqueprompts.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
openai.py community[patch]: invoke callback prior to yielding token (openai) (#19389) 4 months ago
openllm.py community[patch]: OpenLLM Client Fixes + Added Timeout Parameter (#17478) 5 months ago
openlm.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
pai_eas_endpoint.py community[patch]: Invoke callback prior to yielding token (pai_eas_endpoint) (#18627) 4 months ago
petals.py Refactor: use SecretStr for Petals llms (#15121) 7 months ago
pipelineai.py infra: add -p to mkdir in lint steps (#17013) 5 months ago
predibase.py Refactor: use SecretStr for Predibase llms (#15119) 7 months ago
predictionguard.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
promptlayer_openai.py Do not issue beta or deprecation warnings on internal calls (#15641) 6 months ago
replicate.py community[patch]: Invoke callback prior to yielding token (replicate) (#18626) 4 months ago
rwkv.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
sagemaker_endpoint.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
self_hosted.py community[major]: breaking change in some APIs to force users to opt-in for pickling (#18696) 4 months ago
self_hosted_hugging_face.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
sparkllm.py community[patch]: Invoke callback prior to yielding token (sparkllm) (#18625) 4 months ago
stochasticai.py infra: add -p to mkdir in lint steps (#17013) 5 months ago
symblai_nebula.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
textgen.py infra: add print rule to ruff (#16221) 5 months ago
titan_takeoff.py community[patch]: Invoke callback prior to yielding token (titan_takeoff) (#18560) 4 months ago
titan_takeoff_pro.py community[patch]: Invoke callback prior to yielding token (titan_takeoff_pro) (#18624) 4 months ago
together.py together[minor]: add llm (#15853) 6 months ago
tongyi.py community[patch]: Fixed bug in merging `generation_info` during chunk concatenation in Tongyi and ChatTongyi (#19014) 4 months ago
utils.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
vertexai.py community[patch]: Invoke callback prior to yielding token (#18447) 4 months ago
vllm.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
volcengine_maas.py community[patch]: Invoke callback prior to yielding token (#18288) 5 months ago
watsonxllm.py ibm: added partners package `langchain_ibm`, added llm (#16512) 5 months ago
writer.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 7 months ago
xinference.py docs: docstrings `langchain_community` update (#14889) 7 months ago
yandex.py community[patch]: chat model mypy fixes (#17061) 5 months ago
yuan2.py community[minor]: integrate with model Yuan2.0 (#15411) 5 months ago