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
minhajul-clarifai 6e57306a13
Clarifai integration (#5954)
# Changes
This PR adds [Clarifai](https://www.clarifai.com/) integration to
Langchain. Clarifai is an end-to-end AI Platform. Clarifai offers user
the ability to use many types of LLM (OpenAI, cohere, ect and other open
source models). As well, a clarifai app can be treated as a vector
database to upload and retrieve data. The integrations includes:
- Clarifai LLM integration: Clarifai supports many types of language
model that users can utilize for their application
- Clarifai VectorDB: A Clarifai application can hold data and
embeddings. You can run semantic search with the embeddings

#### Before submitting
- [x] Added integration test for LLM 
- [x] Added integration test for VectorDB 
- [x] Added notebook for LLM 
- [x] Added notebook for VectorDB 

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
11 months ago
..
__init__.py Clarifai integration (#5954) 11 months ago
ai21.py support kwargs (#5990) 12 months ago
aleph_alpha.py Fix LLM types so that they can be loaded from config dicts (#6235) 12 months ago
anthropic.py Fix the issue where ANTHROPIC_API_URL set in environment is not takin… (#6400) 12 months ago
anyscale.py Fixed a link typo /-/route -> /-/routes. and change endpoint format (#6186) 12 months ago
aviary.py support kwargs (#5990) 12 months ago
azureml_endpoint.py Add AzureML endpoint LLM wrapper (#6580) 11 months ago
bananadev.py Fix LLM types so that they can be loaded from config dicts (#6235) 12 months ago
base.py Make lckwargs private (#6344) 12 months ago
baseten.py support kwargs (#5990) 12 months ago
beam.py support kwargs (#5990) 12 months ago
bedrock.py support kwargs (#5990) 12 months ago
cerebriumai.py support kwargs (#5990) 12 months ago
clarifai.py Clarifai integration (#5954) 11 months ago
cohere.py support kwargs (#5990) 12 months ago
ctransformers.py support kwargs (#5990) 12 months ago
databricks.py support kwargs (#5990) 12 months ago
deepinfra.py support kwargs (#5990) 12 months ago
fake.py support kwargs (#5990) 12 months ago
forefrontai.py support kwargs (#5990) 12 months ago
google_palm.py support kwargs (#5990) 12 months ago
gooseai.py support kwargs (#5990) 12 months ago
gpt4all.py support kwargs (#5990) 12 months ago
huggingface_endpoint.py support kwargs (#5990) 12 months ago
huggingface_hub.py support kwargs (#5990) 12 months ago
huggingface_pipeline.py support kwargs (#5990) 12 months ago
huggingface_text_gen_inference.py Add async support for HuggingFaceTextGenInference (#6507) 12 months ago
human.py support kwargs (#5990) 12 months ago
llamacpp.py Fix LLM types so that they can be loaded from config dicts (#6235) 12 months ago
loading.py Harrison/improve cache (#368) 1 year ago
manifest.py support kwargs (#5990) 12 months ago
modal.py support kwargs (#5990) 12 months ago
mosaicml.py Fix LLM types so that they can be loaded from config dicts (#6235) 12 months ago
nlpcloud.py support kwargs (#5990) 12 months ago
openai.py Update model token mappings/cost to include 0613 models (#6122) 12 months ago
openllm.py Add OpenLLM wrapper(#6578) 11 months ago
openlm.py Add OpenLM LLM multi-provider (#4993) 1 year ago
petals.py support kwargs (#5990) 12 months ago
pipelineai.py support kwargs (#5990) 12 months ago
predictionguard.py support kwargs (#5990) 12 months ago
promptlayer_openai.py support kwargs (#5990) 12 months ago
replicate.py fix: llm caching for replicate (#6396) 12 months ago
rwkv.py Fix LLM types so that they can be loaded from config dicts (#6235) 12 months ago
sagemaker_endpoint.py support kwargs (#5990) 12 months ago
self_hosted.py support kwargs (#5990) 12 months ago
self_hosted_hugging_face.py support kwargs (#5990) 12 months ago
stochasticai.py support kwargs (#5990) 12 months ago
textgen.py Add oobabooga/text-generation-webui support as a llm (#5997) 12 months ago
utils.py Harrison/cleanup env check (#144) 2 years ago
vertexai.py Be able to use Codey models on Vertex AI (#6354) 12 months ago
writer.py support kwargs (#5990) 12 months ago