langchain/docs/modules/models/llms/integrations
Liang Zhang b93638ef1e
Refactor and update databricks integration page (#5575)
# Your PR Title (What it does)

<!--
Thank you for contributing to LangChain! Your PR will appear in our
release under the title you set. Please make sure it highlights your
valuable contribution.

Replace this with a description of the change, the issue it fixes (if
applicable), and relevant context. List any dependencies required for
this change.

After you're done, someone will review your PR. They may suggest
improvements. If no one reviews your PR within a few days, feel free to
@-mention the same people again, as notifications can get lost.

Finally, we'd love to show appreciation for your contribution - if you'd
like us to shout you out on Twitter, please also include your handle!
-->

<!-- Remove if not applicable -->

Fixes # (issue)

## Before submitting

<!-- If you're adding a new integration, please include:

1. a test for the integration - favor unit tests that does not rely on
network access.
2. an example notebook showing its use


See contribution guidelines for more information on how to write tests,
lint
etc:


https://github.com/hwchase17/langchain/blob/master/.github/CONTRIBUTING.md
-->

## Who can review?

Community members can review the PR once tests pass. Tag
maintainers/contributors who might be interested:

<!-- For a quicker response, figure out the right person to tag with @

  @hwchase17 - project lead

  Tracing / Callbacks
  - @agola11

  Async
  - @agola11

  DataLoaders
  - @eyurtsev

  Models
  - @hwchase17
  - @agola11

  Agents / Tools / Toolkits
  - @vowelparrot

  VectorStores / Retrievers / Memory
  - @dev2049

 -->
2023-06-07 20:45:47 -07:00
..
ai21.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
aleph_alpha.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
anyscale.ipynb Fix a typo in langchain/docs/modules/models/llms/integrations/anyscale.ipynb (#4526) 2023-05-11 09:03:04 -07:00
aviary.ipynb Add aviary support (#5661) 2023-06-05 16:28:42 -07:00
azure_openai_example.ipynb Harrison/update azure nb (#5665) 2023-06-03 16:25:08 -07:00
banana.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
beam.ipynb docs: ecosystem/integrations update 5 (#5752) 2023-06-05 16:08:55 -07:00
bedrock.ipynb Retitles Bedrock doc to appear in correct alphabetical order in site nav (#5639) 2023-06-04 14:39:25 -07:00
cerebriumai_example.ipynb Fix broken Cerebrium link in documentation (#3554) 2023-04-26 08:11:58 -07:00
cohere.ipynb docs retriever improvements (#4430) 2023-05-17 15:29:22 -07:00
ctransformers.ipynb Add C Transformers for GGML Models (#5218) 2023-05-25 13:42:44 -07:00
databricks.ipynb Refactor and update databricks integration page (#5575) 2023-06-07 20:45:47 -07:00
deepinfra_example.ipynb Harrison/deep infra (#5403) 2023-05-29 07:10:50 -07:00
forefrontai_example.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
google_vertex_ai_palm.ipynb Harrison/vertex (#5049) 2023-05-24 15:51:12 -07:00
gooseai_example.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
gpt4all.ipynb Update GPT4ALL integration (#4567) 2023-05-18 09:38:54 -07:00
huggingface_hub.ipynb Refactor and update databricks integration page (#5575) 2023-06-07 20:45:47 -07:00
huggingface_pipelines.ipynb docs: ecosystem/integrations update 5 (#5752) 2023-06-05 16:08:55 -07:00
huggingface_textgen_inference.ipynb feat: Added class to support huggingface text generation inference server (#4447) 2023-05-12 07:32:37 -07:00
jsonformer_experimental.ipynb docs: ecosystem/integrations update 5 (#5752) 2023-06-05 16:08:55 -07:00
llamacpp.ipynb Update llamacpp demonstration notebook (#5344) 2023-05-29 06:43:26 -07:00
manifest.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
modal.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
mosaicml.ipynb Add MosaicML inference endpoints (#4607) 2023-05-23 15:59:08 -07:00
nlpcloud.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
openai.ipynb Reformat openai proxy setting as code (#5330) 2023-05-29 07:02:47 -07:00
openlm.ipynb Add OpenLM LLM multi-provider (#4993) 2023-05-22 18:09:53 -07:00
petals_example.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
pipelineai_example.ipynb Add PipelineAI LLM integration (#3644) 2023-04-27 08:22:26 -07:00
predictionguard.ipynb docs: ecosystem/integrations update 5 (#5752) 2023-06-05 16:08:55 -07:00
promptlayer_openai.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
rellm_experimental.ipynb docs: ecosystem/integrations update 5 (#5752) 2023-06-05 16:08:55 -07:00
replicate.ipynb Fix Replicate llm response to handle iterator / multiple outputs (#3614) 2023-04-26 14:26:33 -07:00
runhouse.ipynb fixed the Cohere example title (#3053) 2023-04-17 21:02:52 -07:00
sagemaker.ipynb docs: ecosystem/integrations update 5 (#5752) 2023-06-05 16:08:55 -07:00
stochasticai.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00
writer.ipynb updated langchain/docs/modules/models/llms/integrations/ notebooks (#3041) 2023-04-17 20:25:32 -07:00