Skip to content
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

Memory error with wrong LLM #311

Open
ciaotesla opened this issue Jan 18, 2025 · 1 comment
Open

Memory error with wrong LLM #311

ciaotesla opened this issue Jan 18, 2025 · 1 comment

Comments

@ciaotesla
Copy link

ciaotesla commented Jan 18, 2025

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     
@ciaotesla
Copy link
Author

ciaotesla commented Jan 27, 2025

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant