langchain
langchain copied to clipboard
Clarifai integration
Changes
This PR adds Clarifai 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
Who can review?
- @hwchase17
- @agola11
- @dev2049
Hi @hwchase17, would love to get your input and support for this pull request. We are very excited to integrate Clarifai into Langchain.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| langchain | ⬜️ Ignored (Inspect) | Jun 22, 2023 8:40am |
looks like theres some minor nits but largely lgtm
@minhajul-clarifai is attempting to deploy a commit to the LangChain Team on Vercel.
A member of the Team first needs to authorize it.
looks awesome, thanks @minhajul-clarifai!