NameError Traceback (most recent call last)
<ipython-input-3-08571278d89d> in <cell line: 1>()
----> 1 class MyVanna(ChromaDB_VectorStore, Anthropic_Chat):
2 def __init__(self, config=None):
3 ChromaDB_VectorStore.__init__(self, config=config)
4 Anthropic_Chat.__init__(self, config={'api_key': ANTHROPIC_API_KEY, 'model': ANTHROPIC_MODEL})
5
NameError: name 'Anthropic_Chat' is not defined