Tonic commited on
Commit
a2da462
·
1 Parent(s): abb36c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -12
app.py CHANGED
@@ -62,9 +62,9 @@ Article = {
62
  "skip": False,
63
  "vectorizePropertyName": True
64
  }
65
- },
66
- "indexFilterable": True,
67
- "indexSearchable": True
68
  },
69
  {
70
  "name": "content",
@@ -75,23 +75,23 @@ Article = {
75
  "skip": False,
76
  "vectorizePropertyName": True
77
  }
78
- },
79
- "indexFilterable": True,
80
- "indexSearchable": True
81
  },
82
  {
83
  "name": "author",
84
  "description": "The author of the article",
85
- "dataType": ["text"],
86
- "indexFilterable": True,
87
- "indexSearchable": True
88
  },
89
  {
90
  "name": "publishDate",
91
  "description": "The date the article was published",
92
- "dataType": ["date"],
93
- "indexFilterable": True,
94
- "indexSearchable": True
95
  }
96
  ],
97
  "invertedIndexConfig": {
 
62
  "skip": False,
63
  "vectorizePropertyName": True
64
  }
65
+ }
66
+ # ,"indexFilterable": True,
67
+ # "indexSearchable": True
68
  },
69
  {
70
  "name": "content",
 
75
  "skip": False,
76
  "vectorizePropertyName": True
77
  }
78
+ }
79
+ # , "indexFilterable": True #,
80
+ # "indexSearchable": True
81
  },
82
  {
83
  "name": "author",
84
  "description": "The author of the article",
85
+ "dataType": ["text"]
86
+ # , "indexFilterable": True,
87
+ # "indexSearchable": True
88
  },
89
  {
90
  "name": "publishDate",
91
  "description": "The date the article was published",
92
+ "dataType": ["date"]
93
+ # , "indexFilterable": True,
94
+ # "indexSearchable": True
95
  }
96
  ],
97
  "invertedIndexConfig": {