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/community/tests/integration_tests
volodymyr-memsql 0a9a519a39
community[patch]: Added add_images method to SingleStoreDB vector store (#17871)
In this pull request, we introduce the add_images method to the
SingleStoreDB vector store class, expanding its capabilities to handle
multi-modal embeddings seamlessly. This method facilitates the
incorporation of image data into the vector store by associating each
image's URI with corresponding document content, metadata, and either
pre-generated embeddings or embeddings computed using the embed_image
method of the provided embedding object.

the change includes integration tests, validating the behavior of the
add_images. Additionally, we provide a notebook showcasing the usage of
this new method.

---------

Co-authored-by: Volodymyr Tkachuk <vtkachuk-ua@singlestore.com>
7 months ago
..
adapters community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
callbacks infra: add print rule to ruff (#16221) 8 months ago
chat_message_histories infra: add -p to mkdir in lint steps (#17013) 8 months ago
chat_models community[minor]: integrate chat models with Yuan2.0 (#16575) 7 months ago
document_loaders community[patch]: Use astrapy built-in pagination prefetch in AstraDBLoader (#17569) 7 months ago
embeddings community[minor]: Add SparkLLM Text Embedding Model and SparkLLM introduction (#17573) 7 months ago
examples infra: add print rule to ruff (#16221) 8 months ago
graphs community[patch]: Resolve KuzuQAChain API Changes (#16885) 7 months ago
llms community[minor]: Add SparkLLM to community (#17702) 7 months ago
retrievers infra: fix breebs test lint (#17075) 8 months ago
storage community[minor]: Add async methods to the AstraDB BaseStore (#16872) 7 months ago
tools community[minor]: Connery Tool and Toolkit (#14506) 8 months ago
utilities community[patch]: Fix github search issues and PRs PaginatedList has no len() error (#16806) 7 months ago
vectorstores community[patch]: Added add_images method to SingleStoreDB vector store (#17871) 7 months ago
.env.example community[minor]: Add Cassandra document loader (#16215) 8 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
conftest.py infra: Use dotenv in langchain-community's integration tests (#16137) 8 months ago
test_compile.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago