langchain

blogs.adityabh.is-a.dev   (2024-12-13)

This blog explores a detailed comparison between the OpenAI API and LangChain, highlighting key differences in performance and developer experience and the low level code for why these differences exist.

thenewstack.io   (2024-05-11)

There are still some limitations when summarizing very large documents. Here are some ways to mitigate these effects.

github.com   (2024-05-08)

Checked other resources I added a very descriptive title to this issue. I searched the LangChain documentation with the integrated search. I used the GitHub search to find a similar question and di...

dev.to   (2023-09-12)

If you're a developer or simply someone passionate about technology, you've likely encountered AI...

www.kdnuggets.com   (2023-08-06)

Learn how to unleash this Python library to enhance our AI usage.

www.kdnuggets.com   (2023-08-02)

LangChain is a Python library that helps you build GPT-powered applications in minutes. Get started with LangChain by building a simple question-answering app.

towardsdatascience.com   (2023-07-24)

Guide to developing an informative QA bot with displayed sources used

towardsdatascience.com   (2023-07-24)

Explained with an example use case.

blog.scottlogic.com   (2023-05-31)

LangChain has become a tremendously popular toolkit for building a wide range of LLM-powered applications, including chat, Q&A and document search. In this blogpost I re-implement some of the novel LangChain functionality as a learning exercise, looking at the low-level prompts it uses to create these higher level capabilities.

www.linkedin.com   (2023-05-21)

AI companies are using LangChain to supercharge their LLM apps. Here is a comprehensive guide of resources to build your LangChain + LLM journey.  🔗 What is… | 45 comments on LinkedIn

www.pinecone.io   (2023-05-19)

The handbook to the LangChain library for building applications around generative AI and large language models (LLMs).

towardsdatascience.com   (2023-04-25)

A LangChain tutorial to build anything with large language models in Python

www.kdnuggets.com   (2023-04-19)

Introducing the new fully autonomous task manager that can create, track and prioritize your company's projects using artificial intelligence.

thesequence.substack.com   (2023-04-17)

In this guest post, Filip Haltmayer, a Software Engineer at Zilliz, explains how LangChain and Milvus can enhance the usefulness of Large Language Models (LLMs) by allowing for the storage and retrieval of relevant documents. By integrating Milvus, a vector database, with LangChain, LLMs can process more tokens and improve their conversational abilities.

m.youtube.com   (2023-04-14)

#langchain #chatgpt #gpt4 #artificialintelligence #automation #python #notion #productivity #datascience #pdf #machinelearning In this tutorial, learn how to easily extract information from a PDF document using LangChain and ChatGPT. I'll walk you through installing dependencies, loading and processing a PDF file, creating embeddings, and querying the PDF with natural language questions. 00:00 - Introduction 00:21 - Downloading a sample PDF 00:49 - Importing required modules 01:21 - Setting up the PDF path and loading the PDF 01:38 - Printing the first page of the PDF 01:53 - Creating embeddings and setting up the Vector database 02:24 - Creating a chat database chain 02:49 - Querying the PDF with a question 03:27 - Understanding the query results 04:00 - Conclusion Remember to like and subscribe for more tutorials on learning, research and AI! - Source code: https://github.com/EnkrateiaLucca/talk_pdf - Link to the medium article: https://medium.com/p/e723337f26a6 - Subscribe!: https://www.youtube.com/channel/UCu8WF59Scx9f3H1N_FgZUwQ - Join Medium: https://lucas-soares.medium.com/membership - Tiktok: https://www.tiktok.com/@enkrateialucca?lang=en - Twitter: https://twitter.com/LucasEnkrateia - LinkedIn: https://www.linkedin.com/in/lucas-soares-969044167/ Music from [www.epidemicsound.com](http://www.epidemicsound.com/)

towardsdatascience.com   (2023-04-14)

Chat with your long PDF docs: load_qa_chain, RetrievalQA, VectorstoreIndexCreator, ConversationalRetrievalChain