@inferagraph/sql
Advanced tools
+2
-2
@@ -49,3 +49,3 @@ "use strict"; | ||
| // src/SqlDataSource.ts | ||
| var import_core = require("@inferagraph/core"); | ||
| var import_data = require("@inferagraph/core/data"); | ||
| var import_knex = __toESM(require("knex"), 1); | ||
@@ -97,3 +97,3 @@ | ||
| // src/SqlDataSource.ts | ||
| var SqlDataSource = class extends import_core.DataSource { | ||
| var SqlDataSource = class extends import_data.DataSource { | ||
| name = "sql"; | ||
@@ -100,0 +100,0 @@ db = null; |
+1
-1
@@ -1,2 +0,2 @@ | ||
| import { DataSource, DataAdapterConfig, GraphData, NodeId, NodeData, PaginationOptions, PaginatedResult, DataFilter, ContentData, EmbeddingStore, EmbeddingRecord, Vector, SimilarHit, SearchVectorHit, InferredEdgeStore, InferredEdge, ConversationStore, ConversationTurn, CacheProvider } from '@inferagraph/core'; | ||
| import { DataSource, DataAdapterConfig, GraphData, NodeId, NodeData, PaginationOptions, PaginatedResult, DataFilter, ContentData, EmbeddingStore, EmbeddingRecord, Vector, SimilarHit, SearchVectorHit, InferredEdgeStore, InferredEdge, ConversationStore, ConversationTurn, CacheProvider } from '@inferagraph/core/data'; | ||
| import { Knex } from 'knex'; | ||
@@ -3,0 +3,0 @@ |
+1
-1
@@ -1,2 +0,2 @@ | ||
| import { DataSource, DataAdapterConfig, GraphData, NodeId, NodeData, PaginationOptions, PaginatedResult, DataFilter, ContentData, EmbeddingStore, EmbeddingRecord, Vector, SimilarHit, SearchVectorHit, InferredEdgeStore, InferredEdge, ConversationStore, ConversationTurn, CacheProvider } from '@inferagraph/core'; | ||
| import { DataSource, DataAdapterConfig, GraphData, NodeId, NodeData, PaginationOptions, PaginatedResult, DataFilter, ContentData, EmbeddingStore, EmbeddingRecord, Vector, SimilarHit, SearchVectorHit, InferredEdgeStore, InferredEdge, ConversationStore, ConversationTurn, CacheProvider } from '@inferagraph/core/data'; | ||
| import { Knex } from 'knex'; | ||
@@ -3,0 +3,0 @@ |
+1
-1
| // src/SqlDataSource.ts | ||
| import { DataSource } from "@inferagraph/core"; | ||
| import { DataSource } from "@inferagraph/core/data"; | ||
| import knex from "knex"; | ||
@@ -4,0 +4,0 @@ |
+2
-2
| { | ||
| "name": "@inferagraph/sql", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "type": "module", | ||
@@ -45,3 +45,3 @@ "description": "SQL datasource, vector embedding store, inferred-edge store, conversation store, and cache provider for InferaGraph (PostgreSQL with pgvector for vector stores; PostgreSQL/MySQL/SQLite/MSSQL for the rest)", | ||
| "devDependencies": { | ||
| "@inferagraph/core": "link:../inferagraph", | ||
| "@inferagraph/core": "^0.9.1", | ||
| "@vitest/coverage-v8": "^3.1.1", | ||
@@ -48,0 +48,0 @@ "tsup": "^8.4.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
229666
0.03%