Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix grammatical errors in markdown files by Gitfix #90

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ The `@upstash/rag-chat` package makes it easy to develop powerful retrieval-augm
Features:

- Next.js compatibility with streaming support
- Ingest entire websites, PDFs and more out of the box
- Built-in Vector store for your knowledge base
- Ingest entire websites, PDFs, and more out of the box
- Built-in vector store for your knowledge base
- (Optional) built-in Redis compatibility for fast chat history management
- (Optional) built-in rate limiting
- (Optional) disableRag option to use it as LLM + chat history
- (Optional) Analytics via [Helicone](https://www.helicone.ai/), [Langsmith](https://www.langchain.com/langsmith) and [Cloudflare AI Gateway](https://developers.cloudflare.com/ai-gateway/)
- (Optional) Analytics via [Helicone](https://www.helicone.ai/), [Langsmith](https://www.langchain.com/langsmith), and [Cloudflare AI Gateway](https://developers.cloudflare.com/ai-gateway/)

## Getting started
## Getting Started

### Installation

Expand All @@ -26,7 +26,7 @@ bun add @upstash/rag-chat
npm i @upstash/rag-chat
```

### Quick start
### Quick Start

1. Set up your environment variables:

Expand Down Expand Up @@ -82,4 +82,4 @@ console.log(response.output);

### Docs

Checkout [the documentation](https://upstash.com/docs/vector/sdks/rag-chat/gettingstarted) for integrations and advanced options.
Checkout [the documentation](https://upstash.com/docs/vector/sdks/rag-chat/gettingstarted) for integrations and advanced options.
Loading