ネットワークが利用できない環境。 ◦ オフラインでもAIを活用可能であることが重要。 • LLMの制約 ◦ ただし、LLMにはKnowledge Cutoffがある。 * オンデバイスAI : On-Device AI * LLM: Large Language Model * オフライン: Offline Problem & Motivation 4
Building for macOS..." cargo build --release echo "🔧 Building for Android..." if command -v cargo-ndk &> /dev/null; then cargo ndk -t arm64-v8a -t armeabi-v7a -o ../android/app/src/main/jniLibs build --release else echo "⚠ Skipping Android (cargo-ndk not installed)" fi make または sh スクリプトを使用し て、プラットフォーム別・アーキテクチャ 別のビルドファイルを生成 Android の場合、ビルドされた出力物 は以下のディレクトリに配置 Flutter Tantivy 開発
"flutter_lints" package below contains a set of recommended lints to # encourage good coding practices. The lint set provided by the package is # activated in the `analysis_options.yaml` file located at the root of your # package. See that file for information about deactivating specific lint # rules and activating additional ones. flutter_lints: ^6.0.0 ffigen: ^19.1.0 pubspec.yaml ファイル内の dev_dependencies セクションに ffigen を追加 Flutter Tantivy 開発