Files
langchain-python/tests/integration_tests
Brendan Graham d718f3b6d0 feat: interfaces for async embeddings, implement async openai (#6563)
Since it seems like #6111 will be blocked for a bit, I've forked
@tyree731's fork and implemented the requested changes.

This change adds support to the base Embeddings class for two methods,
aembed_query and aembed_documents, those two methods supporting async
equivalents of embed_query and
embed_documents respectively. This ever so slightly rounds out async
support within langchain, with an initial implementation of this
functionality being implemented for openai.

Implements https://github.com/hwchase17/langchain/issues/6109

---------

Co-authored-by: Stephen Tyree <tyree731@gmail.com>
2023-06-21 23:16:33 -07:00
..
2023-06-13 12:30:59 -07:00
2023-06-19 22:48:35 -07:00
2023-06-08 23:05:57 -07:00
2022-10-24 14:51:15 -07:00
2023-06-20 22:07:00 -07:00