v0.0.86 Lots more open source model integrations! @EnricoShippole PromptLayer (
@imjaredz
) and Helicone (
@justinstorre
) integrations And lots of other docs and bug fixes!
@langchain
-
Open Source Model Integrations and LLM Platform Updates
By
–
-
Using Multiple LLMs Together in Chain Workflows
By
–
Yup! You can use them both as different LLMs in a chain
-
LangChain Chroma Vector Store Integration Announcement
By
–
Really excited to announce a new vector store integration: @trychroma If you wanted to develop easily with local vector stores, but ran into issues with FAISS… you should try this Blog Post: https://
blog.langchain.dev/langchain-chro
ma/
… Examples Repo: -

Graph Memory for Chatbot Knowledge Extraction
By
–
Graph Memory Use this graph data structure as a memory module in your chatbot. Extracts knowledge triplets every interaction, builds a graph over time, and pulls relevant triplets into context when replying Documentation: https://
langchain.readthedocs.io/en/latest/modu
les/memory/getting_started.html#conversation-knowledge-graph-memory
… -
LangChain Adds Graph Support for Question Answering
By
–
Graph Support Previously in LangChain, the only real data structure used for storing data was a vector store In v0.0.85 we've now added in [BETA] graph support This can be used for Question Answering and Memory
-

Graph Question-Answering with Knowledge Triplets Extraction
By
–
Graph Question-Answering Create a graph by extracting knowledge triplets. Then for a given question extract the relevant entities and pull in information about them Documentation: https://
langchain.readthedocs.io/en/latest/modu
les/chains/combine_docs_examples/graph_qa.html
… -
AI Chatbot Transforms Any YouTube Video Into Interactive Assistant
By
–
YouTuber Chatbot Author: James Pop GitHub: https://
github.com/jryebread/yout
uber_chatbot/tree/main
… UI: …
https://jryebread-youtu
ber-chatbot-main-v73i8j.streamlit.app Description: make an ai chatbot out of any YouTube video -
AI-Powered Investment Education Chatbot Platform
By
–
Investor Education ChatChain Author: Nicholas Muchinguri GitHub: https://
github.com/nickmuchi87/in
vestor-education-chatchain
… UI: https://
huggingface.co/spaces/nickmuc
hi/Investor-Education-ChatChain
… Description: ChatBot for asking investing questions from web-scraped website of a leading Investment Manager. -
Chat ISW Reports: RAG Tool Over War Analysis Documents
By
–
Chat ISW Reports Author: Matthew Robinson Twitter: @UnstructuredIO GitHub: https://
github.com/Unstructured-I
O/chat-isw-reports
… Description: Chat over documents pulled from the Institute for the Study of War (ISW) website. -
ChatGPT-like Telegram Chat Analysis with LangChain
By
–
Chat LangChain Telegram Author: Vidal Maxime Twitter: @vmaxmc2 GitHub: https://
github.com/vidalmaxime/ch
at-langchain-telegram
… UI: https://
huggingface.co/spaces/maxime/
chat-with-your-telegram-chat
… Description: Understand who you are and your relationships by creating a ChatGPT like experience over your own Telegram chat with LangChain.