Skip to content

Commit

Permalink
fix: Ensure the service selection comes before the choice (#4692)
Browse files Browse the repository at this point in the history
* fix: Ensure the service selection comes before the choice

* Update components-vector-stores.md
  • Loading branch information
erichare authored Nov 19, 2024
1 parent e6cd335 commit 6133fed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/Components/components-vector-stores.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1600,7 +1600,7 @@
"search_input",
"ingest_data",
"namespace",
"embedding_service",
"embedding_choice",
"embedding_model",
"metric",
"batch_size",
Expand Down Expand Up @@ -2555,7 +2555,7 @@
"search_input",
"ingest_data",
"namespace",
"embedding_service",
"embedding_choice",
"embedding_model",
"metric",
"batch_size",
Expand Down

0 comments on commit 6133fed

Please sign in to comment.