mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-28 12:19:27 +08:00
b530198a3b
#### PR Dependency Tree * **PR #15512** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Search now supports generation-based indexing with embedded and remote providers. * Added automatic search reconciliation and improved handling of document, workspace, and permission changes. * Added clearer search status errors for unavailable, syncing, unready, or failed indexes. * Added Manticore Search end-to-end support and provider-specific search behavior. * **Improvements** * Search and aggregate pagination now report returned results and continuation status more accurately. * Improved permission filtering to prevent inaccessible documents from appearing in results. * Admin provider selection now consistently enables indexing. * **Documentation** * Clarified search pagination, aggregation counts, provider configuration, and end-to-end setup. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
14 lines
415 B
Bash
14 lines
415 B
Bash
# DATABASE_URL="postgres://affine:affine@localhost:5432/affine"
|
|
# REDIS_SERVER_HOST=localhost
|
|
# COPILOT_FAL_API_KEY=YOUR_KEY
|
|
# COPILOT_OPENAI_API_KEY=YOUR_KEY
|
|
# COPILOT_PERPLEXITY_API_KEY=YOUR_KEY
|
|
|
|
# MAILER_HOST=127.0.0.1
|
|
# MAILER_PORT=1025
|
|
# MAILER_SERVERNAME="mail.example.com"
|
|
# MAILER_SENDER="noreply@toeverything.info"
|
|
# MAILER_USER="noreply@toeverything.info"
|
|
# MAILER_PASSWORD="affine"
|
|
# MAILER_SECURE=false
|