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

no async support for embeddings #39

Open
mziru opened this issue Dec 16, 2024 · 1 comment
Open

no async support for embeddings #39

mziru opened this issue Dec 16, 2024 · 1 comment

Comments

@mziru
Copy link

mziru commented Dec 16, 2024

hi all, it appears that the langchain Redis vector db interface does not support async calls to embeddings APIs e.g. to embed query strings.
the langchain OpenAIEmbeddings interface, for example, does implement an async aembed_query() method in addition to embed_query(), but as far as i can tell, the Redis interface only uses the latter.
am i missing something? if not, are there plans to add async support for embeddings?

@bsbodden
Copy link
Collaborator

@mziru, thanks for the report. We're working on our Async features. Stay tuned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants