Marqo is an open-source vector search engine. Marqo allows you to store and query multi-modal data such as text and images. Marqo creates the vectors for you using a huge selection of open-source models, you can also provide your own fine-tuned models and Marqo will handle the loading and inference for you.You’ll need to install
langchain-community
with pip install -qU langchain-community
to use this integration
To run this notebook with our docker image please run the following commands first to get Marqo:
add_texts
method.
add_texts
.
page_content_builder
callback in the search methods.
RetrievalQAWithSourcesChain
. Marqo will perform the searches for information in the sources.