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
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?
The text was updated successfully, but these errors were encountered:
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 asyncaembed_query()
method in addition toembed_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?
The text was updated successfully, but these errors were encountered: