LibreChat/docs/features/index.md
Danny Avila 56ea0f9ae7
🐳 feat: RAG for Default Docker Compose Files + Docs Update (#2246)
* refactor(deploy-compose.yml): use long-syntax to avoid implicit folder creation of librechat.yaml

* refactor(docker-compose.override.yml.example): use long-syntax to avoid implicit folder creation of librechat.yaml

* chore: add simple health check for RAG_API_URL

* chore: improve axios error handling, adding `logAxiosError`

* chore: more informative message detailing RAG_API_URL path

* feat: add rag_api and vectordb to default compose file

* chore(rag.yml): update standalone rag compose file to use RAG_PORT

* chore: documentation updates

* docs: Update rag_api.md with images

* Update rag_api.md

* Update rag_api.md, assistants clarification

* add RAG API note to breaking changes
2024-03-29 21:15:36 -04:00

34 lines
No EOL
1.1 KiB
Markdown

---
title: Features
description: "✨ In-depth guides about various LibreChat features: plugins, presets, automated moderation, logging..."
weight: 2
---
# Features
---
* 🤖[Custom Endpoints](../install/configuration/custom_config.md)
* 🗃️ [RAG API (Chat with Files)](./rag_api.md)
* 🔖 [Presets](./presets.md)
* 🔌[Plugins](./plugins/index.md)
* 🔌 [Introduction](./plugins/introduction.md)
* 🛠️ [Make Your Own](./plugins/make_your_own.md)
* 🧑‍💼 [Official ChatGPT Plugins](./plugins/chatgpt_plugins_openapi.md)
* 🔎 [Google Search](./plugins/google_search.md)
* 🖌️ [Stable Diffusion](./plugins/stable_diffusion.md)
* 🧠 [Wolfram|Alpha](./plugins/wolfram.md)
* ⚡ [Azure AI Search](./plugins/azure_ai_search.md)
---
* 🔨 [Automated Moderation](./mod_system.md)
* 🪙 [Token Usage](./token_usage.md)
* 🔥 [Firebase CDN](./firebase.md)
* 🍃 [Manage Your Database](./manage_your_database.md)
* 🪵 [Logging System](./logging_system.md)
* 😈 [Bing Jailbreak](./bing_jailbreak.md)
---
* ✨ [Third-Party Tools and Contributions](./third_party.md)