LangChain
LangChain is a framework for developing applications powered by large language models (LLMs). Utilize Friendli Serverless Endpoints for LLM inferencing in LangChain by preparing a Friendli Token. To install the required packages, run:Resources
- FriendliAI Blog Post on Building RAG Chatbots with Friendli, MongoDB Atlas, and LangChain
- FriendliAI Blog Post on Example RAG Application with Friendli and LangChain
- FriendliAI Blog Post on LangChain Integration with Friendli Dedicated Endpoints
- LangChain’s Documentation on Friendli
MongoDB
MongoDB Atlas is a developer data platform offering vector stores and searches for compound GenAI applications, compatible through both LangChain and LlamaIndex. Utilize Friendli Serverless Endpoints for LLM inferencing in MongoDB by preparing a Friendli Token. To install the required packages, run:Resources
- FriendliAI Blog Post on Building RAG Chatbots with Friendli, MongoDB Atlas, and LangChain
- FriendliAI Blog Post on RAG with FriendliAI and MongoDB
- MongoDB’s Partner Ecosystem Page on FriendliAI
LlamaIndex
LlamaIndex is a data framework designed to connect LLMs to custom data sources. Utilize Friendli Serverless Endpoints for LLM inferencing in LlamaIndex by preparing a Friendli Token. Additionally, an OpenAI API key is required to access the OpenAI embedding API. To install the required packages, run:Resources
- FriendliAI Blog Post on Building RAG Applications with Friendli and LlamaIndex
- Google Colab Notebook on Two-Stage Retrieval with LlamaIndex Friendli Integration
- LlamaIndex’s Documentation on Friendli