What's Changed
* Fix missing docker-compose by maciek-pioro in https://github.com/hwchase17/langchain/pull/2899
* Add title, lang, description to Web loader document metadata by timothyasp in https://github.com/hwchase17/langchain/pull/2955
* Fix wrong token counts from `get_num_tokens` from openai llms by timothyasp in https://github.com/hwchase17/langchain/pull/2952
* Add similarity_search_with_normalized_similarities by vowelparrot in https://github.com/hwchase17/langchain/pull/2916
* Add `top_k` and `filter` fields to `ChatGPTPluginRetriever` by tasansal in https://github.com/hwchase17/langchain/pull/2852
* Fix typos by mnahinkhan in https://github.com/hwchase17/langchain/pull/2977
* Enforce maximum Wikipedia query length by alexiri in https://github.com/hwchase17/langchain/pull/2969
* allow tokentextsplitters to use model name to select encoder by timothyasp in https://github.com/hwchase17/langchain/pull/2963
* Add an example tutorial for using PDFMinerPDFasHTMLLoader by rc19 in https://github.com/hwchase17/langchain/pull/2960
* tiktoken: Relax Python version check by dnouri in https://github.com/hwchase17/langchain/pull/2966
* Remove pythonrepl from LLM-MathChain by vowelparrot in https://github.com/hwchase17/langchain/pull/2943
* Harrison/diffbot by hwchase17 in https://github.com/hwchase17/langchain/pull/2984
* Fixed Regular expression by azamiftikhar1000 in https://github.com/hwchase17/langchain/pull/2933
* consistently use getLogger(__name__), no root logger by anentropic in https://github.com/hwchase17/langchain/pull/2989
* Fix docs for parse_with_prompt by mausch in https://github.com/hwchase17/langchain/pull/2986
* Fix bug in svm.LinearSVC, add support for a relevancy_threshold (2959) by hwchase17 in https://github.com/hwchase17/langchain/pull/2981
* Fix/issue 1213 by cs0lar in https://github.com/hwchase17/langchain/pull/2932
* use output parsers in agents by hwchase17 in https://github.com/hwchase17/langchain/pull/2987
* Add Annoy as VectorStore by bakebrain in https://github.com/hwchase17/langchain/pull/2939
* Generative Characters by vowelparrot in https://github.com/hwchase17/langchain/pull/2859
* Update Characters notebook by vowelparrot in https://github.com/hwchase17/langchain/pull/3019
* bump version to 142 by hwchase17 in https://github.com/hwchase17/langchain/pull/3021
New Contributors
* maciek-pioro made their first contribution in https://github.com/hwchase17/langchain/pull/2899
* tasansal made their first contribution in https://github.com/hwchase17/langchain/pull/2852
* dnouri made their first contribution in https://github.com/hwchase17/langchain/pull/2966
* anentropic made their first contribution in https://github.com/hwchase17/langchain/pull/2989
* mausch made their first contribution in https://github.com/hwchase17/langchain/pull/2986
* bakebrain made their first contribution in https://github.com/hwchase17/langchain/pull/2939
**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.141...v0.0.142