We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have copied the exact code from the embeddings example (https://docs.orama.com/open-source/plugins/plugin-embeddings) and I receive the following error when attempting to search:
node_modules/@orama/orama/dist/commonjs/methods/search-vector.js:17 const vectorIndex = orama.data.index.vectorIndexes[vector.property]; ^ TypeError: Cannot read properties of undefined (reading 'property')
Execute the exact demo code here: https://docs.orama.com/open-source/plugins/plugin-embeddings
Expected a search result, but receive an internal error in Orama.
OS: Sonoma 14.6.1 Arch: Apple M1 Max ARM64 Node: 18.20.5 Orama: 3.0.2
Search
No response
The text was updated successfully, but these errors were encountered:
Looking into that right now
Sorry, something went wrong.
Issue identified. It requires a pretty big refactoring but I'll try to make it this week.
fix: fixes #849
eef68d3
fix: fixes embeddings generation via plugin-embeddings (#849) (#852)
53546f8
Fixed in #852, will make a release today
No branches or pull requests
Describe the bug
I have copied the exact code from the embeddings example (https://docs.orama.com/open-source/plugins/plugin-embeddings) and I receive the following error when attempting to search:
To Reproduce
Execute the exact demo code here: https://docs.orama.com/open-source/plugins/plugin-embeddings
Expected behavior
Expected a search result, but receive an internal error in Orama.
Environment Info
Affected areas
Search
Additional context
No response
The text was updated successfully, but these errors were encountered: