Release archive
2.6.5

RAG Indexing & RAG Metadata

Release v2.6.5 focuses on RAG Indexing, RAG Metadata, and Crypto Search.

ImprovedFixed
RAG Indexing & RAG Metadata

Release digest

Improved

  • Landing Page Search - Shares same merged logic as Dashboard search

Fixed

  • RAG Indexing 🧠 - Critical fix: Enabled indexing of Markdown documents
    • Switched Vertex AI Search to Unstructured Data Store
    • Script now automatically renames .md -> .txt during upload
    • Fixed Content-Type headers for correct parsing
    • Result: 100% of documentation (200+ files) now indexed and retrievable!
  • RAG Metadata 🏷️ - Fixed "unknown" source files in API response
    • Correctly extracts filename and snippet from unstructured search results
    • API now returns valid sources list with previews
  • Crypto Search 🔍 - Critical fix: Now shows BOTH database AND CoinGecko results
    • Previously only DB results were shown if any existed
    • New projects from CoinGecko now marked with from_coingecko: true
    • Frontend displays "New" badge for unanalyzed projects
  • Project Data Harvesting 🌾 - Fixed endpoint routing conflict
    • Removed duplicate /project/{slug} from routers/crypto.py
    • Now uses crypto_service which integrates ALL connectors:
      • GitHub (commits, active developers)
      • ICODrops (fundraising, vesting schedules)
      • DefiLlama (TVL, raises, emissions)
  • ICODrops Integration 💰 - Now fetches fundraising data for all projects
    • Added "enso" → "ensofinance" slug mapping
    • total_raised now falls back to ICODrops if DefiLlama has no data
  • Changelog App Build 📋 - Fixed path aliases for GitHub Actions
    • Switched all imports to @/ aliases
    • Reverted to pnpm with proper caching

Technical notes