Skip to content

Commit

Permalink
Add missing exports (langchain-ai#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI authored Feb 28, 2023
1 parent f1e583a commit bff3338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions langchain/src/embeddings/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { OpenAIEmbeddings } from "./openai.js";
export { Embeddings } from "./base.js";
1 change: 1 addition & 0 deletions langchain/src/vectorstores/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { HNSWLib } from "./hnswlib.js";
export { Chroma } from "./chroma.js";
export { PineconeStore } from "./pinecone.js";
export { VectorStore, SaveableVectorStore } from "./base.js";

0 comments on commit bff3338

Please sign in to comment.