Skip to content

Commit 7166a53

Browse files
List all bundled providers in the retrieval docstring
The module docstring named only the OpenAI, Cohere-rerank, and TEI providers, omitting the Jina providers and the new CohereEmbeddingProvider. List the full bundled set (OpenAI embed, TEI embed + rerank, Jina and Cohere embed + rerank) to match what the module exports.
1 parent 64fe817 commit 7166a53

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/openarmature/retrieval/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
"""The retrieval-provider capability.
22
33
The embedding + rerank provider protocols, their response types, and the
4-
bundled reference providers (an OpenAI-compatible embedding provider, a
5-
Cohere-shape reranker, and the TEI embedding + rerank providers). Embedding and
6-
rerank are sibling surfaces on the same capability.
4+
bundled reference providers: an OpenAI-compatible embedding provider, the
5+
TEI embedding + rerank providers, and the Jina and Cohere embedding +
6+
rerank providers. Embedding and rerank are sibling surfaces on the same
7+
capability.
78
"""
89

910
from __future__ import annotations

0 commit comments

Comments
 (0)