Skip to content

Commit

Permalink
feat: removing the langchain and llama integrations (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
noble-varghese committed Dec 12, 2023
1 parent 68c0f7b commit 29c6a11
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 344 deletions.
4 changes: 0 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@ import * as Types from "./_types/portkeyConstructs";
import * as apis from "./apis";
import * as client from "./client";
import * as consts from "./constants";
import * as llama from "./llms/llamaIndex"
import * as langchain from "./llms/langchain"

export import Portkey = client.Portkey;
export import LLMOptions = Types.LLMOptions;
export import PORTKEY_GATEWAY_URL = consts.PORTKEY_GATEWAY_URL
export import createHeaders = apis.createHeaders
export import PortkeyLlama = llama.PortkeyLlama
export import PortkeyLangchain = langchain.PortkeyLangchain

export default Portkey;
125 changes: 0 additions & 125 deletions src/llms/langchain/index.ts

This file was deleted.

215 changes: 0 additions & 215 deletions src/llms/llamaIndex/index.ts

This file was deleted.

0 comments on commit 29c6a11

Please sign in to comment.