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
Going through tutorial on: https://adalflow.sylph.ai/tutorials/embedder.html and encountering
ERROR:adalflow.core.embedder:Error processing the output: 'EmbedderOutput' object is not iterable 0 -1 False
When running cell from the tutorial:
output = local_embedder_256(query) print(output.length, output.embedding_dim, output.is_normalized) # 1 256 True
No response
# Error messages and logs here please ERROR:adalflow.core.embedder:Error processing the output: 'EmbedderOutput' object is not iterable 0 -1 False
The text was updated successfully, but these errors were encountered:
This might not be a bug, but rather legacy tutorial? can you check the new api and change the documentation to fix it?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug description
Going through tutorial on: https://adalflow.sylph.ai/tutorials/embedder.html and encountering
When running cell from the tutorial:
What version are you seeing the problem on?
No response
How to reproduce the bug
No response
Error messages and logs
Environment
More info
No response
The text was updated successfully, but these errors were encountered: