We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a2dc8 commit 14e54fbCopy full SHA for 14e54fb
CHANGELOG.md
@@ -1,2 +1,2 @@
1
-- Initial release of `Android-Doc-QA`
2
-- The app allows users to ask questions on PDF/DOCX documents and get natural-language answers.
+- Allow use of local LLM models (with LiteRT) for document question-answering
+- Gated models can be downloaded by providing a HuggingFace access token to the app
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
applicationId = "com.ml.shubham0204.docqa"
15
minSdk = 26
16
targetSdk = 35
17
- versionCode = 1
18
- versionName = "0.0.1"
+ versionCode = 2
+ versionName = "2"
19
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
vectorDrawables {
0 commit comments