mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 08:56:46 -04:00
d897c74896
Nimbus search is broken because it expects the page section to be joined with the page table, but this table is called page_nimbus in Nimbus mode. Resolves AI-682 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Fixed source reference attribution to use the correct path when using the alternate search index option. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
ai-commands
Main purpose
This package contains all features involving AI and LLMs (eg. via OpenAI API). Each feature is implemented as a function which can be easily tested for regressions.
The streaming functions only work on Edge runtime so they can only be imported via a special edge subpath like so:
import { chatRlsPolicy } from 'ai-commands/edge'