chore(FEEDBACK-0001): linting
This commit is contained in:
@@ -107,16 +107,16 @@ An embedding profile is persisted configuration selecting one provider adapter p
|
||||
|
||||
```typescript
|
||||
interface EmbeddingProfile {
|
||||
id: string;
|
||||
providerKind: string;
|
||||
title: string;
|
||||
enabled: boolean;
|
||||
isDefault: boolean;
|
||||
config: Record<string, unknown>;
|
||||
model: string;
|
||||
dimensions: number;
|
||||
createdAt: number;
|
||||
updatedAt: number;
|
||||
id: string;
|
||||
providerKind: string;
|
||||
title: string;
|
||||
enabled: boolean;
|
||||
isDefault: boolean;
|
||||
config: Record<string, unknown>;
|
||||
model: string;
|
||||
dimensions: number;
|
||||
createdAt: number;
|
||||
updatedAt: number;
|
||||
}
|
||||
```
|
||||
|
||||
@@ -317,4 +317,4 @@ Indexing must embed snippets against the default active profile, and profile cha
|
||||
|
||||
## Notes
|
||||
|
||||
This ticket intentionally leaves `libs/search` as keyword-only. The caller is expected to identify the target library and, when needed, pass a version-qualified library ID such as `/owner/repo/v1.2.3` before requesting semantic retrieval.
|
||||
This ticket intentionally leaves `libs/search` as keyword-only. The caller is expected to identify the target library and, when needed, pass a version-qualified library ID such as `/owner/repo/v1.2.3` before requesting semantic retrieval.
|
||||
|
||||
Reference in New Issue
Block a user