Haystack Integration Released: Opensolr DocumentStore With Hybrid Retriever

· API · New Feature · All updates
Haystack integration released. Opensolr now plugs into Haystack pipelines as a DocumentStore with a hybrid retriever: pip install opensolr-haystack. No embedder components needed — documents and queries are embedded server-side on our GPU infrastructure, and retrieval fuses BM25 + kNN scores natively. See the PyPI package and the source on GitHub.
View the full changelog