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

snowflake-openai-vanna-chromadb.ipynb: Can't instantiate abstract class MyVanna #1

Open
davesgonechina opened this issue Mar 4, 2024 · 2 comments

Comments

@davesgonechina
Copy link

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
@muhammadd8
Copy link

I am facing the same issue
image

@zainhoda
Copy link
Contributor

This particular notebook needs to be deleted because it's actually not a valid combination.

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

3 participants