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

✏️ doc update: meilisearch_in_render.md #2397

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 3 additions & 7 deletions docs/deployment/meilisearch_in_render.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: 🔎 Meilisearch in Render
fuegovic marked this conversation as resolved.
Show resolved Hide resolved
description: Setup Meilisearch on Render (for use with the Render deployment guide)
weight: -3
---
# Utilize Meilisearch by running LibreChat on Render
Expand Down Expand Up @@ -32,16 +31,15 @@ weight: -3
**1.** To manually add the `Environment Variables`
- You need to use `Add Environment Variables` and add them one at a time, as adding a secret file will not work in our case.

![image](https://github.com/danny-avila/LibreChat/assets/32828263/8cbc35e5-2b9b-4dad-835f-f0444627a01f)
![image](https://raw.githubusercontent.com/itzraiss/images/main/Captura%20de%20tela%202024-04-13%20104455.png)

**2.** You need to enter these values:

| Key | Value |
| --- | --- |
| MEILI_HOST | http://meilisearch:7700 |
| MEILI_HTTP_ADDR | meilisearch:7700 |
| MEILI_MASTER_KEY | Create a 44 character alphanunmeric key |
| MEILI_NO_ANALYTICS | true |

- Use this replit to generate: **[MEILI_MASTER_KEY](https://replit.com/@itzraiss/Meili-Master-Key)**

**Deployment**

Expand All @@ -66,9 +64,7 @@ Now, insert the below environment variable values into your LibreChat project (R
| Key | Value |
| --- |---------------------------------------|
| MEILI_HOST | Your Render project's Meilisearch URL |
| MEILI_HTTP_ADDR | meilisearch:7700 |
| MEILI_MASTER_KEY | Use the key created for Meilisearch |
| MEILI_NO_ANALYTICS | true |
| SEARCH | true |

![image](https://github.com/danny-avila/LibreChat/assets/32828263/f4ff1310-dc6b-4a81-944e-0eece8606b86)
Expand Down