You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs
Marina Pliusnina a1ce7ab672
adding parameter for changing the language in SpacyEmbeddings (#15743)
Description: Added the parameter for a possibility to change a language
model in SpacyEmbeddings. The default value is still the same:
"en_core_web_sm", so it shouldn't affect a code which previously did not
specify this parameter, but it is not hard-coded anymore and easy to
change in case you want to use it with other languages or models.

Issue: At Barcelona Supercomputing Center in Aina project
(https://github.com/projecte-aina), a project for Catalan Language
Models and Resources, we would like to use Langchain for one of our
current projects and we would like to comment that Langchain, while
being a very powerful and useful open-source tool, is pretty much
focused on English language. We would like to contribute to make it a
bit more adaptable for using with other languages.

Dependencies: This change requires the Spacy library and a language
model, specified in the model parameter.

Tag maintainer: @dev2049

Twitter handle: @projecte_aina

---------

Co-authored-by: Marina Pliusnina <marina.pliusnina@bsc.es>
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
8 months ago
..
cli cli[patch]: add integration tests to default makefile (#16479) 8 months ago
community adding parameter for changing the language in SpacyEmbeddings (#15743) 8 months ago
core core[patch]: preserve inspect.iscoroutinefunction with @beta decorator (#16440) 8 months ago
experimental experimental[patch]: missing resolution strategy in anonymization (#16653) 8 months ago
langchain langchain[minor], community[minor]: Implement Ontotext GraphDB QA Chain (#16019) 8 months ago
partners openai[patch]: Added annotations support to azure openai (#13704) 8 months ago