feat: add logging (#206)

This commit is contained in:
cachho
2023-07-10 19:58:58 +02:00
committed by GitHub
parent c597b1939d
commit b3cf834186
3 changed files with 28 additions and 3 deletions

View File

@@ -444,6 +444,7 @@ This section describes all possible config options.
|option|description|type|default|
|---|---|---|---|
|log_level|log level|string|WARNING|
|ef|embedding function|chromadb.utils.embedding_functions|{text-embedding-ada-002}|
|db|vector database (experimental)|BaseVectorDB|ChromaDB|