Rachitt Shah
Rachitt Shah
I really liked your idea for learning STLs. I had a suggestion I wanted to work on, I could add the applications of STls in competitive coding,so the repo is...
Hello OpenGenus! Your org is one of the best open source orgs out there! I got to know about your org through Quora,through Ue Kiao,the algorithms researcher. Areas: -Algorithms and...
Changed make html to sphinx-build -b html source build in line 34,as discussed over the EinsteinPy IRC.
### Problem https://docs.einsteinpy.org/en/latest/jupyter.html The Juypter Notebook page needed descriptions for the heading and descriptions. ### Goal Increase readability and make user-friendly. ### Possible solutions Add links to articles/refer books/youtube videos...
Added my local build setup as discussed on the slack channel. Please let me know if I should add/remove any pieces of infomation.
Added the error logs to keep track of the work in progress for getting DAVE online prior to GSoC. To - do - [ ] Resolve server.py to look for...
#### To - Do - [x] Updated package.json - [ ] Need to get main.js running again #### Errors solved - After running run_gui.bash after installation on the update_install branch,the...
Issue: reduce the need for inference providers with continuous-eval. Advantage: Allow users to use multiple LLMs with fallbacks/caching without building the core infra.
Suggestion: Instead of having different packages for LLM inference, we can create a single litellm class which allows the user to use multiple LLMs and reduces dependency management. Happy to...
On passing filters as arguments for using arcee with Langchain, the filters need to be passed as a dict, ``` arcee = Arcee( model="DALM-PubMed", model_kwargs={ "size": 10, # The number...