What's Changed
* Minor documentation update in initialize_agent by eyurtsev in https://github.com/hwchase17/langchain/pull/1397
* [Docs] Add missing word from prompt docs by jonluca in https://github.com/hwchase17/langchain/pull/1406
* fix sql misinterpretation of % in query by jzluo in https://github.com/hwchase17/langchain/pull/1408
* [docs] fix minor import error by timothyasp in https://github.com/hwchase17/langchain/pull/1425
* searx: add install instructions, update doc and notebooks by blob42 in https://github.com/hwchase17/langchain/pull/1420
* Add PyMuPDF PDF loader by timothyasp in https://github.com/hwchase17/langchain/pull/1426
* Fix type hint of 'vectorstore_cls' arg in `SemanticSimilarityExampleSelector` by ktanaka101 in https://github.com/hwchase17/langchain/pull/1427
* Update huggingface_datasets.ipynb by eltociear in https://github.com/hwchase17/langchain/pull/1417
* Fix an unusual issue that occurs when using OpenAIChat for llm_math by pengqu123 in https://github.com/hwchase17/langchain/pull/1410
* Harrison/similarity search chroma by hwchase17 in https://github.com/hwchase17/langchain/pull/1434
* Harrison/simple memory by hwchase17 in https://github.com/hwchase17/langchain/pull/1435
* cr by hwchase17 in https://github.com/hwchase17/langchain/pull/1436
New Contributors
* jonluca made their first contribution in https://github.com/hwchase17/langchain/pull/1406
* ktanaka101 made their first contribution in https://github.com/hwchase17/langchain/pull/1427
**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.100...v0.0.101