Skip to content
Snippets Groups Projects
Commit 5873267a authored by thucpn's avatar thucpn
Browse files

remove llamaindex

parent 7613dd92
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,8 @@
"tsx": "^4.19.3"
},
"dependencies": {
"llamaindex": "workspace:*",
"@llamaindex/workflow": "workspace:*",
"@llamaindex/core": "workspace:*",
"@llamaindex/chat-ui": "0.3.1",
"ai": "^4.0.3",
"react": "^19.0.0",
......
import {
AgentWorkflow,
Workflow,
type AgentInputData,
type AgentWorkflowContext,
} from "llamaindex";
import { Workflow, type AgentWorkflowContext } from "@llamaindex/workflow";
import type { AgentInputData, AgentWorkflow } from "@llamaindex/workflow/agent";
import type next from "next";
/**
......
import { LlamaIndexAdapter, StreamData, type JSONValue } from "ai";
import type { ChatResponseChunk } from "@llamaindex/core/llms";
import type { EngineResponse } from "@llamaindex/core/schema";
import {
AgentStream,
AgentWorkflow,
EngineResponse,
StopEvent,
Workflow,
type AgentInputData,
type AgentWorkflowContext,
type ChatResponseChunk,
} from "llamaindex";
} from "@llamaindex/workflow";
import {
AgentStream,
AgentWorkflow,
type AgentInputData,
} from "@llamaindex/workflow/agent";
import { LlamaIndexAdapter, StreamData, type JSONValue } from "ai";
import { ReadableStream } from "stream/web";
import type { ServerWorkflow } from "../types";
......
......@@ -1733,12 +1733,15 @@ importers:
'@llamaindex/chat-ui':
specifier: 0.3.1
version: 0.3.1(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
'@llamaindex/core':
specifier: workspace:*
version: link:../core
'@llamaindex/workflow':
specifier: workspace:*
version: link:../workflow
ai:
specifier: ^4.0.3
version: 4.1.34(react@19.0.0)(zod@3.24.2)
llamaindex:
specifier: workspace:*
version: link:../llamaindex
next:
specifier: 15.2.3
version: 15.2.3(@opentelemetry/api@1.9.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment