mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 02:50:47 +00:00
**Description:** Adds chroma to the partners package. Tests & code mirror those in the community package. **Dependencies:** None **Twitter handle:** @akiradev0x --------- Co-authored-by: Erick Friis <erick@langchain.dev>
6 lines
78 B
Python
6 lines
78 B
Python
from langchain_chroma.vectorstores import Chroma
|
|
|
|
__all__ = [
|
|
"Chroma",
|
|
]
|