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/langchain/llms
M Waleed Kadous 5124c1e0d9
Add aviary support (#5661)
Aviary is an open source toolkit for evaluating and deploying open
source LLMs. You can find out more about it on
[http://github.com/ray-project/aviary). You can try it out at
[http://aviary.anyscale.com](aviary.anyscale.com).

This code adds support for Aviary in LangChain. To minimize
dependencies, it connects directly to the HTTP endpoint.

The current implementation is not accelerated and uses the default
implementation of `predict` and `generate`.

It includes a test and a simple example. 

@hwchase17 and @agola11 could you have a look at this?

---------

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
1 year ago
..
__init__.py Add aviary support (#5661) 1 year ago
ai21.py Callbacks Refactor [base] (#3256) 1 year ago
aleph_alpha.py changed ValueError to ImportError (#5103) 1 year ago
anthropic.py Documentation fixes (linting and broken links) (#5563) 1 year ago
anyscale.py Documentation fixes (linting and broken links) (#5563) 1 year ago
aviary.py Add aviary support (#5661) 1 year ago
bananadev.py Documentation fixes (linting and broken links) (#5563) 1 year ago
base.py Add async versions of predict() and predict_messages() (#4867) 1 year ago
beam.py Documentation fixes (linting and broken links) (#5563) 1 year ago
bedrock.py Fix bedrock llm boto3 client instantiation (#5629) 1 year ago
cerebriumai.py Documentation fixes (linting and broken links) (#5563) 1 year ago
cohere.py changed ValueError to ImportError (#5103) 1 year ago
ctransformers.py Add C Transformers for GGML Models (#5218) 1 year ago
databricks.py LLM wrapper for Databricks (#5142) 1 year ago
deepinfra.py Harrison/deep infra (#5403) 1 year ago
fake.py Added async _acall to FakeListLLM (#5439) 1 year ago
forefrontai.py Callbacks Refactor [base] (#3256) 1 year ago
google_palm.py changed ValueError to ImportError (#5103) 1 year ago
gooseai.py Documentation fixes (linting and broken links) (#5563) 1 year ago
gpt4all.py Addresses GPT4All wrapper model_type attribute issues #5720. (#5743) 1 year ago
huggingface_endpoint.py Add summarization task type for HuggingFace APIs (#4721) 1 year ago
huggingface_hub.py Add summarization task type for HuggingFace APIs (#4721) 1 year ago
huggingface_pipeline.py Added pipline args to `HuggingFacePipeline.from_model_id` (#5268) 1 year ago
huggingface_text_gen_inference.py changed ValueError to ImportError (#5103) 1 year ago
human.py Add HumanInputLLM (#4160) 1 year ago
llamacpp.py Documentation fixes (linting and broken links) (#5563) 1 year ago
loading.py Harrison/improve cache (#368) 2 years ago
manifest.py Callbacks Refactor [base] (#3256) 1 year ago
modal.py Documentation fixes (linting and broken links) (#5563) 1 year ago
mosaicml.py Add MosaicML inference endpoints (#4607) 1 year ago
nlpcloud.py changed ValueError to ImportError (#5103) 1 year ago
openai.py OpenAI lint (#5273) 1 year ago
openlm.py Add OpenLM LLM multi-provider (#4993) 1 year ago
petals.py Documentation fixes (linting and broken links) (#5563) 1 year ago
pipelineai.py Documentation fixes (linting and broken links) (#5563) 1 year ago
predictionguard.py Documentation fixes (linting and broken links) (#5563) 1 year ago
promptlayer_openai.py Documentation fixes (linting and broken links) (#5563) 1 year ago
replicate.py Documentation fixes (linting and broken links) (#5563) 1 year ago
rwkv.py changed ValueError to ImportError (#5103) 1 year ago
sagemaker_endpoint.py changed ValueError to ImportError (#5103) 1 year ago
self_hosted.py changed ValueError to ImportError (#5103) 1 year ago
self_hosted_hugging_face.py Add summarization task type for HuggingFace APIs (#4721) 1 year ago
stochasticai.py Callbacks Refactor [base] (#3256) 1 year ago
utils.py Harrison/cleanup env check (#144) 2 years ago
vertexai.py top_k and top_p transposed in vertexai (#5673) 1 year ago
writer.py Update writer integration (#4363) 1 year ago