Build ai powered website search platform#1
Conversation
This commit sets up the foundational structure for the AI Search Platform. It includes: - README with project overview and features. - .env.example for environment configuration. - CI/CD pipeline setup (.github/workflows/ci-cd.yml). - .gitignore and .prettierrc for project standards. - Demo application (Next.js) with basic UI and widget integration. - Infrastructure configurations (Kubernetes, Terraform). - Monorepo setup with Turbo.json and package.json. - API backend (FastAPI) with core services (search, documents, analytics), models, and database setup. - Shared library for common types and utilities. - Widget component for frontend integration. Co-authored-by: 251450122889 <251450122889@mujonline.edu.in>
|
Cursor Agent can help with this pull request. Just |
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
There was a problem hiding this comment.
Trivy found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Establish the foundational monorepo and implement core MVP features for the AI search platform, enabling semantic search, content ingestion, and real-time analytics.