ApacheDoris(
self,
embedding: Embeddings,
*,
config: Optional[ApacheDorisSettings] = None,| Name | Type | Description |
|---|---|---|
embedding* | Embeddings | |
config | ApacheDorisSettings | Default: None |
| Name | Type |
|---|---|
| embedding | Embeddings |
| config | Optional[ApacheDorisSettings] |
Apache Doris vector store.
You need a pymysql python package, and a valid account
to connect to Apache Doris.
For more information, please visit Apache Doris official site Apache Doris github
Text embedding model.
Apache Doris client configuration information.
Insert more texts through the embeddings and add to the VectorStore.
Create Apache Doris wrapper with existing texts
Perform a similarity search with Apache Doris
Perform a similarity search with Apache Doris by vectors
Perform a similarity search with Apache Doris
Helper function: Drop data