Langchain

Applying OpenAI's RAG Strategies

Applying OpenAI's RAG Strategies

0
At their demo day, Open AI reported a series of RAG experiments for a customer that they worked with. While evaluation metics will depend on your specific application, it’s interesting to see what worked and what didn’t for them. Below, we expand on each method mention and show how you can implement each one for yourself. The ability to understand and these methods on your application is critical: from talking to many partners and users, there is no “one-size-fits-all” solution because different problems require different retrieval techniques.
Eden AI + LangChain

Eden AI + LangChain

0
Eden AI is revolutionizing the AI landscape by uniting the best AI providers, empowering users to unlock limitless possibilities and tap into the true potential of artificial intelligence. With an all-in-one comprehensive and hassle-free platform, it allows users to deploy AI features to production lightning fast, enabling effortless access to the full breadth of AI capabilities via a single API. (website: https://edenai.co/ ) Link Story Generation Eden AI x LangChain: Harnessing LLMs, Embeddings, and AI

GPT Researcher - Tavily

0
The agent can produce detailed, factual and unbiased research reports, with customization options for focusing on relevant resources, outlines, and lessons. Inspired by the recent Plan-and-Solve and RAG papers, GPT Researcher addresses issues of speed, determinism and reliability, offering a more stable performance and increased speed through parallelized agent work, as opposed to synchronous operations. Link Building a Tavily Data Agent research-assistan
Langchain + AWS

Langchain + AWS

0
Langchain + AWS Langchain + Amazon Textract Langchain + AWS DynamoDB Langchain + Bedrock (Knowledge Bases) Langchain + AWS Lambda

LangChain cookbook

0
Example code for building applications with LangChain, with an emphasis on more applied and end-to-end examples than contained in the main documentation. Link
LangChain Templates

LangChain Templates

0
LangChain Templates are the easiest and fastest way to build a production-ready LLM application. These templates serve as a set of reference architectures for a wide variety of popular LLM use cases. They are all in a standard format which make it easy to deploy them with LangServe. Link GitHub
WebLangChain

WebLangChain

0
This repo is an example of performing retrieval using the entire internet as a document store. Link