mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-09 13:00:34 +00:00
- **Description:** `embed_documents` and `embed_query` was throwing off the error as stated in the issue. The issue was that `Llama` client is returning the embeddings in a nested list which is not being accounted for in the current implementation and therefore the stated error is being raised. - **Issue:** #28813 --------- Co-authored-by: Chester Curme <chester.curme@gmail.com> |
||
---|---|---|
.. | ||
__init__.py | ||
test_baichuan.py | ||
test_deterministic_embedding.py | ||
test_edenai.py | ||
test_embaas.py | ||
test_gpt4all.py | ||
test_gradient_ai.py | ||
test_huggingface.py | ||
test_imports.py | ||
test_infinity_local.py | ||
test_infinity.py | ||
test_llamacpp.py | ||
test_llamafile.py | ||
test_llm_rails.py | ||
test_model2vec.py | ||
test_naver.py | ||
test_oci_gen_ai_embedding.py | ||
test_ollama.py | ||
test_openai.py | ||
test_ovhcloud.py | ||
test_premai.py | ||
test_sparkllm.py | ||
test_vertexai.py | ||
test_yandex.py |