langchain/libs/community/tests/integration_tests/llms
pjb157 479be3cc91
community[minor]: Unify Titan Takeoff Integrations and Adding Embedding Support (#18775)
**Community: Unify Titan Takeoff Integrations and Adding Embedding
Support**

 **Description:** 
Titan Takeoff no longer reflects this either of the integrations in the
community folder. The two integrations (TitanTakeoffPro and
TitanTakeoff) where causing confusion with clients, so have moved code
into one place and created an alias for backwards compatibility. Added
Takeoff Client python package to do the bulk of the work with the
requests, this is because this package is actively updated with new
versions of Takeoff. So this integration will be far more robust and
will not degrade as badly over time.

**Issue:**
Fixes bugs in the old Titan integrations and unified the code with added
unit test converge to avoid future problems.

**Dependencies:**
Added optional dependency takeoff-client, all imports still work without
dependency including the Titan Takeoff classes but just will fail on
initialisation if not pip installed takeoff-client

**Twitter**
@MeryemArik9

Thanks all :)

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
2024-04-17 01:43:35 +00:00
..
__init__.py
test_ai21.py
test_aleph_alpha.py
test_anthropic.py
test_anyscale.py
test_arcee.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
test_aviary.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
test_azure_openai.py
test_azureml_endpoint.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
test_baichuan.py community: Add Baichuan LLM to community (#16724) 2024-01-29 20:08:24 -08:00
test_banana.py
test_baseten.py
test_beam.py
test_bedrock.py infra: add -p to mkdir in lint steps (#17013) 2024-02-05 11:22:06 -08:00
test_bigdl_llm.py community[minor]: migrate bigdl-llm to ipex-llm (#19518) 2024-03-27 20:12:59 -07:00
test_bittensor.py
test_cerebriumai.py
test_chatglm.py
test_clarifai.py
test_cloudflare_workersai.py
test_cohere.py community[patch]: Make cohere_api_key a SecretStr (#12188) 2024-03-01 20:27:53 +00:00
test_confident.py
test_ctransformers.py
test_deepinfra.py
test_deepsparse.py
test_edenai.py
test_fireworks.py
test_forefrontai.py
test_friendli.py community[minor]: Integration for Friendli LLM and ChatFriendli ChatModel. (#17913) 2024-03-08 02:20:47 +00:00
test_google_palm.py
test_gooseai.py
test_gpt4all.py
test_gradient_ai.py
test_huggingface_endpoint.py Community: Fuse HuggingFace Endpoint-related classes into one (#17254) 2024-02-19 10:33:15 -08:00
test_huggingface_hub.py
test_huggingface_pipeline.py community[minor]: Add openvino backend support (#11591) 2024-03-01 10:04:24 -08:00
test_huggingface_text_gen_inference.py
test_ipex_llm.py community[minor]: migrate bigdl-llm to ipex-llm (#19518) 2024-03-27 20:12:59 -07:00
test_konko.py community[minor]: Adding Konko Completion endpoint (#15570) 2024-01-23 18:22:32 -08:00
test_layerup_security.py community[minor]: add Layerup Security integration (#19787) 2024-04-01 23:49:00 +00:00
test_llamacpp.py
test_llamafile.py community[minor]: Adds Llamafile as an LLM (#17431) 2024-02-14 11:15:24 -08:00
test_manifest.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
test_minimax.py
test_mlx_pipeline.py community[minor]: Add support for MLX models (chat & llm) (#18152) 2024-04-09 14:17:07 +00:00
test_modal.py
test_mosaicml.py
test_nlpcloud.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
test_octoai_endpoint.py community[patch]: update OctoAI endpoint to subclass BaseOpenAI (#19757) 2024-04-16 17:32:20 -07:00
test_opaqueprompts.py
test_openai.py
test_openllm.py
test_openlm.py
test_pai_eas_endpoint.py
test_petals.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
test_pipelineai.py
test_predictionguard.py
test_promptlayer_openai.py
test_propmptlayer_openai_chat.py
test_qianfan_endpoint.py
test_replicate.py
test_rwkv.py
test_self_hosted_llm.py
test_sparkllm.py community[minor]: Add SparkLLM to community (#17702) 2024-02-20 11:23:47 -08:00
test_stochasticai.py
test_symblai_nebula.py
test_titan_takeoff.py community[minor]: Unify Titan Takeoff Integrations and Adding Embedding Support (#18775) 2024-04-17 01:43:35 +00:00
test_together.py
test_tongyi.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
test_vertexai.py
test_volcengine_maas.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
test_watsonxllm.py
test_weight_only_quantization.py community[minor]: weight only quantization with intel-extension-for-transformers. (#14504) 2024-04-03 16:21:34 +00:00
test_writer.py
test_xinference.py infra: add print rule to ruff (#16221) 2024-02-09 16:13:30 -08:00
test_yuan2.py community[patch]: fix yuan2 errors in LLMs (#19004) 2024-03-28 14:37:44 -07:00
utils.py