From 0d9f0b42154adb3427830e7058c1c70e67884902 Mon Sep 17 00:00:00 2001 From: Iris Liu <51828194+irisfaustina@users.noreply.github.com> Date: Sat, 15 Feb 2025 21:05:21 -0500 Subject: [PATCH] docs: updates Chroma integration API ref docs (#29826) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Description: updates Chroma integration API ref docs - Issue: #29817 - Dependencies: N/A - Twitter handle: @irieliu Co-authored-by: “Iris <“liuirisny@gmail.com”> --- libs/partners/chroma/langchain_chroma/vectorstores.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.