mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 10:50:14 +01:00
meilisearch improvements
This commit is contained in:
parent
e55a89270e
commit
5c15b60601
2 changed files with 4 additions and 24 deletions
|
|
@ -155,7 +155,7 @@ const createMeiliMongooseModel = function ({ index, attributesToIndex }) {
|
|||
function (results, value, key) {
|
||||
return { ...results, [key]: 1 };
|
||||
},
|
||||
{ _id: 1 },
|
||||
{ _id: 1, __v: 1 },
|
||||
),
|
||||
).lean();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue