🚀 feat(config.yaml): add CohereEmbeddings to the list of supported embeddings

The CohereEmbeddings is added to the list of supported embeddings in the config.yaml file. This allows the application to use the CohereEmbeddings for language processing tasks.
This commit is contained in:
Gabriel Almeida 2023-05-28 17:53:49 -03:00
commit edfc103999
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View file

@ -6149,4 +6149,4 @@ deploy = ["langchain-serve"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "e27db1a183064e9181241ce688ee70a4fee4b5df7d3ebf4b6c13eae8fffe4dcc"
content-hash = "ae4852378416319ee45512e200759438615dc8a4e840369176234dd04ec2a3ec"

View file

@ -45,6 +45,7 @@ documentloaders:
embeddings:
- OpenAIEmbeddings
- HuggingFaceEmbeddings
- CohereEmbeddings
llms:
- OpenAI