Back to the catalog

Expert Search Copilot — Knowledge Bundle

Bundle OKF 0.1 · 5 conceitos · ZeeshanML/Expert-Search-Copilot

Open source Repository Open in the app JSON

About

# Expert Search Copilot — Knowledge Bundle

A FastAPI backend for semantic expert search: hybrid vector + metadata search
over expert profiles via natural language, with multi-turn conversation
support. This bundle documents the running system, not just its code layout —
start here and walk down into the directory that matches what you're looking
for.

## Map

- [`endpoints/`](/endpoints/index.md) — the three HTTP routes the service
exposes (`/health`, `/ingest`, `/search`) and their request/response
contracts.
- [`components/`](/components/index.md) — the models, stores, and external
services the app depends on: the embedding model, the LLM, the vector
store, and the relational database.
- [`processes/`](/processes/index.md) — the multi-step flows that tie
components together: ingestion, hybrid search/retrieval, and multi-turn
conversation context management.
- [`data/`](/data/index.md) — the data asset the system reads.
- [`config/`](/config/index.md) — the single cross-cutting setti

Details

Kind
OKF bundles
Topic
AI, RAG & memory
Publisher
zeeshanml
Origin
okf_github
Category
dados
Version
0.1
Added
2026-09-08 22:11:44
Updated
2026-09-08 22:11:44
Origin id
ZeeshanML/Expert-Search-Copilot:okf-bundle/index.md

More