fix: Ensure the service selection comes before the choice (#4692)
* fix: Ensure the service selection comes before the choice * Update components-vector-stores.md
This commit is contained in:
parent
e6cd335b1c
commit
6133fed90a
2 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ For more information, see the [DataStax documentation](https://docs.datastax.com
|
|||
| search_input | Search Input | Query string for similarity search |
|
||||
| ingest_data | Ingest Data | Data to be ingested into the vector store |
|
||||
| namespace | Namespace | Optional namespace within Astra DB to use for the collection |
|
||||
| embedding_service | Embedding Model or Astra Vectorize | Determines whether to use an Embedding Model or Astra Vectorize for the collection |
|
||||
| embedding_choice | Embedding Model or Astra Vectorize | Determines whether to use an Embedding Model or Astra Vectorize for the collection |
|
||||
| embedding | Embedding Model | Allows an embedding model configuration (when using Embedding Model) |
|
||||
| provider | Vectorize Provider | Provider for Astra Vectorize (when using Astra Vectorize) |
|
||||
| metric | Metric | Optional distance metric for vector comparisons |
|
||||
|
|
|
|||
|
|
@ -1600,7 +1600,7 @@
|
|||
"search_input",
|
||||
"ingest_data",
|
||||
"namespace",
|
||||
"embedding_service",
|
||||
"embedding_choice",
|
||||
"embedding_model",
|
||||
"metric",
|
||||
"batch_size",
|
||||
|
|
@ -2555,7 +2555,7 @@
|
|||
"search_input",
|
||||
"ingest_data",
|
||||
"namespace",
|
||||
"embedding_service",
|
||||
"embedding_choice",
|
||||
"embedding_model",
|
||||
"metric",
|
||||
"batch_size",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue