Skip to content

Commit

Permalink
docs: add LangFuse dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sykp241095 committed Jun 28, 2024
1 parent fc211ef commit 42af675
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/pages/docs/requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ In this section, we will cover the requirements for deploying the project.
* Embedding model for converting text into vectors.
* Chat Engine for generating the answer for the question asked by the user.

* An **Jina AI API key**, you can get it from [here](https://jina.ai/reranker/), it is free for 1M tokens. It will be used for reranking the results retrieved from vector storage.
* A **Jina AI API key**, you can get it from [here](https://jina.ai/reranker/), it is free for 1M tokens. It will be used for reranking the results retrieved from vector storage.
* An **LangFuse API key**, you can get it from [here](https://langfuse.com/), it is used for tracing the RAG application to debug and optimize the performance.


## Web Hosting
Expand Down

0 comments on commit 42af675

Please sign in to comment.