Skip to content
Snippets Groups Projects
Unverified Commit 69471f9b authored by yisding's avatar yisding Committed by GitHub
Browse files

Update SimpleVectorStore.ts

update import
parent fdd15d88
No related branches found
No related tags found
No related merge requests found
import _ from "lodash";
import { GenericFileSystem } from "../FileSystem";
import { NodeWithEmbedding, VectorStore, VectorStoreQuery, VectorStoreQueryMode, VectorStoreQueryResult } from "./types";
import { getTopKEmbeddings, getTopKEmbeddingsLearner, getTopKMMREmbeddings } from './your-utils-file';
import { getTopKEmbeddings, getTopKEmbeddingsLearner, getTopKMMREmbeddings } from '../../Embedding';
import { DEFAULT_PERSIST_DIR, DEFAULT_FS } from '../constants';
const LEARNER_MODES = new Set<VectorStoreQueryMode>([
......
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