langchain_community.vectorstores.manticore_search
.ManticoreSearchSettings¶
- class langchain_community.vectorstores.manticore_search.ManticoreSearchSettings[源代码]¶
继承自:
BaseSettings
通过解析和验证关键字参数中的输入数据来创建一个新的模型。
如果输入数据无法解析为有效的模型,则引发 ValidationError。
- 参数 column_map: Dict[str, str] = {'document': 'document', 'embedding': 'embedding', 'id': 'id', 'metadata': 'metadata', 'uuid': 'uuid'}¶
- 参数 hnsw_ef_construction: int = 100¶
- 参数 hnsw_m: int = 16¶
- 参数 hnsw_similarity: str = 'L2'¶
- 参数 host: str = 'localhost'¶
- 参数 knn_dims: Optional[int] = None¶
- 参数 knn_type: str = 'hnsw'¶
- 参数password: 可选[str]= None¶
- 参数port: int= 9308¶
- 参数proto: str= 'http'¶
- 参数table: str= 'langchain'¶
- 参数username: 可选[str]= None¶