Files
langchain/docs
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>
2024-02-21 15:16:32 -08:00
..
2024-02-20 18:30:11 -08:00
2024-02-20 18:30:11 -08:00
2023-10-10 12:55:19 -07:00
2023-10-10 12:55:19 -07:00
2024-02-20 18:30:11 -08:00
2023-12-17 12:55:49 -08:00
2023-10-10 12:55:19 -07:00
2024-02-08 14:52:26 -08:00
2024-01-08 08:38:14 -08:00

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide