Sumit Bindra

Results 5 issues of Sumit Bindra

I am using DAL to provide a selectable dropdown list like this: ``` class OccupationsModel(models.Model): Occupation_Code = models.CharField(max_length = 20, primary_key=True) Occupation_Title = models.CharField(max_length = 150, unique=True) Occupation_Desc = models.CharField(max_length...

I tried installing crewai using pip in my virtual env created using venv. and got the following error. Any suggestions? ![image](https://github.com/joaomdmoura/crewAI/assets/25441198/f4010fc9-a9da-47a1-9d1c-3ea73fb992fb)

help wanted

I would like to contribute a blank starter template built using your examples. Hope it helps: https://github.com/sumitbindra/CrewAI

When I use this: ``` from markitdown import MarkItDown md = MarkItDown(docintel_endpoint="") result = md.convert("test.pdf") print(result.text_content) ``` I get an error saying: No parameter named "docintel_endpoint" I have version: markitdown==0.0.1a3