Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ogzhanolguncu committed May 27, 2024
1 parent 9c8c20e commit b66cb8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ await ragchat.chat("Say Hello To My Little Friend", { stream: true });

### Advance Usage of Initilization and `chat()`

````typescript
```typescript
import { ChatOpenAI } from "@langchain/openai";
import { PromptTemplate } from "@langchain/core/prompts";
import { Index } from "@upstash/vector";
Expand Down Expand Up @@ -80,7 +80,7 @@ const ragChat = new RAGChat({...});
await ragChat.addContext("Tokyo is the capital of Japan.");

await ragchat.chat("Where is the capital of Japan.", { stream: true });
````
```

But, you can also add various files:

Expand Down

0 comments on commit b66cb8a

Please sign in to comment.