Results 8 issues of Aditya Tiwari

For lightbox.js, In this modified version, I've replaced all arrow functions with traditional function syntax. This should resolve the issues related to ES6 compatibility. The functionality of the code remains...

area/docs
component/ui

Amended transcription(spelling errors) in various & Moved the important dependency lines towards the very top of the file for better import in matplotlib/galleries/users_explain/quick_start.py

Documentation: user guide
Documentation: API

The following code: from langchain.output_parsers import PydanticOutputParser, YamlOutputParser,OutputFixingParser, RetryOutputParser, BaseOutputParser from langchain_core.output_parsers import BaseOutputParser, BaseGenerationOutputParser, YamlOutputParser ![Screenshot from 2024-08-16 11-16-10](https://github.com/user-attachments/assets/6329e2f6-a2f7-4f69-bf21-236ae1afbee7) ![Screenshot from 2024-08-16 11-20-45](https://github.com/user-attachments/assets/8b217be9-5641-45d2-b6c8-44ee7d0d7d72) Yaml Output parser is not available...

🤖:bug
stale
â±­: parsing

### URL https://python.langchain.com/v0.2/docs/how_to/example_selectors_length_based/ & https://python.langchain.com/v0.2/docs/how_to/example_selectors/ ### Issue with current documentation: The current documentation lacks clear guidance on how to use custom example selectors with FewShotPromptTemplate, especially when dealing with import...

🤖:docs
stale

### URL https://python.langchain.com/api_reference/langchain/agents/langchain.agents.agent_types.AgentType.html ### Checklist - [X] I added a very descriptive title to this issue. - [X] I included a link to the documentation page I am referring to...

🤖:docs

Here are the necessary screenshots: Langflow (Web Ui View): ![Image](https://github.com/user-attachments/assets/df7ebe69-9bd2-43d6-8918-9d1fa87a18a6) Ollama (Terminal View): ![Image](https://github.com/user-attachments/assets/096b27f4-a963-47dd-9856-d2d35c5f797a) System Info(Terminal View): ![Image](https://github.com/user-attachments/assets/ccd0ed2a-fac9-4b8b-a3e0-db8dd8de7c90) I am using this ollama version: ![Image](https://github.com/user-attachments/assets/74db9dad-fd54-42b0-a5e0-5ec5b0daff46) I am also attaching my...

This pull request fixes multiple typographical errors across the codebase, improving code readability and documentation accuracy. Changes: Corrected spelling errors in variable names, comments, and documentation (e.g., "sucessors" → "successors",...

size:L

## Backend - Changed scheduler check interval from 1s to 5s in `scheduler.py` - Updated MySQL source initialization to use `dict()` constructor in `mysql.py` - Modified rate limiting implementation to...

enhancement