Update ChromaComponent description and display name

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-02-07 20:29:57 -03:00
commit 26ae9efab3

View file

@ -11,9 +11,8 @@ class ChromaComponent(CustomComponent):
A custom component for implementing a Vector Store using Chroma.
"""
display_name: str = "Chroma"
description: str = "Implementation of Vector Store using Chroma"
documentation = "https://python.langchain.com/docs/integrations/vectorstores/chroma"
display_name: str = "Chroma Search"
description: str = "Search a Chroma collection for similar documents."
beta: bool = True
def build_config(self):