Rename ChromaComponent to ChromaSearchComponent

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-02-07 20:30:13 -03:00
commit 4bbe26fa65

View file

@ -6,7 +6,7 @@ from langflow import CustomComponent
from langflow.field_typing import Document, Embeddings, Text
class ChromaComponent(CustomComponent):
class ChromaSearchComponent(CustomComponent):
"""
A custom component for implementing a Vector Store using Chroma.
"""