@utaba/deep-memory 0.15.0 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/dist/{StorageProvider-BGtKZZt4.d.cts → StorageProvider-DDTLUcuj.d.ts} +32 -8
- package/dist/{StorageProvider-D_o2Hksf.d.ts → StorageProvider-DGH7bVuK.d.cts} +32 -8
- package/dist/index.cjs +380 -99
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +71 -13
- package/dist/index.d.ts +71 -13
- package/dist/index.js +375 -99
- package/dist/index.js.map +1 -1
- package/dist/{portability-P1hL-bOa.d.cts → portability-Dbm6vCdD.d.cts} +15 -3
- package/dist/{portability-P1hL-bOa.d.ts → portability-Dbm6vCdD.d.ts} +15 -3
- package/dist/providers/index.cjs.map +1 -1
- package/dist/providers/index.d.cts +3 -3
- package/dist/providers/index.d.ts +3 -3
- package/dist/testing/conformance.cjs +10 -0
- package/dist/testing/conformance.cjs.map +1 -1
- package/dist/testing/conformance.d.cts +2 -2
- package/dist/testing/conformance.d.ts +2 -2
- package/dist/testing/conformance.js +10 -0
- package/dist/testing/conformance.js.map +1 -1
- package/dist/{traversal-CBE5h5ob.d.cts → traversal-1f35drOx.d.cts} +24 -3
- package/dist/{traversal-B_84kGaO.d.ts → traversal-OkXViSTI.d.ts} +24 -3
- package/dist/types/index.d.cts +13 -4
- package/dist/types/index.d.ts +13 -4
- package/package.json +2 -3
package/dist/index.d.cts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { z as GovernanceConfig, O as MemoryVocabulary, ai as ResolvedVocabulary, e as CreateEntityInput, aL as ValidationResult, aI as UpdateEntityInput, f as CreateRelationshipInput, m as EntityTypeDefinition, aO as VocabularyProposal, aP as VocabularyProposalResult, a0 as ProvenanceContext, $ as Provenance, i as Entity, h as DetailLevel, l as EntitySummary, j as EntityBrief, F as FindEntitiesQuery, T as PaginatedResult, D as DeleteEntitiesResult, a2 as ReembedResult, a3 as Relationship, ab as RemoveRelationshipsResult, Y as PropertyFilter, a6 as RelationshipSummary, I as GraphResult, q as ExploreOptions, P as Neighborhood, W as PathOptions, X as PathResult, C as ConceptSearchOptions, aj as ScoredEntity, aF as TimelineOptions, aH as TimelineResult, af as RepositoryStats, aJ as ValidateEntitiesOptions, p as EntityValidationPage, aK as ValidateRelationshipsOptions, aa as RelationshipValidationPage, ac as RepositoryConfig, aB as StoredRepository, ad as RepositoryFilter, ag as RepositorySummary, ah as RepositoryUpdate, v as ExportOptions, r as ExportArchive, K as ImportOptions, L as ImportResult, x as ExportStreamItem, M as ImportStreamHeader, J as ImportChunk, ay as StoredEntity, au as StorageRepositoryConfig, aC as StoredRepositorySummary, g as DeleteProgressCallback, U as PaginationOptions, aM as VocabularyChangeRecord, az as StoredEntityUpdate, an as StorageFindQuery, aA as StoredRelationship, a5 as RelationshipQueryOptions, am as StorageExploreOptions, ao as StorageNeighborhood, as as StoragePathOptions, at as StoragePathResult, aw as StorageTimelineOptions, ax as StorageTimelineResult, s as ExportChunk, B as BulkImportOptions, d as BulkImportResult, al as SearchOptions, ak as SearchHit } from './portability-Dbm6vCdD.cjs';
|
|
2
|
+
export { A as AdaptiveConcurrencyAdjustEvent, a as AdaptiveConcurrencyAdjustReason, b as AdaptiveConcurrencyHandle, c as AdaptiveConcurrencyOptions, E as EnrichedRelationship, k as EntityMap, n as EntityTypeInput, o as EntityValidationIssue, t as ExportLegalMetadata, u as ExportManifest, w as ExportPipelineMetadata, G as GetEntitiesOptions, y as GetEntityOptions, H as GovernanceMode, N as ImportWarning, Q as NeighborhoodCenter, R as NeighborhoodGroup, S as NeighborhoodLayer, V as Path, Z as PropertySchema, _ as PropertyType, a1 as ProvenanceFilter, a4 as RelationshipDirection, a7 as RelationshipTypeDefinition, a8 as RelationshipTypeInput, a9 as RelationshipValidationIssue, ae as RepositoryMetadata, ap as StorageNeighborhoodGroup, aq as StorageNeighborhoodLayer, ar as StoragePath, av as StorageTimelineEvent, aD as TimelineEntityRef, aE as TimelineEvent, aG as TimelineRelationshipDetail, aN as VocabularyInput } from './portability-Dbm6vCdD.cjs';
|
|
3
3
|
import { DeepMemoryEventType, EventHandler, Unsubscribe, DeepMemoryEvent, HookResult, EventPayload, UsageSink } from './types/index.cjs';
|
|
4
4
|
export { OperationUsage } from './types/index.cjs';
|
|
5
|
-
import {
|
|
6
|
-
export { Q as QueryMetadata,
|
|
7
|
-
import { S as StorageProvider, E as EnsureSchemaResult } from './StorageProvider-
|
|
5
|
+
import { f as TraversalSpec, d as TraversalResult } from './traversal-1f35drOx.cjs';
|
|
6
|
+
export { Q as QueryMetadata, T as TraversalAggregation, a as TraversalPath, b as TraversalProjection, c as TraversalRelationship, e as TraversalReturnMode, g as TraversalStart, h as TraversalStep } from './traversal-1f35drOx.cjs';
|
|
7
|
+
import { S as StorageProvider, E as EnsureSchemaResult, a as EntityReadOptions } from './StorageProvider-DGH7bVuK.cjs';
|
|
8
8
|
import { EmbeddingProvider, SearchProvider, EmbeddingProviderFactory, GraphTraversalProvider, LockProvider, SearchableEntity } from './providers/index.cjs';
|
|
9
9
|
export { GraphTraversalCapabilities, LockHandle, LockOptions } from './providers/index.cjs';
|
|
10
10
|
|
|
11
11
|
/** Error codes for all Deep Memory errors */
|
|
12
|
-
type DeepMemoryErrorCode = 'INVALID_INPUT' | 'ENTITY_NOT_FOUND' | 'ENTITY_ALREADY_EXISTS' | 'RELATIONSHIP_NOT_FOUND' | 'RELATIONSHIP_ALREADY_EXISTS' | 'REPOSITORY_NOT_FOUND' | 'REPOSITORY_ALREADY_EXISTS' | 'VOCABULARY_VALIDATION_FAILED' | 'RELATIONSHIP_CONSTRAINT_FAILED' | 'SELF_REFERENTIAL_RELATIONSHIP' | 'GOVERNANCE_DENIED' | 'OPERATION_CANCELLED' | 'OPERATION_ABORTED' | 'EMBEDDING_PROVIDER_REQUIRED' | 'IMPORT_ERROR' | 'EXPORT_ERROR' | 'PROVIDER_ERROR' | 'GRAPH_TRAVERSAL_PROVIDER_REQUIRED' | 'TRAVERSAL_VALIDATION_FAILED' | 'TRAVERSAL_VOCABULARY_ERROR' | 'TRAVERSAL_TIMEOUT';
|
|
12
|
+
type DeepMemoryErrorCode = 'INVALID_INPUT' | 'ENTITY_NOT_FOUND' | 'ENTITY_ALREADY_EXISTS' | 'RELATIONSHIP_NOT_FOUND' | 'RELATIONSHIP_ALREADY_EXISTS' | 'REPOSITORY_NOT_FOUND' | 'REPOSITORY_ALREADY_EXISTS' | 'VOCABULARY_VALIDATION_FAILED' | 'RELATIONSHIP_CONSTRAINT_FAILED' | 'SELF_REFERENTIAL_RELATIONSHIP' | 'GOVERNANCE_DENIED' | 'OPERATION_CANCELLED' | 'OPERATION_ABORTED' | 'EMBEDDING_PROVIDER_REQUIRED' | 'IMPORT_ERROR' | 'EXPORT_ERROR' | 'PROVIDER_ERROR' | 'GRAPH_TRAVERSAL_PROVIDER_REQUIRED' | 'TRAVERSAL_VALIDATION_FAILED' | 'TRAVERSAL_VOCABULARY_ERROR' | 'TRAVERSAL_TIMEOUT' | 'UNSUPPORTED_QUERY';
|
|
13
13
|
/** Base error class for all Deep Memory errors */
|
|
14
14
|
declare class DeepMemoryError extends Error {
|
|
15
15
|
readonly code: DeepMemoryErrorCode;
|
|
@@ -146,6 +146,17 @@ declare class TraversalTimeoutError extends DeepMemoryError {
|
|
|
146
146
|
readonly timeoutMs: number;
|
|
147
147
|
constructor(timeoutMs: number);
|
|
148
148
|
}
|
|
149
|
+
/**
|
|
150
|
+
* Thrown when a query is syntactically valid but the active provider cannot
|
|
151
|
+
* execute it efficiently or correctly — e.g. a substring search on a backend
|
|
152
|
+
* with no server-side text predicate, where the only safe implementation would
|
|
153
|
+
* fan out across the entire partition. The caller should adjust the query
|
|
154
|
+
* (add type filters, narrow the scope) or use a provider-specific alternative.
|
|
155
|
+
*/
|
|
156
|
+
declare class UnsupportedQueryError extends DeepMemoryError {
|
|
157
|
+
readonly provider: string;
|
|
158
|
+
constructor(provider: string, message: string, suggestion?: string);
|
|
159
|
+
}
|
|
149
160
|
|
|
150
161
|
interface VocabularyEngineConfig {
|
|
151
162
|
repositoryId: string;
|
|
@@ -187,7 +198,14 @@ declare class VocabularyEngine {
|
|
|
187
198
|
proposeChange(proposal: VocabularyProposal, proposedBy: string): Promise<VocabularyProposalResult>;
|
|
188
199
|
/** @deprecated Use proposeChange instead */
|
|
189
200
|
proposeExtension(proposal: VocabularyProposal, proposedBy: string): Promise<VocabularyProposalResult>;
|
|
190
|
-
/**
|
|
201
|
+
/**
|
|
202
|
+
* Cascade-delete all data for a deleted vocabulary type.
|
|
203
|
+
*
|
|
204
|
+
* `deletedRelationships` may be `undefined` when the underlying provider
|
|
205
|
+
* does not count cascaded edges (see StorageProvider.deleteEntitiesByType).
|
|
206
|
+
* The return value is currently discarded by the only caller; the type is
|
|
207
|
+
* preserved for symmetry with the storage contract.
|
|
208
|
+
*/
|
|
191
209
|
private cascadeDeleteData;
|
|
192
210
|
/** Validate all property schemas in a proposal — returns a rejected result on the first invalid schema, or undefined if all pass */
|
|
193
211
|
private validateProposalPropertySchemas;
|
|
@@ -318,11 +336,26 @@ declare class MemoryRepository {
|
|
|
318
336
|
* Called after each batch completes. Internal plumbing — the {@link DeepMemory}
|
|
319
337
|
* facade wires this to `globalEventBus.emit('reembed:progress', ...)`.
|
|
320
338
|
*/
|
|
339
|
+
/**
|
|
340
|
+
* `totalEntities` is `number | undefined` because it derives from
|
|
341
|
+
* PaginatedResult.total, which may be undefined for some provider/query
|
|
342
|
+
* combinations. The {@link DeepMemory.reembedAll} facade coerces it to
|
|
343
|
+
* a number via the cached RepositoryStats before emitting an event.
|
|
344
|
+
*/
|
|
321
345
|
onProgress?: (progress: {
|
|
322
346
|
processed: number;
|
|
323
|
-
totalEntities: number;
|
|
347
|
+
totalEntities: number | undefined;
|
|
324
348
|
failed: number;
|
|
325
349
|
}) => void | Promise<void>;
|
|
350
|
+
/**
|
|
351
|
+
* Called for every entity that fails to re-embed (embedBatch retries
|
|
352
|
+
* exhausted, or storage write failure). Internal plumbing — the facade
|
|
353
|
+
* wires this to `globalEventBus.emit('reembed:item-failed', ...)`.
|
|
354
|
+
*/
|
|
355
|
+
onItemFailed?: (failure: {
|
|
356
|
+
entityId: string;
|
|
357
|
+
error: string;
|
|
358
|
+
}) => void | Promise<void>;
|
|
326
359
|
/**
|
|
327
360
|
* Caller-supplied abort signal. Honoured at batch boundaries.
|
|
328
361
|
* Any vectors already written by completed batches are left in place.
|
|
@@ -536,6 +569,31 @@ interface CompiledQuery {
|
|
|
536
569
|
estimatedFanOut: number;
|
|
537
570
|
}
|
|
538
571
|
|
|
572
|
+
/**
|
|
573
|
+
* Stored-field name lists exposed for the cross-package sync test in
|
|
574
|
+
* @utaba/deep-memory-storage-cosmosdb. Excludes synthetic projection-only
|
|
575
|
+
* fields (`__kind`) — those are emission detail, not data the mapper reads.
|
|
576
|
+
*/
|
|
577
|
+
declare const GREMLIN_VERTEX_PROJECTION_FIELDS: ReadonlyArray<string>;
|
|
578
|
+
declare const GREMLIN_EDGE_PROJECTION_FIELDS: ReadonlyArray<string>;
|
|
579
|
+
/**
|
|
580
|
+
* Build a Gremlin `.project(...).by(...)...` chain expression for a stored
|
|
581
|
+
* entity vertex, with no leading dot. Append after a vertex predicate
|
|
582
|
+
* (e.g. `g.V().has('repositoryId', rid).hasId(p0)`) to read only the keys
|
|
583
|
+
* `entityFromGremlin` consumes — avoiding `valueMap(true)` and its
|
|
584
|
+
* ~30 KB-per-row embedding payload.
|
|
585
|
+
*
|
|
586
|
+
* The default omits `embedding`. Pass `{ withEmbedding: true }` only from
|
|
587
|
+
* legitimate consumers of stored embeddings on read (the vector-search path).
|
|
588
|
+
*/
|
|
589
|
+
declare function buildVertexProjectChain(opts?: {
|
|
590
|
+
withEmbedding?: boolean;
|
|
591
|
+
}): string;
|
|
592
|
+
/**
|
|
593
|
+
* Build a Gremlin `.project(...).by(...)...` chain expression for a stored
|
|
594
|
+
* relationship edge, with no leading dot. Edges never carry embeddings.
|
|
595
|
+
*/
|
|
596
|
+
declare function buildEdgeProjectChain(): string;
|
|
539
597
|
declare class GremlinCompiler implements TraversalCompiler {
|
|
540
598
|
readonly language: "gremlin";
|
|
541
599
|
compile(spec: TraversalSpec, _vocabulary: MemoryVocabulary): CompiledQuery;
|
|
@@ -565,16 +623,16 @@ declare class InMemoryStorageProvider implements StorageProvider {
|
|
|
565
623
|
saveVocabulary(repositoryId: string, vocabulary: MemoryVocabulary): Promise<void>;
|
|
566
624
|
getVocabularyChangeLog(repositoryId: string, options?: PaginationOptions): Promise<PaginatedResult<VocabularyChangeRecord>>;
|
|
567
625
|
createEntity(repositoryId: string, entity: StoredEntity): Promise<StoredEntity>;
|
|
568
|
-
getEntity(repositoryId: string, entityId: string): Promise<StoredEntity | null>;
|
|
569
|
-
getEntityBySlug(repositoryId: string, slug: string): Promise<StoredEntity | null>;
|
|
570
|
-
getEntities(repositoryId: string, entityIds: string[]): Promise<Map<string, StoredEntity>>;
|
|
626
|
+
getEntity(repositoryId: string, entityId: string, _options?: EntityReadOptions): Promise<StoredEntity | null>;
|
|
627
|
+
getEntityBySlug(repositoryId: string, slug: string, _options?: EntityReadOptions): Promise<StoredEntity | null>;
|
|
628
|
+
getEntities(repositoryId: string, entityIds: string[], _options?: EntityReadOptions): Promise<Map<string, StoredEntity>>;
|
|
571
629
|
updateEntity(repositoryId: string, entityId: string, updates: StoredEntityUpdate): Promise<StoredEntity>;
|
|
572
630
|
deleteEntity(repositoryId: string, entityId: string): Promise<void>;
|
|
573
631
|
deleteEntitiesByType(repositoryId: string, entityType: string): Promise<{
|
|
574
632
|
deletedEntities: number;
|
|
575
633
|
deletedRelationships: number;
|
|
576
634
|
}>;
|
|
577
|
-
findEntities(repositoryId: string, query: StorageFindQuery): Promise<PaginatedResult<StoredEntity>>;
|
|
635
|
+
findEntities(repositoryId: string, query: StorageFindQuery, _options?: EntityReadOptions): Promise<PaginatedResult<StoredEntity>>;
|
|
578
636
|
createRelationship(repositoryId: string, relationship: StoredRelationship): Promise<StoredRelationship>;
|
|
579
637
|
getRelationship(repositoryId: string, relationshipId: string): Promise<StoredRelationship | null>;
|
|
580
638
|
getEntityRelationships(repositoryId: string, entityId: string, options?: RelationshipQueryOptions): Promise<PaginatedResult<StoredRelationship>>;
|
|
@@ -613,4 +671,4 @@ declare class NoOpEmbeddingProvider implements EmbeddingProvider {
|
|
|
613
671
|
modelId(): string;
|
|
614
672
|
}
|
|
615
673
|
|
|
616
|
-
export { BulkImportOptions, BulkImportResult, type CompiledQuery, ConceptSearchOptions, CreateEntityInput, CreateRelationshipInput, CypherCompiler, DeepMemory, type DeepMemoryConfig, DeepMemoryError, type DeepMemoryErrorCode, DeepMemoryEvent, DeepMemoryEventType, DeleteEntitiesResult, DeleteProgressCallback, DetailLevel, DuplicateEntityError, DuplicateRelationshipError, DuplicateRepositoryError, EmbeddingProvider, EmbeddingProviderFactory, EmbeddingProviderRequiredError, EnsureSchemaResult, Entity, EntityBrief, EntityNotFoundError, EntitySummary, EntityTypeDefinition, EntityValidationPage, EventHandler, EventPayload, ExploreOptions, ExportArchive, ExportChunk, ExportError, ExportOptions, ExportStreamItem, FindEntitiesQuery, GovernanceConfig, GovernanceDeniedError, GraphResult, GraphTraversalProvider, GraphTraversalProviderRequiredError, GremlinCompiler, HookResult, ImportChunk, ImportError, ImportOptions, ImportResult, ImportStreamHeader, ImportThrottleAbortError, InMemorySearchProvider, InMemoryStorageProvider, InvalidInputError, LockProvider, MemoryRepository, MemoryVocabulary, Neighborhood, NoOpEmbeddingProvider, OperationAbortedError, OperationCancelledError, PaginatedResult, PaginationOptions, PathOptions, PathResult, PropertyFilter, Provenance, ProvenanceContext, ProviderError, ReembedResult, Relationship, RelationshipConstraintError, RelationshipNotFoundError, RelationshipQueryOptions, RelationshipSummary, RelationshipValidationPage, RemoveRelationshipsResult, RepositoryConfig, RepositoryFilter, RepositoryNotFoundError, RepositoryStats, RepositorySummary, RepositoryUpdate, RepositoryValidator, ResolvedVocabulary, ScoredEntity, SearchHit, SearchOptions, SearchProvider, SearchableEntity, SelfReferentialRelationshipError, StorageExploreOptions, StorageFindQuery, StorageNeighborhood, StoragePathOptions, StoragePathResult, StorageProvider, StorageRepositoryConfig, StorageTimelineOptions, StorageTimelineResult, StoredEntity, StoredEntityUpdate, StoredRelationship, StoredRepository, StoredRepositorySummary, TimelineOptions, TimelineResult, type TraversalCompiler, TraversalResult, TraversalSpec, TraversalTimeoutError, TraversalValidationError, TraversalVocabularyError, Unsubscribe, UpdateEntityInput, UsageSink, ValidateEntitiesOptions, ValidateRelationshipsOptions, VocabularyChangeRecord, VocabularyProposal, VocabularyProposalResult, VocabularyValidationError, createSafeSink, generateId, isValidUuid, matchesPropertyFilters, projectEntity };
|
|
674
|
+
export { BulkImportOptions, BulkImportResult, type CompiledQuery, ConceptSearchOptions, CreateEntityInput, CreateRelationshipInput, CypherCompiler, DeepMemory, type DeepMemoryConfig, DeepMemoryError, type DeepMemoryErrorCode, DeepMemoryEvent, DeepMemoryEventType, DeleteEntitiesResult, DeleteProgressCallback, DetailLevel, DuplicateEntityError, DuplicateRelationshipError, DuplicateRepositoryError, EmbeddingProvider, EmbeddingProviderFactory, EmbeddingProviderRequiredError, EnsureSchemaResult, Entity, EntityBrief, EntityNotFoundError, EntityReadOptions, EntitySummary, EntityTypeDefinition, EntityValidationPage, EventHandler, EventPayload, ExploreOptions, ExportArchive, ExportChunk, ExportError, ExportOptions, ExportStreamItem, FindEntitiesQuery, GREMLIN_EDGE_PROJECTION_FIELDS, GREMLIN_VERTEX_PROJECTION_FIELDS, GovernanceConfig, GovernanceDeniedError, GraphResult, GraphTraversalProvider, GraphTraversalProviderRequiredError, GremlinCompiler, HookResult, ImportChunk, ImportError, ImportOptions, ImportResult, ImportStreamHeader, ImportThrottleAbortError, InMemorySearchProvider, InMemoryStorageProvider, InvalidInputError, LockProvider, MemoryRepository, MemoryVocabulary, Neighborhood, NoOpEmbeddingProvider, OperationAbortedError, OperationCancelledError, PaginatedResult, PaginationOptions, PathOptions, PathResult, PropertyFilter, Provenance, ProvenanceContext, ProviderError, ReembedResult, Relationship, RelationshipConstraintError, RelationshipNotFoundError, RelationshipQueryOptions, RelationshipSummary, RelationshipValidationPage, RemoveRelationshipsResult, RepositoryConfig, RepositoryFilter, RepositoryNotFoundError, RepositoryStats, RepositorySummary, RepositoryUpdate, RepositoryValidator, ResolvedVocabulary, ScoredEntity, SearchHit, SearchOptions, SearchProvider, SearchableEntity, SelfReferentialRelationshipError, StorageExploreOptions, StorageFindQuery, StorageNeighborhood, StoragePathOptions, StoragePathResult, StorageProvider, StorageRepositoryConfig, StorageTimelineOptions, StorageTimelineResult, StoredEntity, StoredEntityUpdate, StoredRelationship, StoredRepository, StoredRepositorySummary, TimelineOptions, TimelineResult, type TraversalCompiler, TraversalResult, TraversalSpec, TraversalTimeoutError, TraversalValidationError, TraversalVocabularyError, Unsubscribe, UnsupportedQueryError, UpdateEntityInput, UsageSink, ValidateEntitiesOptions, ValidateRelationshipsOptions, VocabularyChangeRecord, VocabularyProposal, VocabularyProposalResult, VocabularyValidationError, buildEdgeProjectChain, buildVertexProjectChain, createSafeSink, generateId, isValidUuid, matchesPropertyFilters, projectEntity };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { z as GovernanceConfig, O as MemoryVocabulary, ai as ResolvedVocabulary, e as CreateEntityInput, aL as ValidationResult, aI as UpdateEntityInput, f as CreateRelationshipInput, m as EntityTypeDefinition, aO as VocabularyProposal, aP as VocabularyProposalResult, a0 as ProvenanceContext, $ as Provenance, i as Entity, h as DetailLevel, l as EntitySummary, j as EntityBrief, F as FindEntitiesQuery, T as PaginatedResult, D as DeleteEntitiesResult, a2 as ReembedResult, a3 as Relationship, ab as RemoveRelationshipsResult, Y as PropertyFilter, a6 as RelationshipSummary, I as GraphResult, q as ExploreOptions, P as Neighborhood, W as PathOptions, X as PathResult, C as ConceptSearchOptions, aj as ScoredEntity, aF as TimelineOptions, aH as TimelineResult, af as RepositoryStats, aJ as ValidateEntitiesOptions, p as EntityValidationPage, aK as ValidateRelationshipsOptions, aa as RelationshipValidationPage, ac as RepositoryConfig, aB as StoredRepository, ad as RepositoryFilter, ag as RepositorySummary, ah as RepositoryUpdate, v as ExportOptions, r as ExportArchive, K as ImportOptions, L as ImportResult, x as ExportStreamItem, M as ImportStreamHeader, J as ImportChunk, ay as StoredEntity, au as StorageRepositoryConfig, aC as StoredRepositorySummary, g as DeleteProgressCallback, U as PaginationOptions, aM as VocabularyChangeRecord, az as StoredEntityUpdate, an as StorageFindQuery, aA as StoredRelationship, a5 as RelationshipQueryOptions, am as StorageExploreOptions, ao as StorageNeighborhood, as as StoragePathOptions, at as StoragePathResult, aw as StorageTimelineOptions, ax as StorageTimelineResult, s as ExportChunk, B as BulkImportOptions, d as BulkImportResult, al as SearchOptions, ak as SearchHit } from './portability-Dbm6vCdD.js';
|
|
2
|
+
export { A as AdaptiveConcurrencyAdjustEvent, a as AdaptiveConcurrencyAdjustReason, b as AdaptiveConcurrencyHandle, c as AdaptiveConcurrencyOptions, E as EnrichedRelationship, k as EntityMap, n as EntityTypeInput, o as EntityValidationIssue, t as ExportLegalMetadata, u as ExportManifest, w as ExportPipelineMetadata, G as GetEntitiesOptions, y as GetEntityOptions, H as GovernanceMode, N as ImportWarning, Q as NeighborhoodCenter, R as NeighborhoodGroup, S as NeighborhoodLayer, V as Path, Z as PropertySchema, _ as PropertyType, a1 as ProvenanceFilter, a4 as RelationshipDirection, a7 as RelationshipTypeDefinition, a8 as RelationshipTypeInput, a9 as RelationshipValidationIssue, ae as RepositoryMetadata, ap as StorageNeighborhoodGroup, aq as StorageNeighborhoodLayer, ar as StoragePath, av as StorageTimelineEvent, aD as TimelineEntityRef, aE as TimelineEvent, aG as TimelineRelationshipDetail, aN as VocabularyInput } from './portability-Dbm6vCdD.js';
|
|
3
3
|
import { DeepMemoryEventType, EventHandler, Unsubscribe, DeepMemoryEvent, HookResult, EventPayload, UsageSink } from './types/index.js';
|
|
4
4
|
export { OperationUsage } from './types/index.js';
|
|
5
|
-
import {
|
|
6
|
-
export { Q as QueryMetadata,
|
|
7
|
-
import { S as StorageProvider, E as EnsureSchemaResult } from './StorageProvider-
|
|
5
|
+
import { f as TraversalSpec, d as TraversalResult } from './traversal-OkXViSTI.js';
|
|
6
|
+
export { Q as QueryMetadata, T as TraversalAggregation, a as TraversalPath, b as TraversalProjection, c as TraversalRelationship, e as TraversalReturnMode, g as TraversalStart, h as TraversalStep } from './traversal-OkXViSTI.js';
|
|
7
|
+
import { S as StorageProvider, E as EnsureSchemaResult, a as EntityReadOptions } from './StorageProvider-DDTLUcuj.js';
|
|
8
8
|
import { EmbeddingProvider, SearchProvider, EmbeddingProviderFactory, GraphTraversalProvider, LockProvider, SearchableEntity } from './providers/index.js';
|
|
9
9
|
export { GraphTraversalCapabilities, LockHandle, LockOptions } from './providers/index.js';
|
|
10
10
|
|
|
11
11
|
/** Error codes for all Deep Memory errors */
|
|
12
|
-
type DeepMemoryErrorCode = 'INVALID_INPUT' | 'ENTITY_NOT_FOUND' | 'ENTITY_ALREADY_EXISTS' | 'RELATIONSHIP_NOT_FOUND' | 'RELATIONSHIP_ALREADY_EXISTS' | 'REPOSITORY_NOT_FOUND' | 'REPOSITORY_ALREADY_EXISTS' | 'VOCABULARY_VALIDATION_FAILED' | 'RELATIONSHIP_CONSTRAINT_FAILED' | 'SELF_REFERENTIAL_RELATIONSHIP' | 'GOVERNANCE_DENIED' | 'OPERATION_CANCELLED' | 'OPERATION_ABORTED' | 'EMBEDDING_PROVIDER_REQUIRED' | 'IMPORT_ERROR' | 'EXPORT_ERROR' | 'PROVIDER_ERROR' | 'GRAPH_TRAVERSAL_PROVIDER_REQUIRED' | 'TRAVERSAL_VALIDATION_FAILED' | 'TRAVERSAL_VOCABULARY_ERROR' | 'TRAVERSAL_TIMEOUT';
|
|
12
|
+
type DeepMemoryErrorCode = 'INVALID_INPUT' | 'ENTITY_NOT_FOUND' | 'ENTITY_ALREADY_EXISTS' | 'RELATIONSHIP_NOT_FOUND' | 'RELATIONSHIP_ALREADY_EXISTS' | 'REPOSITORY_NOT_FOUND' | 'REPOSITORY_ALREADY_EXISTS' | 'VOCABULARY_VALIDATION_FAILED' | 'RELATIONSHIP_CONSTRAINT_FAILED' | 'SELF_REFERENTIAL_RELATIONSHIP' | 'GOVERNANCE_DENIED' | 'OPERATION_CANCELLED' | 'OPERATION_ABORTED' | 'EMBEDDING_PROVIDER_REQUIRED' | 'IMPORT_ERROR' | 'EXPORT_ERROR' | 'PROVIDER_ERROR' | 'GRAPH_TRAVERSAL_PROVIDER_REQUIRED' | 'TRAVERSAL_VALIDATION_FAILED' | 'TRAVERSAL_VOCABULARY_ERROR' | 'TRAVERSAL_TIMEOUT' | 'UNSUPPORTED_QUERY';
|
|
13
13
|
/** Base error class for all Deep Memory errors */
|
|
14
14
|
declare class DeepMemoryError extends Error {
|
|
15
15
|
readonly code: DeepMemoryErrorCode;
|
|
@@ -146,6 +146,17 @@ declare class TraversalTimeoutError extends DeepMemoryError {
|
|
|
146
146
|
readonly timeoutMs: number;
|
|
147
147
|
constructor(timeoutMs: number);
|
|
148
148
|
}
|
|
149
|
+
/**
|
|
150
|
+
* Thrown when a query is syntactically valid but the active provider cannot
|
|
151
|
+
* execute it efficiently or correctly — e.g. a substring search on a backend
|
|
152
|
+
* with no server-side text predicate, where the only safe implementation would
|
|
153
|
+
* fan out across the entire partition. The caller should adjust the query
|
|
154
|
+
* (add type filters, narrow the scope) or use a provider-specific alternative.
|
|
155
|
+
*/
|
|
156
|
+
declare class UnsupportedQueryError extends DeepMemoryError {
|
|
157
|
+
readonly provider: string;
|
|
158
|
+
constructor(provider: string, message: string, suggestion?: string);
|
|
159
|
+
}
|
|
149
160
|
|
|
150
161
|
interface VocabularyEngineConfig {
|
|
151
162
|
repositoryId: string;
|
|
@@ -187,7 +198,14 @@ declare class VocabularyEngine {
|
|
|
187
198
|
proposeChange(proposal: VocabularyProposal, proposedBy: string): Promise<VocabularyProposalResult>;
|
|
188
199
|
/** @deprecated Use proposeChange instead */
|
|
189
200
|
proposeExtension(proposal: VocabularyProposal, proposedBy: string): Promise<VocabularyProposalResult>;
|
|
190
|
-
/**
|
|
201
|
+
/**
|
|
202
|
+
* Cascade-delete all data for a deleted vocabulary type.
|
|
203
|
+
*
|
|
204
|
+
* `deletedRelationships` may be `undefined` when the underlying provider
|
|
205
|
+
* does not count cascaded edges (see StorageProvider.deleteEntitiesByType).
|
|
206
|
+
* The return value is currently discarded by the only caller; the type is
|
|
207
|
+
* preserved for symmetry with the storage contract.
|
|
208
|
+
*/
|
|
191
209
|
private cascadeDeleteData;
|
|
192
210
|
/** Validate all property schemas in a proposal — returns a rejected result on the first invalid schema, or undefined if all pass */
|
|
193
211
|
private validateProposalPropertySchemas;
|
|
@@ -318,11 +336,26 @@ declare class MemoryRepository {
|
|
|
318
336
|
* Called after each batch completes. Internal plumbing — the {@link DeepMemory}
|
|
319
337
|
* facade wires this to `globalEventBus.emit('reembed:progress', ...)`.
|
|
320
338
|
*/
|
|
339
|
+
/**
|
|
340
|
+
* `totalEntities` is `number | undefined` because it derives from
|
|
341
|
+
* PaginatedResult.total, which may be undefined for some provider/query
|
|
342
|
+
* combinations. The {@link DeepMemory.reembedAll} facade coerces it to
|
|
343
|
+
* a number via the cached RepositoryStats before emitting an event.
|
|
344
|
+
*/
|
|
321
345
|
onProgress?: (progress: {
|
|
322
346
|
processed: number;
|
|
323
|
-
totalEntities: number;
|
|
347
|
+
totalEntities: number | undefined;
|
|
324
348
|
failed: number;
|
|
325
349
|
}) => void | Promise<void>;
|
|
350
|
+
/**
|
|
351
|
+
* Called for every entity that fails to re-embed (embedBatch retries
|
|
352
|
+
* exhausted, or storage write failure). Internal plumbing — the facade
|
|
353
|
+
* wires this to `globalEventBus.emit('reembed:item-failed', ...)`.
|
|
354
|
+
*/
|
|
355
|
+
onItemFailed?: (failure: {
|
|
356
|
+
entityId: string;
|
|
357
|
+
error: string;
|
|
358
|
+
}) => void | Promise<void>;
|
|
326
359
|
/**
|
|
327
360
|
* Caller-supplied abort signal. Honoured at batch boundaries.
|
|
328
361
|
* Any vectors already written by completed batches are left in place.
|
|
@@ -536,6 +569,31 @@ interface CompiledQuery {
|
|
|
536
569
|
estimatedFanOut: number;
|
|
537
570
|
}
|
|
538
571
|
|
|
572
|
+
/**
|
|
573
|
+
* Stored-field name lists exposed for the cross-package sync test in
|
|
574
|
+
* @utaba/deep-memory-storage-cosmosdb. Excludes synthetic projection-only
|
|
575
|
+
* fields (`__kind`) — those are emission detail, not data the mapper reads.
|
|
576
|
+
*/
|
|
577
|
+
declare const GREMLIN_VERTEX_PROJECTION_FIELDS: ReadonlyArray<string>;
|
|
578
|
+
declare const GREMLIN_EDGE_PROJECTION_FIELDS: ReadonlyArray<string>;
|
|
579
|
+
/**
|
|
580
|
+
* Build a Gremlin `.project(...).by(...)...` chain expression for a stored
|
|
581
|
+
* entity vertex, with no leading dot. Append after a vertex predicate
|
|
582
|
+
* (e.g. `g.V().has('repositoryId', rid).hasId(p0)`) to read only the keys
|
|
583
|
+
* `entityFromGremlin` consumes — avoiding `valueMap(true)` and its
|
|
584
|
+
* ~30 KB-per-row embedding payload.
|
|
585
|
+
*
|
|
586
|
+
* The default omits `embedding`. Pass `{ withEmbedding: true }` only from
|
|
587
|
+
* legitimate consumers of stored embeddings on read (the vector-search path).
|
|
588
|
+
*/
|
|
589
|
+
declare function buildVertexProjectChain(opts?: {
|
|
590
|
+
withEmbedding?: boolean;
|
|
591
|
+
}): string;
|
|
592
|
+
/**
|
|
593
|
+
* Build a Gremlin `.project(...).by(...)...` chain expression for a stored
|
|
594
|
+
* relationship edge, with no leading dot. Edges never carry embeddings.
|
|
595
|
+
*/
|
|
596
|
+
declare function buildEdgeProjectChain(): string;
|
|
539
597
|
declare class GremlinCompiler implements TraversalCompiler {
|
|
540
598
|
readonly language: "gremlin";
|
|
541
599
|
compile(spec: TraversalSpec, _vocabulary: MemoryVocabulary): CompiledQuery;
|
|
@@ -565,16 +623,16 @@ declare class InMemoryStorageProvider implements StorageProvider {
|
|
|
565
623
|
saveVocabulary(repositoryId: string, vocabulary: MemoryVocabulary): Promise<void>;
|
|
566
624
|
getVocabularyChangeLog(repositoryId: string, options?: PaginationOptions): Promise<PaginatedResult<VocabularyChangeRecord>>;
|
|
567
625
|
createEntity(repositoryId: string, entity: StoredEntity): Promise<StoredEntity>;
|
|
568
|
-
getEntity(repositoryId: string, entityId: string): Promise<StoredEntity | null>;
|
|
569
|
-
getEntityBySlug(repositoryId: string, slug: string): Promise<StoredEntity | null>;
|
|
570
|
-
getEntities(repositoryId: string, entityIds: string[]): Promise<Map<string, StoredEntity>>;
|
|
626
|
+
getEntity(repositoryId: string, entityId: string, _options?: EntityReadOptions): Promise<StoredEntity | null>;
|
|
627
|
+
getEntityBySlug(repositoryId: string, slug: string, _options?: EntityReadOptions): Promise<StoredEntity | null>;
|
|
628
|
+
getEntities(repositoryId: string, entityIds: string[], _options?: EntityReadOptions): Promise<Map<string, StoredEntity>>;
|
|
571
629
|
updateEntity(repositoryId: string, entityId: string, updates: StoredEntityUpdate): Promise<StoredEntity>;
|
|
572
630
|
deleteEntity(repositoryId: string, entityId: string): Promise<void>;
|
|
573
631
|
deleteEntitiesByType(repositoryId: string, entityType: string): Promise<{
|
|
574
632
|
deletedEntities: number;
|
|
575
633
|
deletedRelationships: number;
|
|
576
634
|
}>;
|
|
577
|
-
findEntities(repositoryId: string, query: StorageFindQuery): Promise<PaginatedResult<StoredEntity>>;
|
|
635
|
+
findEntities(repositoryId: string, query: StorageFindQuery, _options?: EntityReadOptions): Promise<PaginatedResult<StoredEntity>>;
|
|
578
636
|
createRelationship(repositoryId: string, relationship: StoredRelationship): Promise<StoredRelationship>;
|
|
579
637
|
getRelationship(repositoryId: string, relationshipId: string): Promise<StoredRelationship | null>;
|
|
580
638
|
getEntityRelationships(repositoryId: string, entityId: string, options?: RelationshipQueryOptions): Promise<PaginatedResult<StoredRelationship>>;
|
|
@@ -613,4 +671,4 @@ declare class NoOpEmbeddingProvider implements EmbeddingProvider {
|
|
|
613
671
|
modelId(): string;
|
|
614
672
|
}
|
|
615
673
|
|
|
616
|
-
export { BulkImportOptions, BulkImportResult, type CompiledQuery, ConceptSearchOptions, CreateEntityInput, CreateRelationshipInput, CypherCompiler, DeepMemory, type DeepMemoryConfig, DeepMemoryError, type DeepMemoryErrorCode, DeepMemoryEvent, DeepMemoryEventType, DeleteEntitiesResult, DeleteProgressCallback, DetailLevel, DuplicateEntityError, DuplicateRelationshipError, DuplicateRepositoryError, EmbeddingProvider, EmbeddingProviderFactory, EmbeddingProviderRequiredError, EnsureSchemaResult, Entity, EntityBrief, EntityNotFoundError, EntitySummary, EntityTypeDefinition, EntityValidationPage, EventHandler, EventPayload, ExploreOptions, ExportArchive, ExportChunk, ExportError, ExportOptions, ExportStreamItem, FindEntitiesQuery, GovernanceConfig, GovernanceDeniedError, GraphResult, GraphTraversalProvider, GraphTraversalProviderRequiredError, GremlinCompiler, HookResult, ImportChunk, ImportError, ImportOptions, ImportResult, ImportStreamHeader, ImportThrottleAbortError, InMemorySearchProvider, InMemoryStorageProvider, InvalidInputError, LockProvider, MemoryRepository, MemoryVocabulary, Neighborhood, NoOpEmbeddingProvider, OperationAbortedError, OperationCancelledError, PaginatedResult, PaginationOptions, PathOptions, PathResult, PropertyFilter, Provenance, ProvenanceContext, ProviderError, ReembedResult, Relationship, RelationshipConstraintError, RelationshipNotFoundError, RelationshipQueryOptions, RelationshipSummary, RelationshipValidationPage, RemoveRelationshipsResult, RepositoryConfig, RepositoryFilter, RepositoryNotFoundError, RepositoryStats, RepositorySummary, RepositoryUpdate, RepositoryValidator, ResolvedVocabulary, ScoredEntity, SearchHit, SearchOptions, SearchProvider, SearchableEntity, SelfReferentialRelationshipError, StorageExploreOptions, StorageFindQuery, StorageNeighborhood, StoragePathOptions, StoragePathResult, StorageProvider, StorageRepositoryConfig, StorageTimelineOptions, StorageTimelineResult, StoredEntity, StoredEntityUpdate, StoredRelationship, StoredRepository, StoredRepositorySummary, TimelineOptions, TimelineResult, type TraversalCompiler, TraversalResult, TraversalSpec, TraversalTimeoutError, TraversalValidationError, TraversalVocabularyError, Unsubscribe, UpdateEntityInput, UsageSink, ValidateEntitiesOptions, ValidateRelationshipsOptions, VocabularyChangeRecord, VocabularyProposal, VocabularyProposalResult, VocabularyValidationError, createSafeSink, generateId, isValidUuid, matchesPropertyFilters, projectEntity };
|
|
674
|
+
export { BulkImportOptions, BulkImportResult, type CompiledQuery, ConceptSearchOptions, CreateEntityInput, CreateRelationshipInput, CypherCompiler, DeepMemory, type DeepMemoryConfig, DeepMemoryError, type DeepMemoryErrorCode, DeepMemoryEvent, DeepMemoryEventType, DeleteEntitiesResult, DeleteProgressCallback, DetailLevel, DuplicateEntityError, DuplicateRelationshipError, DuplicateRepositoryError, EmbeddingProvider, EmbeddingProviderFactory, EmbeddingProviderRequiredError, EnsureSchemaResult, Entity, EntityBrief, EntityNotFoundError, EntityReadOptions, EntitySummary, EntityTypeDefinition, EntityValidationPage, EventHandler, EventPayload, ExploreOptions, ExportArchive, ExportChunk, ExportError, ExportOptions, ExportStreamItem, FindEntitiesQuery, GREMLIN_EDGE_PROJECTION_FIELDS, GREMLIN_VERTEX_PROJECTION_FIELDS, GovernanceConfig, GovernanceDeniedError, GraphResult, GraphTraversalProvider, GraphTraversalProviderRequiredError, GremlinCompiler, HookResult, ImportChunk, ImportError, ImportOptions, ImportResult, ImportStreamHeader, ImportThrottleAbortError, InMemorySearchProvider, InMemoryStorageProvider, InvalidInputError, LockProvider, MemoryRepository, MemoryVocabulary, Neighborhood, NoOpEmbeddingProvider, OperationAbortedError, OperationCancelledError, PaginatedResult, PaginationOptions, PathOptions, PathResult, PropertyFilter, Provenance, ProvenanceContext, ProviderError, ReembedResult, Relationship, RelationshipConstraintError, RelationshipNotFoundError, RelationshipQueryOptions, RelationshipSummary, RelationshipValidationPage, RemoveRelationshipsResult, RepositoryConfig, RepositoryFilter, RepositoryNotFoundError, RepositoryStats, RepositorySummary, RepositoryUpdate, RepositoryValidator, ResolvedVocabulary, ScoredEntity, SearchHit, SearchOptions, SearchProvider, SearchableEntity, SelfReferentialRelationshipError, StorageExploreOptions, StorageFindQuery, StorageNeighborhood, StoragePathOptions, StoragePathResult, StorageProvider, StorageRepositoryConfig, StorageTimelineOptions, StorageTimelineResult, StoredEntity, StoredEntityUpdate, StoredRelationship, StoredRepository, StoredRepositorySummary, TimelineOptions, TimelineResult, type TraversalCompiler, TraversalResult, TraversalSpec, TraversalTimeoutError, TraversalValidationError, TraversalVocabularyError, Unsubscribe, UnsupportedQueryError, UpdateEntityInput, UsageSink, ValidateEntitiesOptions, ValidateRelationshipsOptions, VocabularyChangeRecord, VocabularyProposal, VocabularyProposalResult, VocabularyValidationError, buildEdgeProjectChain, buildVertexProjectChain, createSafeSink, generateId, isValidUuid, matchesPropertyFilters, projectEntity };
|