Skip to content

Commit

Permalink
docs(next): fix build (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 authored Nov 6, 2024
1 parent 1c0e0e1 commit 0a8e3fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/next/src/deps/cloud.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {
type MetadataFilter,
type MetadataFilters,
PipelinesService,
type RetrievalParams,
runSearchApiV1PipelinesPipelineIdRetrievePost,
type TextNodeWithScore,
} from "@llamaindex/cloud/api";
import { QueryBundle } from "@llamaindex/core/query-engine";
Expand Down Expand Up @@ -74,7 +74,7 @@ export class LlamaCloudRetriever extends BaseRetriever {
const pipelineId = this.pipelineId;

const { data: results } =
await PipelinesService.runSearchApiV1PipelinesPipelineIdRetrievePost({
await runSearchApiV1PipelinesPipelineIdRetrievePost({
throwOnError: true,
path: {
pipeline_id: pipelineId,
Expand Down

0 comments on commit 0a8e3fd

Please sign in to comment.