MyScale(
self,
embedding: Embeddings,
config: Optional[MyScaleSettings] = None,
**kwargs| Name | Type |
|---|---|
| embedding | Embeddings |
| config | Optional[MyScaleSettings] |
MyScale vector store.
You need a clickhouse-connect python package, and a valid account
to connect to MyScale.
MyScale can not only search with simple vector indexes. It also supports a complex query with multiple conditions, constraints and even sub-queries.
For more information, please visit myscale official site
Run more texts through the embeddings and add to the vectorstore.
Create Myscale wrapper with existing texts
Perform a similarity search with MyScale
Perform a similarity search with MyScale by vectors
Perform a similarity search with MyScale
Helper function: Drop data
Delete by vector ID or other criteria.