Problems with the method AzureCosmosDBVectorSearch.Search() #25937
Replies: 1 comment 4 replies
-
I found a similar solved discussion that might help you with your issue. The discussion addresses a similar problem with the SolutionThe correct way to map the vector content and the key when using Here is how it is done: Using
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
I am trying to get indexed documents in a mongodb database through AzureCosmosDBVectorSearch, as you can see in the code, when I run it I get the following error, "metadata", which is not very clear, the configuration of the index of the collection in which the documents are in is the following:
{
"_id": "string",
"id": "string",
"nombre_proyecto": "DGP",
"tipo_proyecto": "comercial",
"descripcion_proyecto": "Es un sistema enfocado en calcular la demanda y la generación real hor...",
"experto": "JEAN PIERRE LEYTON OJEDA",
"problema_descripcion": "¿Para qué sirve el aplicativo? Descripción general de su funcionamiento…",
"problema_solucion": "Revisar el siguiente video en nuestra plataforma de aprendizaje MVM Ac...",
"problema_tipo": "Pregunta",
"scriptLinks": [],
"imagesLinks": [""],
"videoLinks": [""],
"fecha_publicacion": "2024-01-31T12:07:18.292094+00:00",
"fecha_actualizacion": "2024-01-31T12:07:18.292094+00:00",
"vector_content": [......],
"correo_experto": "string"
}
Beta Was this translation helpful? Give feedback.
All reactions