diff --git a/libs/partners/chroma/langchain_chroma/vectorstores.py b/libs/partners/chroma/langchain_chroma/vectorstores.py index bac16a5d660..12deb3830be 100644 --- a/libs/partners/chroma/langchain_chroma/vectorstores.py +++ b/libs/partners/chroma/langchain_chroma/vectorstores.py @@ -301,7 +301,7 @@ class Chroma(VectorStore): client_settings: Chroma client settings collection_metadata: Collection configurations. client: Chroma client. Documentation: - https://docs.trychroma.com/reference/js-client#class:-chromaclient + https://docs.trychroma.com/reference/python/client relevance_score_fn: Function to calculate relevance score from distance. Used only in `similarity_search_with_relevance_scores` create_collection_if_not_exists: Whether to create collection @@ -1155,7 +1155,7 @@ class Chroma(VectorStore): ids: List of document IDs. Defaults to None. client_settings: Chroma client settings. client: Chroma client. Documentation: - https://docs.trychroma.com/reference/js-client#class:-chromaclient + https://docs.trychroma.com/reference/python/client collection_metadata: Collection configurations. Defaults to None. kwargs: Additional keyword arguments to initialize a Chroma client. @@ -1224,7 +1224,7 @@ class Chroma(VectorStore): embedding: Embedding function. Defaults to None. client_settings: Chroma client settings. client: Chroma client. Documentation: - https://docs.trychroma.com/reference/js-client#class:-chromaclient + https://docs.trychroma.com/reference/python/client collection_metadata: Collection configurations. Defaults to None. kwargs: Additional keyword arguments to initialize a Chroma client.