Explorar el Código

docs: update variable name (#430)

Taranjeet Singh hace 2 años
padre
commit
d494d99c06
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/advanced/query_configuration.mdx

+ 1 - 1
docs/advanced/query_configuration.mdx

@@ -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