Skip to content
Snippets Groups Projects
Commit 34f5398f authored by yoshiaki-yamada's avatar yoshiaki-yamada
Browse files

refactor: Integrate some module imports from BaseIndex

parent c06d1e5b
Branches
Tags
No related merge requests found
...@@ -20,11 +20,11 @@ import { ...@@ -20,11 +20,11 @@ import {
IndexDict, IndexDict,
VectorIndexConstructorProps, VectorIndexConstructorProps,
VectorIndexOptions, VectorIndexOptions,
IndexStructType
} from "../BaseIndex"; } from "../BaseIndex";
import { BaseRetriever } from "../../Retriever"; import { BaseRetriever } from "../../Retriever";
import { ResponseSynthesizer } from "../../ResponseSynthesizer"; import { ResponseSynthesizer } from "../../ResponseSynthesizer";
import { BaseDocumentStore } from "../../storage/docStore/types"; import { BaseDocumentStore } from "../../storage/docStore/types";
import { IndexStructType } from "../BaseIndex";
/** /**
* The VectorStoreIndex, an index that stores the nodes only according to their vector embedings. * The VectorStoreIndex, an index that stores the nodes only according to their vector embedings.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment