langchain/libs/community/langchain_community
Julien Elkaim e586bffe51
community: Repair embeddings/llamacpp's embed_query method (#29935)
**Description:** As commented on the commit
[41b6a86](41b6a86bbe)
it introduced a bug for when we do an embedding request and the model
returns a non-nested list. Typically it's the case for model
**_nomic-embed-text_**.

- I added the unit test, and ran `make format`, `make lint` and `make
test` from the `community` package.
- No new dependency.

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
2025-02-23 19:32:17 +00:00
..
adapters
agent_toolkits [WIP] chore: update ElevenLabs tool. (#29722) 2025-02-13 01:54:34 +00:00
agents
callbacks community: Bump ruff version to 0.9 (#29206) 2025-02-08 01:21:10 +00:00
chains community: Bump ruff version to 0.9 (#29206) 2025-02-08 01:21:10 +00:00
chat_loaders community: Bump ruff version to 0.9 (#29206) 2025-02-08 01:21:10 +00:00
chat_message_histories community: Bump ruff version to 0.9 (#29206) 2025-02-08 01:21:10 +00:00
chat_models docs: updated ChatLiteLLM model_kwargs description (#29937) 2025-02-23 19:27:13 +00:00
cross_encoders
docstore
document_compressors Community: RankLLMRerank AttributeError (Handle list-based rerank results) (#29840) 2025-02-20 12:38:31 -05:00
document_loaders community: ConfluenceLoader: add a filter method for attachments (#29882) 2025-02-19 18:20:45 -05:00
document_transformers
embeddings community: Repair embeddings/llamacpp's embed_query method (#29935) 2025-02-23 19:32:17 +00:00
example_selectors
graph_vectorstores
graphs community: Bump ruff version to 0.9 (#29206) 2025-02-08 01:21:10 +00:00
indexes community: Bump ruff version to 0.9 (#29206) 2025-02-08 01:21:10 +00:00
llms community/mlx_pipeline: fix crash at mlx call (#29915) 2025-02-21 09:14:53 -05:00
memory community: Bump ruff version to 0.9 (#29206) 2025-02-08 01:21:10 +00:00
output_parsers
query_constructors
retrievers weaviate: Add-deprecation-warning (#29757) 2025-02-16 21:42:18 -05:00
storage community: Bump ruff version to 0.9 (#29206) 2025-02-08 01:21:10 +00:00
tools (Community): Added API Key for Jina Search API Wrapper (#29622) 2025-02-12 20:12:07 -08:00
utilities community: Made some Jira fields optional for agent to work correctly (#29876) 2025-02-20 12:10:11 -05:00
utils community: Use Blockbuster to detect blocking calls in asyncio during tests (#29609) 2025-02-08 01:10:39 +00:00
vectorstores partners: add langchain-vdms (#29857) 2025-02-20 19:48:46 -05:00
__init__.py
cache.py
py.typed