But you don't just have to use the predefined conversation chain! Here's how you can add memory to any LLM chain: https://
langchain.readthedocs.io/en/latest/exam
ples/memory/adding_memory.html
… And here's how you can add memory to an agent: https://
langchain.readthedocs.io/en/latest/exam
ples/memory/agent_with_memory.html
…
TOOLS
-
Add Memory to Any LLM Chain and Agent
By
–
-
LangChain Chains Now Support Stateful Conversations and Memory
By
–
So far all the chains/agents in LangChain have been stateless, meaning each interaction is independent This is far from ideal for some real world settings (eg chatbots) where you want the chain/agent to remember previous conversations
-
ConversationChain and Memory Module in LangChain
By
–
This past Friday @sjwhitmore added the very cool ConversationChain As part of doing this, she also added the concept of a Memory module. Here's what that is and why it's useful, :
-
Whisper Speech Recognition Expands to 70+ Languages
By
–
Excited about democratising speech recognition and bringing Whisper closer to 70+ languages? Sign up for the event now: https://
forms.gle/86Uxttisyyt9yM
HW7
… -
Meta Offers 20% Discount on AI Product for Customers
By
–
Yes, especially now since Meta is giving customers that use it 20% discounts
-
LangChain Version 0.0.23 Release with New Features and Bug Fixes
By
–
LangChain Version 0.0.23 new contributors! Unicode fix for windows (
@mark_k
) Self-ask w/ search bug fix (h/t @Raza_Habib496 for finding it) Readme update (
@dillchen
) @huggingface Hub embedding support (
@baga_tur
) Save prompts to disk (
@AkashSamant4
) -

Enterprise Data Science Future: Hybrid Multi-Cloud MLOps
By
–
Attending @awscloud
#reInvent? Learn why the future of enterprise #datascience is hybrid/multi-cloud, and stop by booth #2938 to speak to #mlops experts. And don't miss sessions from our partners @nvidia
, @netapp
, @VMware
, @SnowflakeDB
, & more. https://
domino.buzz/3hOw8Ip -

Stable Diffusion 2 Improves Safety Filter with SFW Focus
By
–
was catching up on this reading and noticed that the #NeurIPS2022 paper on “Red-Teaming the Stable Diffusion Safety Filter” is already out of date thanks to #StableDiffusion2 SD2 becoming a SFW "foundational txt2img" model means less spurious NSFW triggers! behold, dolphins!
-
WiFi Band Scanning App for Location Search Technology
By
–
Is any app doing location search? The WiFi band scan causes just that
-
Solving Hand Generation in Stable Diffusion Models
By
–
try this https://
reddit.com/r/StableDiffus
ion/comments/xwzyvh/custom_hand_model_mean_pretty_much_perfect_hands/
… and this https://
reddit.com/r/StableDiffus
ion/comments/xt9ou9/i_solved_hands_for_now/
… maybe helps