MCPcopy Create free account
hub / github.com/braincrew-lab/langconnect-client / SearchQuery

Class SearchQuery

langconnect/models/document.py:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23class SearchQuery(BaseModel):
24 query: str
25 limit: int | None = 10
26 filter: dict[str, Any] | None = None
27 search_type: Literal["semantic", "keyword", "hybrid"] = "semantic"
28
29
30class SearchResult(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected