We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
Getting this error, I am using llama3 with Ollama:
ERROR [18:19:53] memory.py:427 ERROR Error storing in ChromaDB: 404 page not found memory.py:427 ERROR [18:19:53] memory.py:427 ERROR Error storing in ChromaDB: 404 page not found memory.py:427 ERROR [18:19:53] memory.py:863 ERROR Error calculating metrics: Error code: 404 - {'error': {'message': "model 'gpt-4o' not found, try pulling it first", 'type': 'api_error', 'param': None, 'code': None}} memory.py:863 ERROR [18:19:53] memory.py:427 ERROR Error storing in ChromaDB: 404 page not found
The text was updated successfully, but these errors were encountered:
I was able to remove some of the errors by installing a ChromaDB < 0.5 But the following error still remain:
ERROR [18:25:18] memory.py:863 ERROR Error calculating metrics: Error code: 404 - {'error': {'message': "model 'gpt-4o' not found, try pulling it first", 'type': 'api_error', 'param': None, 'code': None}} memory.py:863
Any idea?
Sorry, something went wrong.
No branches or pull requests
Getting this error, I am using llama3 with Ollama:
The text was updated successfully, but these errors were encountered: