ı get No module named 'giskard.rag'; 'giskard' is not a package eror. #1981
-
| when ı using this framework from giskard.rag import generate_testset, KnowledgeBase | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            alexcombessie
          
      
      
        Jul 16, 2024 
      
    
    Replies: 2 comments 4 replies
-
| Hey @klncgty - Just to check, are you sure that you have run  Note the  | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
      Answer selected by
        mattbit
-
| Hi @klncgty Just try  Good Luck! | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Hey @klncgty - Just to check, are you sure that you have run
pip install giskard[llm]in your Python virtual environment?Note the
[llm]option which is required forgiskard.ragto be available