AzureCosmosDBVectorSearch: 'vectorContent' error when executing .as_retriever() with no full traceback #30796
Unanswered
mnbenavides
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
I'm using AzureCosmosDBVectorSearch with Azure Cosmos DB (MongoDB API, vCore). When I execute a retrieval query using .as_retriever(), I receive the following error message:
'vectorContent'
There’s no full traceback or exception context. The error occurs during the call to qa_chain.ainvoke(question)
The vector search should retrieve relevant documents using the "vector_index" created on the "bd_prueba" collection. An exception with the message 'vectorContent' is raised without a full stack trace.
System Info
Python:3.12.0
langchain==0.3.23
langchain-openai==0.3.3
langchain-core==0.3.51
langchain-community==0.3.21
langchain-chroma==0.2.1
langchain-mongodb==0.5.0
langchain-text-splitters==0.3.8
Platform: Windows
Beta Was this translation helpful? Give feedback.
All reactions