v0.0.43 @weaviate_io vectorstore support! h/t @CShorten30 for help here – keep out for more! @pinecone vectorstore support – @cameroncohen Improvements to text splitter And better docs for data augmented generation in general! https://
langchain.readthedocs.io/en/latest/exam
ples/data_augmented_generation.html
…
@langchain
-
LangChain v0.0.43: Weaviate and Pinecone vectorstore support
By
–
-
Embeddings Integration and Prototype Support Offer
By
–
yeah as @devonbrackbill said, probably pretty doable with embeddings! and should fit into the current abstractions pretty nicely. if youve got a concrete usecase and need, happy to help prototype some stuff!
-
Fine-tuning vs. In-context Learning: Exploring Alternative Approaches
By
–
this is great question! i think its an unexplored space. finetuning is much more heavy weight (error prone, hard to do, more data required, etc), so it will be interesting to see if you can achieve similar performance just by using examples
-

LangChain Enables Selective LLM Caching Control
By
–
Caching improvements Previously, caching was enabled for either all LLMs or None But @devonbrackbill pointed out you may want to turn off caching for certain LLM calls – eg in recursive summarization This is now possible Docs: https://
langchain.readthedocs.io/en/latest/exam
ples/prompts/llm_caching.html
… -

MMR Example Selector for Optimal Contextual Diversity
By
–
Max Marginal Relevance (MMR) Example Selector Based on this preprint by @xiye_nlp et al, the MMR example selector chooses diverse, in-context examples H/t @johnjnay for surfacing this paper Docs: https://langchain.readthedocs.io/en/latest/examples/prompts/prompt_management.html Original Paper: https://x.com/xiye_nlp/status/1603821850592628738?s=20&t=wQPcRd8IJ8URbmytuYP7QA
-

LangChain Extends Prompt Formatting with Jinja Support
By
–
Jinja Formatting Up until now, all the formatting in prompts has been done using Python f-strings But the template_format abstraction is pretty flexible, and @benderville easily extended it to support Jinja, a more advanced formatter Docs: https://
langchain.readthedocs.io/en/latest/exam
ples/prompts/prompt_management.html#Alternative-formats
… -
LangChain v0.0.42 Release: Documentation, Formatting, and Caching Updates
By
–
LangChain v0.0.42 Doc fixes by @YouSearchEngine team, @_abi_ Jinja formatting – @benderville Max Marginal Relevance example selector (based on paper by @xiye_nlp Caching improvements (h/t @devonbrackbill for idea) These are sneaky some awesome updates, lets
-
LangChain v0.0.41 Release: Multiple Inputs, Bug Fixes, Agent Improvements
By
–
LangChain v0.0.41 Make `run` interface work for multiple inputs (
@ankush_gola11
) Bug fix for text splitter (h/t @prof_reed
) Lots of agent improvements (see ) -
LangChain v0.0.40: SQLAlchemy Cache and LLM Improvements
By
–
LangChain v0.0.40 Add generic SQLAlchemy cache – @benderville Documentation cleanup – h/t @prof_reed Some BIG LLM improvements from @YouSearchEngine team: Support for local @huggingface models Support for streaming tokens from @OpenAI
-
OpenAI Releases New Tokenizer for Accurate Token Usage Estimation
By
–
@OpenAI also released a new tokenizer This makes it possible to more accurately (and quickly) estimate your token usage This is actually extremely helpful for the `collapse` step mentioned above!