Great conceptual explanation of the different primitives in LangChain. Some possible inspiration for your upcoming piece involving vector stores with LangChain - <a href="https://milvus.io/blog/conversational-memory-in-langchain.md" rel="nofollow noreferrer">https://milvus.io/blog/conversational-memory-in-langchain.md</a>
Although LangChain might not be great as a library/framework, it still could be a great starting point to learn about programming pattern for prompt/actor programming.<p>They used to have a "concepts" page that links to relevant papers but it seems that the page is gone from the doc for some reason :-(
I’ll save yall some time. If you are familiar with concatenating strings in python, langchain is a library which does just that, only a little less cleanly. Hope this helps!