An Enovate Wiki
Attachments
History
Blame
View Source
Changelog
Documentation
About An Otter Wiki
Toggle dark mode
Login
Home
A - Z
Page Index
CMMI
Governance
Template
Statement Of Work
Guidelines
Coding Standard
Android Coding Standards
Core Java
Front-End Styling (CSS)
Golang
iOS Coding Standard (Swift)
Java EE
Javascript
Python
Request structure guidelines
Scala
TypeScript
Product Integration
Practical Training PPT
Procedure
Configuration Management (CM)
Estimating (EST)
Managing Performance and Measurement (MPM)
Monitoring and Control (MC)
Peer Review (PR)
Planning (PLAN)
Process Management (PCM)
Process Quality Assurance (PQA)
Product Integration (PI)
Requirement Development Management(RDM)
Risk and Opportunity Management
Technical Solution (TS)
Verification and Validation (VV)
Process Areas
Process Areas - Documents & Evidences
Standard
Document Creation
Naming Convention Standard
Templates
Audit Plan
LLD
Enovate Tools
EnovateIT
Company Profile & Website Portfolio
Home
Local AI
Projects
Audit-matic
HLD
CommNet
Face Recognation
Document
Flowcast
Enovate IT-QMS-PL01-Project Plan-[FlowCast]-V10
HireGenius
SRS
Technical Document (LLD+HLD))
OptiQA
Sentify
SkillShift
HLD
LLD
Social Media Manager
Teams
Team Apex
Team Catalyst
Team Fusion
Team Nova
Team Orbit
Team Pulse
Team Quantum
Team Spark
Team Vision
Templates
Project Template
Team Template
Projects
CRM System
9aef94
Commit
9aef94
2025-09-25 08:03:55
Kaushal Lamkhade
: Updated project details
Projects/CRM System.md
..
@@ 32,8 32,8 @@
- **Monitoring & Logging**: Store all conversations, admin can review & edit
## Database
-
- **PostgreSQL/MySQL**: for structured data (users, projects, configs, logs)
-
- **Vector DB**: Pinecone, Weaviate, or open-source FAISS for knowledge base indexing
+
- **PostgreSQL**: for structured data (users, projects, configs, logs)
+
- **Vector DB**: Pinecone or open-source FAISS for knowledge base indexing
## AI / NLP
- **Connector**: OpenAI API (ChatGPT), Perplexity API, and pluggable LLMs
@@ 52,18 52,19 @@
- **Indexing service**: store embeddings into Vector DB
## Infrastructure
-
- **Cloud deployment**: AWS, GCP, Azure, or DigitalOcean
+
- **Cloud deployment**: AWS
- **Containerization**: Docker
- **Background task runner**: Celery / RQ for async jobs (e.g., doc parsing)
- **Caching**: Redis for messages and sessions
+
- **CI/CD**: GITLAB
## 1. Tech Stack
- **Backend (Python)**
-
- **FastAPI** (recommended for async, lightweight, API-first approach) or Django (if you want batteries-included features).
+
- **FastAPI** (async, lightweight, API-first approach) or Djangofeatures).
- **SQLAlchemy** or **Django ORM** (for database interactions).
- **Database**
-
- **PostgreSQL** (yes, perfectly suited for multi-tenant, relational data storage).
+
- **PostgreSQL** (perfectly suited for multi-tenant, relational data storage).
- **Frontend**
- React / Next.js (or Vue/Angular depending on preference).
- Admin dashboard + Client dashboard.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9