Skip to content
New issue

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

[BUG] Ollama Embeddings do not working #985

Open
vkehfdl1 opened this issue Nov 23, 2024 · 0 comments
Open

[BUG] Ollama Embeddings do not working #985

vkehfdl1 opened this issue Nov 23, 2024 · 0 comments
Labels
AutoRAG Core From the core framework of AutoRAG bug Something isn't working

Comments

@vkehfdl1
Copy link
Contributor

Describe the bug
The Ollama Embeddings is not working.

To Reproduce
Steps to reproduce the behavior:

  1. Use Ollama Embedding as embedding model
  2. Try to use it at vectordb retrieval module

The aget_text_embedding_batch has asyncio.gather itself, and it has conflict with process_batch function. It likely try to use different event loop.

Full Error log
main_log.txt

@vkehfdl1 vkehfdl1 added AutoRAG Core From the core framework of AutoRAG bug Something isn't working labels Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AutoRAG Core From the core framework of AutoRAG bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant