tea-rags 1.0.0 → 1.0.1
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/build/core/domains/explore/index.d.ts +9 -0
- package/build/core/domains/explore/index.d.ts.map +1 -0
- package/build/core/domains/explore/index.js +6 -0
- package/build/core/domains/explore/index.js.map +1 -0
- package/build/core/domains/ingest/index.d.ts +6 -0
- package/build/core/domains/ingest/index.d.ts.map +1 -0
- package/build/core/domains/ingest/index.js +6 -0
- package/build/core/domains/ingest/index.js.map +1 -0
- package/build/core/domains/trajectory/git/index.d.ts +5 -0
- package/build/core/domains/trajectory/git/index.d.ts.map +1 -0
- package/build/core/domains/trajectory/git/index.js +4 -0
- package/build/core/domains/trajectory/git/index.js.map +1 -0
- package/build/core/domains/trajectory/git.d.ts +1 -1
- package/build/core/domains/trajectory/git.d.ts.map +1 -1
- package/build/core/domains/trajectory/static/index.d.ts +1 -1
- package/build/core/domains/trajectory/static/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { Reranker } from "./reranker.js";
|
|
2
|
+
export type { ScoringWeights, RerankableResult, RerankMode } from "./reranker.js";
|
|
3
|
+
export { RankModule, type RankOptions } from "./rank-module.js";
|
|
4
|
+
export { computeFetchLimit, postProcess, filterMetaOnly, type SearchResult, type FetchLimits, type PostProcessOptions, } from "./post-process.js";
|
|
5
|
+
export { resolvePresets, getPresetNames, getPresetWeights } from "./rerank/presets/index.js";
|
|
6
|
+
export type { RerankPreset } from "./rerank/presets/index.js";
|
|
7
|
+
export { createExploreStrategy, HybridSearchStrategy, ScrollRankStrategy, BaseExploreStrategy, VectorSearchStrategy, HybridNotEnabledError, } from "./strategies/index.js";
|
|
8
|
+
export type { ExploreStrategyType, ExploreContext, ExploreResult, ExploreStrategy } from "./strategies/index.js";
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/core/domains/explore/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,YAAY,EAAE,cAAc,EAAE,gBAAgB,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAClF,OAAO,EAAE,UAAU,EAAE,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAChE,OAAO,EACL,iBAAiB,EACjB,WAAW,EACX,cAAc,EACd,KAAK,YAAY,EACjB,KAAK,WAAW,EAChB,KAAK,kBAAkB,GACxB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7F,YAAY,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,kBAAkB,EAClB,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,GACtB,MAAM,uBAAuB,CAAC;AAC/B,YAAY,EAAE,mBAAmB,EAAE,cAAc,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { Reranker } from "./reranker.js";
|
|
2
|
+
export { RankModule } from "./rank-module.js";
|
|
3
|
+
export { computeFetchLimit, postProcess, filterMetaOnly, } from "./post-process.js";
|
|
4
|
+
export { resolvePresets, getPresetNames, getPresetWeights } from "./rerank/presets/index.js";
|
|
5
|
+
export { createExploreStrategy, HybridSearchStrategy, ScrollRankStrategy, BaseExploreStrategy, VectorSearchStrategy, HybridNotEnabledError, } from "./strategies/index.js";
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/core/domains/explore/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAEzC,OAAO,EAAE,UAAU,EAAoB,MAAM,kBAAkB,CAAC;AAChE,OAAO,EACL,iBAAiB,EACjB,WAAW,EACX,cAAc,GAIf,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAE7F,OAAO,EACL,qBAAqB,EACrB,oBAAoB,EACpB,kBAAkB,EAClB,mBAAmB,EACnB,oBAAoB,EACpB,qBAAqB,GACtB,MAAM,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { IndexPipeline } from "./indexing.js";
|
|
2
|
+
export { ReindexPipeline } from "./reindexing.js";
|
|
3
|
+
export { computeCollectionStats } from "./collection-stats.js";
|
|
4
|
+
export { createIngestDependencies, type IngestDependencies, type SynchronizerTuning } from "./factory.js";
|
|
5
|
+
export { INDEXING_METADATA_ID } from "./constants.js";
|
|
6
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/core/domains/ingest/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,wBAAwB,EAAE,KAAK,kBAAkB,EAAE,KAAK,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAC1G,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { IndexPipeline } from "./indexing.js";
|
|
2
|
+
export { ReindexPipeline } from "./reindexing.js";
|
|
3
|
+
export { computeCollectionStats } from "./collection-stats.js";
|
|
4
|
+
export { createIngestDependencies } from "./factory.js";
|
|
5
|
+
export { INDEXING_METADATA_ID } from "./constants.js";
|
|
6
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/core/domains/ingest/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,wBAAwB,EAAoD,MAAM,cAAc,CAAC;AAC1G,OAAO,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { GitEnrichmentProvider, type GitProviderConfig } from "./provider.js";
|
|
2
|
+
export { gitFilters } from "./filters.js";
|
|
3
|
+
export { gitPayloadSignalDescriptors } from "./payload-signals.js";
|
|
4
|
+
export type { GitFileSignals, ChunkChurnOverlay } from "./types.js";
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/core/domains/trajectory/git/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,KAAK,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAC;AACnE,YAAY,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/core/domains/trajectory/git/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAA0B,MAAM,eAAe,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,2BAA2B,EAAE,MAAM,sBAAsB,CAAC"}
|
|
@@ -18,7 +18,7 @@ export declare class GitTrajectory implements Trajectory {
|
|
|
18
18
|
readonly payloadSignals: import("../../contracts/types/trajectory.js").PayloadSignalDescriptor[];
|
|
19
19
|
readonly derivedSignals: import("../../contracts/index.js").DerivedSignalDescriptor[];
|
|
20
20
|
readonly filters: import("../../contracts/index.js").FilterDescriptor[];
|
|
21
|
-
readonly presets: import("
|
|
21
|
+
readonly presets: import("../explore/index.js").RerankPreset[];
|
|
22
22
|
readonly enrichment: GitEnrichmentProvider;
|
|
23
23
|
constructor(config?: Partial<GitProviderConfig>, squashOpts?: SquashOptions);
|
|
24
24
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"git.d.ts","sourceRoot":"","sources":["../../../../src/core/domains/trajectory/git.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AAEtE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAE5D,OAAO,EAAE,qBAAqB,EAAE,KAAK,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAIlF,qBAAa,aAAc,YAAW,UAAU;IAC9C,QAAQ,CAAC,GAAG,SAAS;IACrB,QAAQ,CAAC,IAAI,SAAS;IACtB,QAAQ,CAAC,WAAW,wEAAwE;IAC5F,QAAQ,CAAC,cAAc,0EAA+B;IACtD,QAAQ,CAAC,cAAc,+DAAqB;IAC5C,QAAQ,CAAC,OAAO,wDAAc;IAC9B,QAAQ,CAAC,OAAO
|
|
1
|
+
{"version":3,"file":"git.d.ts","sourceRoot":"","sources":["../../../../src/core/domains/trajectory/git.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AAEtE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAE5D,OAAO,EAAE,qBAAqB,EAAE,KAAK,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAIlF,qBAAa,aAAc,YAAW,UAAU;IAC9C,QAAQ,CAAC,GAAG,SAAS;IACrB,QAAQ,CAAC,IAAI,SAAS;IACtB,QAAQ,CAAC,WAAW,wEAAwE;IAC5F,QAAQ,CAAC,cAAc,0EAA+B;IACtD,QAAQ,CAAC,cAAc,+DAAqB;IAC5C,QAAQ,CAAC,OAAO,wDAAc;IAC9B,QAAQ,CAAC,OAAO,+CAAe;IAC/B,QAAQ,CAAC,UAAU,EAAE,qBAAqB,CAAC;gBAE/B,MAAM,CAAC,EAAE,OAAO,CAAC,iBAAiB,CAAC,EAAE,UAAU,CAAC,EAAE,aAAa;CAG5E"}
|
|
@@ -6,6 +6,6 @@ export declare class StaticTrajectory implements Trajectory {
|
|
|
6
6
|
readonly payloadSignals: import("../../../contracts/types/trajectory.js").PayloadSignalDescriptor[];
|
|
7
7
|
readonly derivedSignals: import("../../../contracts/index.js").DerivedSignalDescriptor[];
|
|
8
8
|
readonly filters: import("../../../contracts/index.js").FilterDescriptor[];
|
|
9
|
-
readonly presets: import("
|
|
9
|
+
readonly presets: import("../../explore/index.js").RerankPreset[];
|
|
10
10
|
}
|
|
11
11
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/core/domains/trajectory/static/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AAMzE,qBAAa,gBAAiB,YAAW,UAAU;IACjD,QAAQ,CAAC,GAAG,YAAY;IACxB,QAAQ,CAAC,IAAI,YAAY;IACzB,QAAQ,CAAC,WAAW,2EAA2E;IAC/F,QAAQ,CAAC,cAAc,6EAAwB;IAC/C,QAAQ,CAAC,cAAc,kEAAwB;IAC/C,QAAQ,CAAC,OAAO,2DAAiB;IACjC,QAAQ,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/core/domains/trajectory/static/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AAMzE,qBAAa,gBAAiB,YAAW,UAAU;IACjD,QAAQ,CAAC,GAAG,YAAY;IACxB,QAAQ,CAAC,IAAI,YAAY;IACzB,QAAQ,CAAC,WAAW,2EAA2E;IAC/F,QAAQ,CAAC,cAAc,6EAAwB;IAC/C,QAAQ,CAAC,cAAc,kEAAwB;IAC/C,QAAQ,CAAC,OAAO,2DAAiB;IACjC,QAAQ,CAAC,OAAO,kDAAkB;CACnC"}
|