Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@paritoshtripathi935 paritoshtripathi935 released this 02 Nov 16:23
· 18 commits to main since this release

Mini Perplexity v1.0.0 Release Notes

Release Date: November 2, 2024

🌐 Deployment

🎯 Major Features

AI & Search

  • Cloudflare AI integration with LLAMA_3_1_70B_INSTRUCT model
  • Real-time web search via Google and Bing APIs
  • Context-aware responses with source attribution

Security & Performance

  • Clerk authentication integration
  • Token bucket rate limiting
  • Parallel search processing
  • Session-based context management

User Interface

  • Responsive design with dark mode support
  • Interactive message interface
  • Markdown rendering
  • Dynamic loading states

🔧 Requirements

Frontend: Node.js 18+
Backend: Python 3.9+
APIs: Cloudflare AI, Google Search, Bing Search, Clerk

🐛 Known Issues

  • Search API timeout under heavy load
  • Dark mode initial load flicker
  • Session-limited message history

🚀 Quick Start

  1. Clone repo & install dependencies
  2. Configure environment variables
  3. Start development servers
    # Backend
    uvicorn app.main:app --reload
    
    # Frontend
    npm run dev

📝 Documentation

Full documentation available at:

🔄 Status

  • Live: Netlify Status

For support: GitHub Issues

Paritosh Tripathi