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