-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid request for vector_store.add_documents #216
Comments
Thanks for the bug report - I'll try to fix this issue |
I could not reproduce the issue. here's some things to check:
I recommend double checking that these environment variables are not accidentally set |
@mattgotteiner Even I am facing the same issue when running this notebook. The mentioned environment variables are not set as I'm strictly following the readme and the setting the env variables that are listed there. |
I just changed the name of index and it worked |
HttpResponseError: () The request is invalid. Details: The property 'content' does not exist on type 'search.documentFields'. Make sure to only use property names that are defined by the type.
Code:
Message: The request is invalid. Details: The property 'content' does not exist on type 'search.documentFields'. Make sure to only use property names that are defined by the type.
vector_store.add_documents - this method runs into issues.
The text was updated successfully, but these errors were encountered: