docs: update variable name (#430)

This commit is contained in:
Taranjeet Singh
2023-08-11 16:28:37 -07:00
committed by GitHub
parent 163f437582
commit d494d99c06

View File

@@ -10,7 +10,7 @@ title: '🔍 Query configurations'
| embedding_fn| embedding function | chromadb.utils.embedding_functions | \{text-embedding-ada-002\} |
| db | vector database (experimental) | BaseVectorDB | ChromaDB |
| collection_name | initial collection name for the database | string | embedchain_store |
| collection_metrics | collect anonymous telemetry data to improve embedchain | boolean | true |
| collect_metrics | collect anonymous telemetry data to improve embedchain | boolean | true |
## AddConfig