File tree Expand file tree Collapse file tree
examples/android/RunAnywhereAI Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ dependencies {
219219 // Pick the backends you need:
220220 implementation(project(" :runanywhere-core-llamacpp" )) // ~45MB - LLM text generation
221221 implementation(project(" :runanywhere-core-onnx" )) // ~30MB - STT, TTS, VAD
222- implementation(project( " :runanywhere-core-rag " )) // RAG pipeline JNI bindings
222+ // RAG pipeline is now part of the core SDK (not a separate module)
223223
224224 // AndroidX Core & Lifecycle
225225 implementation(libs.androidx.core.ktx)
Original file line number Diff line number Diff line change @@ -53,7 +53,5 @@ include(":runanywhere-core-onnx")
5353project(" :runanywhere-core-onnx" ).projectDir =
5454 file(" ../../../sdk/runanywhere-kotlin/modules/runanywhere-core-onnx" )
5555
56- // RAG module - Retrieval-Augmented Generation adapter
57- include(" :runanywhere-core-rag" )
58- project(" :runanywhere-core-rag" ).projectDir =
59- file(" ../../../sdk/runanywhere-kotlin/modules/runanywhere-core-rag" )
56+ // RAG pipeline is now part of the core SDK (not a separate module).
57+ // Registration is handled by ragCreatePipeline(). See: RunAnywhere+RAG.jvmAndroid.kt
You can’t perform that action at this time.
0 commit comments