Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Your Trusty Memory-enabled AI Companion - Simple RAG chatbot optimized for local LLMs | 12 Languages Supported | OpenAI API Compatible
| Date | Stars |
|---|---|
| 2026-07-31 | 352 |
| 2026-08-06 | 352 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# 🐘 Loyal Elephie: Your Trusty Memory-enabled AI Companion 🧠
<p align="center">
<img src=".public/image.png" alt="Your image description" width="200" style="display: block; margin: 0 auto;">
</p>
🚀 Embark on an exciting adventure with Loyal Elephie, your faithful AI sidekick! This project combines the power of a neat Next.js web UI and a mighty Python backend, leveraging the latest advancements in Large Language Models (LLMs) and Retrieval Augmented Generation (RAG) to deliver a seamless and meaningful chatting experience! 🎉
## Features
1. **🎛️ Controllable Memory:** Take control of Loyal Elephie's memory! You decide which moments to save, and you can easily edit the context as needed. It is your second-brain for episodic memory. ✍️
2. **🔍 Hybrid Search:** Experience the powerful combination of ChromaDB and BM25 for efficient searches! It's also optimized for handling date-relevant queries. 📅
3. **🔒 Secure Web Access:** With a built-in login feature, only authorized users can access your AI companion, ensuring your conversations remain private and secure over the internet. 🛡️
4. **🤖 Streamlined LLM Agent:** Loyal Elephie uses XML syntax with no function-calling required. It is also optimized for less token usage and works smoothly with great local LLMs using Llama.cpp or ExllamaV2. 💬
5. **📝 (Optional) Markdown Editor Integration:** Connect with online Markdown editors to view the original referred document during chats and experience real-time LLM knowledge integration after editing your notes online. 🌐
Loyal Elephie supports both open and proprietary LLMs and embeddings serving as OpenAI compatible APIs.

Warning: This project was originally designed for **Linux** and compatibility with Windows or macOS has not been fully tested. If you are using Windows, I strongly recommend you to run this project in **WSL**.
## Screenshots
*Meta-Llama-3-70B-Instruct.Q4_K_S.gguf was used when capturing the below screenshots*



With [SilverBulletMd](https://github.com/silverbulletmd/silverbullet), you can edit a note on the browser and then let Loyal Elephie rememeber it!

The UI is modified from https://github.com/mckaywrigley/chatbot-ui-lite. Credits to the author Mckay Wrigley!
## Deployment
**1. Clone Repo**
```bash
git clone https://github.com/v2rockets/Loyal-Elephie.git
```
**2. Install Frontend Requirments**
```bash
cd frontend
npm i
```
**3. Configure Login Users**
frontend/users.json
```json
[{
"username":"admin",
"password":"admin"
}]
```
**4. Install Backend Requirements**
```bash
cd backend
pip install -r requirements.txt
```
**5. Configure Backend Settings**
```python
# backend/settings.py
NICK_NAME = 'Peter' # This is your nick name. Make sure to set it at the beginning and don't change so that LLM will not get confused.
CHAT_BASE_URL = 'https://api.openai.com/v1' # Modify to your OpenAI compatible API url
CHAT_API_KEY = 'your-api-key'
CHAT_MODEL_NAME = "gpt-3.5-turbo"
# Language Preference (experimental)
# Supported Languages: English, Chinese, German, French, Spanish, Portuguese, Italian, Dutch, Czech, Polish, Russian, Arabic
LANGUAGE_PREFERENCE = "English"
```
**6. Run App**
frontend:
```bash
cd frontend
npm run build
npm run start
```
backend:
```bash
cd backend
python app.py
```
# Usage Tips
* By default, visit Loyal Elephie from http://localhost:8080
* use "Save" button to save the current conversation into Loyal Elephie's memory
* use "Reset" button to clear the current conversation (not affecting saving status, the same as refreshing page)
* click on the titles in "Reference" to navigate to the corresponding Markdown notes (but SilverBulletMd or another web Markdown editor has to be hosted and configured)
Some of the workable local LLMs tested:
* OpenHermes-2.5-Mistral-7B
* Mixtral-8x7B-Instruct-v0.1
* c4ai-command-r-v01
*Excerpt of 4,424 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:0d2743b1398e9d61, llm:description: 'Your Trusty Memory-enabled AI Companion - Simple RAG chatbot optimized for local LLMs | 12 Languages Supported | OpenAI API Compatible'; topics: agent, markdown, python
matched fp:0d2743b1398e9d61, llm:description: 'Your Trusty Memory-enabled AI Companion - Simple RAG chatbot optimized for local LLMs | 12 Languages Supported | OpenAI API Compatible'; topics: agent, markdown, python
matched fp:0d2743b1398e9d61, llm:description: 'Your Trusty Memory-enabled AI Companion - Simple RAG chatbot optimized for local LLMs | 12 Languages Supported | OpenAI API Compatible'; topics: agent, markdown, python
matched fp:0d2743b1398e9d61, llm:description: 'Your Trusty Memory-enabled AI Companion - Simple RAG chatbot optimized for local LLMs | 12 Languages Supported | OpenAI API Compatible'; topics: agent, markdown, python