LlamaIndex Integration Released: OpensolrVectorStore With Hybrid BM25 + kNN Search
LlamaIndex integration released. Opensolr is now a native LlamaIndex vector store:
pip install llama-index-opensolr gives you OpensolrVectorStore and OpensolrEmbedding — server-side GPU embeddings, hybrid BM25 + kNN query mode, and standard metadata filters, on a managed Solr 9 index. See the PyPI package and the source on GitHub.