A lot of stuff has been added to LangChain recently For a good thread on how we're thinking about it, see the below And of course, check out all the additions at https://
github.com/hwchase17/lang
chain/
…
@langchain
-
Recent LangChain Updates and New Features
By
–
-
LangChain 0.0.19: Sequential Chains and Vector DB Updates
By
–
LangChain version 0.0.19 Sequential chains: define a list of sub-chains and run them in order
Expose prompt for changing in vector db/qa
Clean up some documentation -
LangChain 0.0.18 Release with Documentation and Interface Updates
By
–
LangChain version 0.0.18 Docstring cleanup from @Jim_Salmons (first time contributor!)
Insert ability to the docstore/vectorstore interfaces from @sjwhitmore -
LangChain 0.0.17: Improved Prompt Documentation
By
–
ICYMI: LangChain version 0.0.17 Refactored and improved documentation around prompts
-

LangChain 0.0.16: Chain Input/Output Comparison and Model Evaluation
By
–
version 0.0.16: compare inputs/outputs on a whole chain Useful for evaluation when you're doing more than just a simple call to an LLM Github: https://
github.com/hwchase17/lang
chain
… How do different models do in @OfirPress
's self-ask w/ search example? https://
colab.research.google.com/drive/1atz4xfZ
LpIHJKD2kf38WnxHv61XU-dwb
… -

LangChain 0.0.15 Release: Dark Mode and SQL Improvements
By
–
LangChain version 0.0.15 – "the @nlarusstone release" improve color highlighting so it looks good in dark mode @nlarusstone (see below) add tables to ignore/include in SQL DB chain @nlarusstone add concept of document metadata add `apply` method to all chains
-
LangChain 0.0.14 Release with GitHub Actions and Vector DB Improvements
By
–
🦜🔗LangChain version 0.0.14
— LangChain (@LangChain) 16 novembre 2022
🧹Improve GitHub Actions (@PredragGruevski)
🎉Improve env var handling (@deliprao)
🥗Improve coloring of logginghttps://t.co/LuIrkDkbzM
Also, here's an example of using the new vector DB question/answering chainhttps://t.co/hPFqkC1l2cLangChain version 0.0.14 Improve GitHub Actions (
@PredragGruevski
)
Improve env var handling (
@deliprao
)
Improve coloring of logging https://
github.com/hwchase17/lang
chain
… Also, here's an example of using the new vector DB question/answering chain -
LangChain 0.0.13 Release: Vector DB QA and Documentation Updates
By
–
LangChain Version 0.0.13 Question/Answering w/ a vector DB chain (demo coming tmrw) Loading a prompt from a text file (
@edmarferreira first commit!) Misc cleanup (Eugene x4!!!) Big Documentation overhaul (w/ Eugene again) -
LangChain 0.0.12 Release with AI21Labs and Manifest Integrations
By
–
LangChain version 0.0.12 Two super exciting integrations! @AI21Labs integration (from a friend of @YuvalinTheDeep
) Integration with @HazyResearch
's manifest library (with help from @laurel_orr1
) -
LangChain 0.0.11 Release: New Embeddings and Text Splitting Features
By
–
LangChain version 0.0.11: – @CohereAI embedding support from @abdrahman_issam – @NLTK_org and @spacy_io support for text splitting from @deliprao "Optimized Prompts" from @sjwhitmore misc cleanup from @deliprao and @nlarusstone https://
github.com/hwchase17/lang
chain
…