We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HTTPError Traceback (most recent call last) in <cell line: 5>() 3 4 # Create embeddings ----> 5 indexing.run({"converter": {"sources": document_sources}})
5 frames /usr/local/lib/python3.10/dist-packages/requests/models.py in raise_for_status(self) 1022 1023 if http_error_msg: -> 1024 raise HTTPError(http_error_msg, response=self) 1025 1026 def close(self):
HTTPError: 404 Client Error: Not Found for url: https://integrate.api.nvidia.com/v1/embeddings
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Calculating embeddings: 0%| | 0/4 [00:00<?, ?it/s]
HTTPError Traceback (most recent call last)
in <cell line: 5>()
3
4 # Create embeddings
----> 5 indexing.run({"converter": {"sources": document_sources}})
5 frames
/usr/local/lib/python3.10/dist-packages/requests/models.py in raise_for_status(self)
1022
1023 if http_error_msg:
-> 1024 raise HTTPError(http_error_msg, response=self)
1025
1026 def close(self):
HTTPError: 404 Client Error: Not Found for url: https://integrate.api.nvidia.com/v1/embeddings
The text was updated successfully, but these errors were encountered: