Docfile commited on
Commit
a980eb4
·
1 Parent(s): ee9998c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -19,6 +19,8 @@ app = App.from_config(config={
19
  "provider": "google",
20
  "config": {
21
  "model": "models/embedding-001",
 
 
22
  },
23
  },
24
  "chunker": {
 
19
  "provider": "google",
20
  "config": {
21
  "model": "models/embedding-001",
22
+ "task_type": "retrieval_document",
23
+ "title": "Embeddings for Embedchain"
24
  },
25
  },
26
  "chunker": {