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
Running step 3 in VS Code:
class MyVanna(ChromaDB_VectorStore): def __init__(self, config=None): ChromaDB_VectorStore.__init__(self, config=config) vn = MyVanna()
Returns:
--------------------------------------------------------------------------- TypeError Traceback (most recent call last) Input In [3], in <cell line: 5>() 2 def __init__(self, config=None): 3 ChromaDB_VectorStore.__init__(self, config=config) ----> 5 vn = MyVanna() TypeError: Can't instantiate abstract class MyVanna with abstract methods assistant_message, submit_prompt, system_message, user_message
The text was updated successfully, but these errors were encountered:
I am facing the same issue
Sorry, something went wrong.
This particular notebook needs to be deleted because it's actually not a valid combination.
I am getting similar error with chromadb, were anyone you able to resolve it
No branches or pull requests
Running step 3 in VS Code:
Returns:
The text was updated successfully, but these errors were encountered: