Vedant Jolly
Vedant Jolly
### Is there an existing issue for this? - [X] I have searched the existing issues ### OS/Web Information - Web Browser: Chrome - Local OS: ubuntu - Remote OS:...
As per issue #1417 checked as well as removed the sites which are currently not functioning
- Created a folder `tests` - Segregates all the class tests into their respective files for easier test handling
- Intended to solve #472 • Install the necessary linters: 1) Python linter: pylint (pip install pylint) 2) JavaScript linter: eslint (npm install eslint) 3) HTML linter: htmlhint 4) CSS...
Linters are tools that help identify and report errors in code, helping to ensure that the codebase is of a high quality and follows best practices. The SPDX Online Tools...
**Is your feature request related to a problem? Please describe.** Currently, the documentation lacks when we try to implement the custom VectorDB and there needs to be some steps which...
**Is your feature request related to a problem? Please describe.** When we try to use Gemini LLM we only have option to pass it as an `API KEY`, what if...