InsureSearch β€” Hybrid Insurance Search Engine

InsureSearch is the retrieval layer of INSUREOS. It combines vector search, BM25 keyword search, reranking, and FastAPI serving for insurance knowledge retrieval and RAG pipelines.

What it does

  • Indexes insurance documents and chunks.
  • Supports semantic, keyword, and hybrid retrieval.
  • Reranks results for better relevance.
  • Powers retrieval for insurance assistants and internal search workflows.

Main Components

  • embedder.py β€” embeddings for semantic search.
  • bm25.py β€” keyword retrieval.
  • vector_store.py β€” vector storage and retrieval.
  • reranker.py β€” reranking stage.
  • hybrid_engine.py β€” fuses vector and keyword results.
  • indexer.py β€” builds the search index.
  • api.py β€” FastAPI endpoints.

Code and Learning Guide

Relationship to the models

InsureSearch is typically used together with:

Why this repo exists separately on Hugging Face

Users often expect a model card link when a model mentions a companion search engine. Publishing this folder as its own HF repo makes that link explicit and avoids broken references.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support