Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ogzhanolguncu committed Jun 3, 2024
1 parent 912de7b commit de612b5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Features:
## Installation

```sh
pnpm add @upstash/vector @uptash/index @upstash/rag-chat
pnpm add @upstash/rag-chat

bun add @upstash/vector @uptash/index @upstash/rag-chat
bun add @upstash/rag-chat

npm i @upstash/vector @uptash/index @upstash/rag-chat
npm i @upstash/rag-chat
```

### Basic Usage of Initilization and `chat()`
Expand All @@ -36,9 +36,6 @@ Now, you are all set. Required Redis and Vector instances will be created for yo

```typescript
import { ChatOpenAI } from "@langchain/openai";
import { PromptTemplate } from "@langchain/core/prompts";
import { Index } from "@upstash/vector";
import { Redis } from "@upstash/redis";

const ragChat = new RAGChat({
model: new ChatOpenAI({
Expand Down

0 comments on commit de612b5

Please sign in to comment.