Skip to content

Commit

Permalink
fix: export TextToGraph
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <danscode@selman.org>
  • Loading branch information
dselman committed Jun 27, 2024
1 parent b407910 commit 87c8101
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Conversation } from "./Conversation";
import { TextToGraph } from "./TextToGraph";
import { getOpenAiEmbedding } from "./functions";
import { GraphModel } from "./graphmodel";
import { ConsoleLogger } from './ConsoleLogger';
Expand All @@ -9,4 +10,5 @@ export {
GraphModel,
Conversation,
ConsoleLogger,
TextToGraph
}

0 comments on commit 87c8101

Please sign in to comment.