You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using the @orama/plugin-embeddings plugin, and everything works fine until I try to save the database to disk and then restore it after a server restart. We don’t store plugin data in the file, so when restored, the database is created without plugins.
and in packages/plugin-data-persistence/src/index.ts
And when searching, I get this error:
"Cannot read properties of undefined (reading 'property')" в @orama\\orama\\src\\methods\\search-vector.ts:23:62
To Reproduce
I start the application and create a database with the plugin-embeddings plugin.
I add embeddings.
I restart the server and persist the database to a file.
The database is restored.
When trying to perform a vector search, I get error: "Cannot read properties of undefined (reading 'property')" в @orama\orama\src\methods\search-vector.ts:23:62
Expected behavior
I expect the search to complete without errors
Environment Info
Orama: 3.1.6
Affected areas
Initialization
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
I’m using the @orama/plugin-embeddings plugin, and everything works fine until I try to save the database to disk and then restore it after a server restart. We don’t store plugin data in the file, so when restored, the database is created without plugins.
packages/orama/src/methods/serialization.ts
and in packages/plugin-data-persistence/src/index.ts
And when searching, I get this error:
"Cannot read properties of undefined (reading 'property')" в @orama\\orama\\src\\methods\\search-vector.ts:23:62
To Reproduce
Expected behavior
I expect the search to complete without errors
Environment Info
Affected areas
Initialization
Additional context
No response
The text was updated successfully, but these errors were encountered: