Resolve path for index directory in ChromaSearchComponent
This commit is contained in:
parent
d6ebc60462
commit
1f832d0a01
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class ChromaSearchComponent(CustomComponent):
|
|||
chroma_server_grpc_port=chroma_server_grpc_port or None,
|
||||
chroma_server_ssl_enabled=chroma_server_ssl_enabled,
|
||||
)
|
||||
|
||||
index_directory = self.resolve_path(index_directory)
|
||||
chroma = Chroma(
|
||||
embedding_function=embedding,
|
||||
collection_name=collection_name,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue