docs: chroma client documentation (#248)

This commit is contained in:
cachho
2023-07-13 03:47:17 +02:00
committed by GitHub
parent 0187669f80
commit 17ff0b0b35
2 changed files with 15 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ class InitConfig(BaseConfig):
['DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'].
:param ef: Optional. Embedding function to use.
:param db: Optional. (Vector) database to use for embeddings.
:param host: Optional. Hostname for the database server.
:param port: Optional. Port for the database server.
"""
self._setup_logging(log_level)