File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11name : Bug report
2- description : Report a reproducible bug in MultiDB-Chatbot
2+ description : Report a reproducible bug in MultiDB-AI
33title : " [BUG] "
44labels : ["bug"]
55assignees : ["asq-sheriff"]
Original file line number Diff line number Diff line change 11blank_issues_enabled : false
22contact_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
Original file line number Diff line number Diff line change 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
135135docker-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 >
You can’t perform that action at this time.
0 commit comments