mirror of
https://github.com/hwchase17/langchain
synced 2024-11-11 19:11:02 +00:00
6 lines
102 B
Python
6 lines
102 B
Python
|
from langchain_voyageai.embeddings import VoyageAIEmbeddings
|
||
|
|
||
|
__all__ = [
|
||
|
"VoyageAIEmbeddings",
|
||
|
]
|