Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yujonglee committed Oct 22, 2023
1 parent d5b1e7b commit 1437f65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
---
title: Quickstart
description: Let's get started!
title: Installation
---

## Installation

### Basic
```bash
pip install fastrepl
pip install "fastrepl"
```

### With RAGAS
```bash
pip install fastrepl[ragas]
pip install "fastrepl[ragas]"
```

### With Langfuse
```bash
pip install fastrepl[langfuse]
pip install "fastrepl[langfuse]"
```

You can find all releases [here](https://pypi.org/project/fastrepl).
Expand Down
2 changes: 1 addition & 1 deletion docs/get_started/rag_evaluation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ There are many ways to tune a RAG pipeline.
To do that, we need to evaluate its performance. In `fastrepl`, we have **RAGAS** support for evaluating RAG pipelines.

```python
pip install fastrepl[ragas] # don't forget to add `[ragas]`
pip install "fastrepl[ragas]" # don't forget to add `[ragas]`
```

`RAGAS` has these **metrics**:
Expand Down
2 changes: 1 addition & 1 deletion docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"group": "Get Started",
"pages": [
"get_started/introduction",
"get_started/quickstart",
"get_started/installation",
"get_started/general_evaluation",
"get_started/rag_evaluation",
"get_started/agent_evaluation",
Expand Down

0 comments on commit 1437f65

Please sign in to comment.