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:
Eric Hare 2024-11-18 17:44:42 -08:00 committed by GitHub
commit 6133fed90a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

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

View file

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