Rename ChromaComponent to ChromaSearchComponent
This commit is contained in:
parent
26ae9efab3
commit
4bbe26fa65
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue