Skip to content

Commit 708b49f

Browse files
committed
Rename repository from MultiDB-Chatbot to MultiDB-AI
- Update README.md with new repo name and URLs - Update issue templates with new repo references - Update clone instructions and project structure
1 parent 72f0946 commit 708b49f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bug report
2-
description: Report a reproducible bug in MultiDB-Chatbot
2+
description: Report a reproducible bug in MultiDB-AI
33
title: "[BUG] "
44
labels: ["bug"]
55
assignees: ["asq-sheriff"]

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Questions & Discussions
4-
url: https://github.com/asq-sheriff/MultiDB-Chatbot/discussions
4+
url: https://github.com/asq-sheriff/MultiDB-AI/discussions
55
about: Please ask questions in GitHub Discussions instead of Issues.
66

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<div align="center">
22

3-
# MultiDB RAG Chatbot
3+
# MultiDB-AI
44

55
### Enterprise-Grade AI Architecture for Production Systems
66

7-
[![CI](https://github.com/asq-sheriff/MultiDB-Chatbot/actions/workflows/ci.yml/badge.svg)](https://github.com/asq-sheriff/MultiDB-Chatbot/actions/workflows/ci.yml)
7+
[![CI](https://github.com/asq-sheriff/MultiDB-AI/actions/workflows/ci.yml/badge.svg)](https://github.com/asq-sheriff/MultiDB-AI/actions/workflows/ci.yml)
88
[![Python 3.13](https://img.shields.io/badge/Python-3.13-3776AB?logo=python&logoColor=white)](https://python.org)
99
[![FastAPI](https://img.shields.io/badge/FastAPI-009688?logo=fastapi&logoColor=white)](https://fastapi.tiangolo.com)
1010
[![MongoDB](https://img.shields.io/badge/MongoDB-47A248?logo=mongodb&logoColor=white)](https://mongodb.com)
@@ -130,8 +130,8 @@ Complete retrieval-augmented generation:
130130

131131
```bash
132132
# Clone and start all services
133-
git clone https://github.com/asq-sheriff/MultiDB-Chatbot.git
134-
cd MultiDB-Chatbot
133+
git clone https://github.com/asq-sheriff/MultiDB-AI.git
134+
cd MultiDB-AI
135135
docker-compose up -d
136136

137137
# Get authentication token
@@ -175,7 +175,7 @@ make build # Build production image
175175
## Project Structure
176176

177177
```
178-
multidb-chatbot/
178+
multidb-ai/
179179
├── app/
180180
│ ├── api/ # FastAPI routes and schemas
181181
│ │ └── endpoints/ # Auth, chat, billing, search
@@ -284,6 +284,6 @@ MIT License — See [LICENSE](LICENSE) for details.
284284

285285
**Built to demonstrate production AI engineering**
286286

287-
[View Documentation](docs/) · [Report Issue](https://github.com/asq-sheriff/MultiDB-Chatbot/issues) · [Connect on LinkedIn](https://www.linkedin.com/in/asheriff)
287+
[View Documentation](docs/) · [Report Issue](https://github.com/asq-sheriff/MultiDB-AI/issues) · [Connect on LinkedIn](https://www.linkedin.com/in/asheriff)
288288

289289
</div>

0 commit comments

Comments
 (0)