You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Optional: Use vector similarity search with the specified embedding model (e.g., text-embedding-3-small). When provided, the query will be embedded and vector search will be performed.",
131
-
example = "text-embedding-3-small") Stringmodel,
130
+
description = "Optional: Use vector similarity search with the specified embedding model. When provided, the query will be embedded and vector search will be performed.",
description = "Optional: Use vector similarity search with the specified embedding model. When provided, the query will be embedded and vector search will be performed.",
84
+
example = "llama-embed-megatron-8b") Stringmodel,
81
85
JsonTransformOptionsoutputOpts
82
86
) throwsResourceNotFoundException, IOException {
83
87
@@ -88,7 +92,7 @@ public HttpEntity<V2PagedAndFacetedResponse<V2Entity>> getEntities(
description = "Optional: Use vector similarity search with the specified embedding model. When provided, the query will be embedded and vector search will be performed.",
146
+
example = "llama-embed-megatron-8b") Stringmodel,
139
147
JsonTransformOptionsoutputOpts
140
148
) throwsResourceNotFoundException, IOException {
141
149
@@ -146,7 +154,7 @@ public HttpEntity<V2PagedAndFacetedResponse<V2Entity>> getTerms(
description = "Returns a list of embedding models, indicating which can be used for embedding (via the embedding service) and which only have pre-computed embeddings stored in Solr")
0 commit comments