What's Changed
* remove extra "\n" to ensure that the format of the description, examp… by pengqu123 in https://github.com/hwchase17/langchain/pull/5232
* Resolve error in StructuredOutputParser docs by mwinterde in https://github.com/hwchase17/langchain/pull/5240
* Added the option of specifying a proxy for the OpenAI API by ymaurer in https://github.com/hwchase17/langchain/pull/5246
* OpenSearch top k parameter fix by dev2049 in https://github.com/hwchase17/langchain/pull/5216
* Fixed regression in JoplinLoader's get note url by alondmnt in https://github.com/hwchase17/langchain/pull/5265
* Docs link custom agent page in getting started by JanilsWoerst in https://github.com/hwchase17/langchain/pull/5250
* Zep sdk version by dev2049 in https://github.com/hwchase17/langchain/pull/5267
* Add C Transformers for GGML Models by marella in https://github.com/hwchase17/langchain/pull/5218
* Add visible_only and strict_mode options to ClickTool by cancan101 in https://github.com/hwchase17/langchain/pull/4088
* Add Multi-CSV/DF support in CSV and DataFrame Toolkits by NickL77 in https://github.com/hwchase17/langchain/pull/5009
* OpenAI lint by dev2049 in https://github.com/hwchase17/langchain/pull/5273
* Added pipline args to `HuggingFacePipeline.from_model_id` by solomspd in https://github.com/hwchase17/langchain/pull/5268
* Support bigquery dialect - SQL by HassanOuda in https://github.com/hwchase17/langchain/pull/5261
* feat: add Momento as a standard cache and chat message history provider by malandis in https://github.com/hwchase17/langchain/pull/5221
* Fixed typo: 'ouput' to 'output' in all documentation by deepblue in https://github.com/hwchase17/langchain/pull/5272
* Tedma4/twilio tool by tedma4 in https://github.com/hwchase17/langchain/pull/5136
* LLM wrapper for Databricks by mengxr in https://github.com/hwchase17/langchain/pull/5142
* Add an example to make the prompt more robust by pengqu123 in https://github.com/hwchase17/langchain/pull/5291
* Update CONTRIBUTION guidelines and PR Template by eyurtsev in https://github.com/hwchase17/langchain/pull/5140
* Fixed passing creds to VertexAI LLM by lkuligin in https://github.com/hwchase17/langchain/pull/5297
* bump 181 by dev2049 in https://github.com/hwchase17/langchain/pull/5302
New Contributors
* ymaurer made their first contribution in https://github.com/hwchase17/langchain/pull/5246
* JanilsWoerst made their first contribution in https://github.com/hwchase17/langchain/pull/5250
* marella made their first contribution in https://github.com/hwchase17/langchain/pull/5218
* cancan101 made their first contribution in https://github.com/hwchase17/langchain/pull/4088
* solomspd made their first contribution in https://github.com/hwchase17/langchain/pull/5268
* HassanOuda made their first contribution in https://github.com/hwchase17/langchain/pull/5261
* deepblue made their first contribution in https://github.com/hwchase17/langchain/pull/5272
* tedma4 made their first contribution in https://github.com/hwchase17/langchain/pull/5136
* mengxr made their first contribution in https://github.com/hwchase17/langchain/pull/5142
**Full Changelog**: https://github.com/hwchase17/langchain/compare/v0.0.180...v0.0.181