Chat with Excel data using LangChain Framework.
Step 1. Create a virtual environment
conda create -p myenv python=3.9 -y
step 2. Activate the environment:
conda activate myenv/
step 3. Install all the requirements:
pip install -r requirements.txt
step 4. start writing the code, with standard file name as main.py
- Upload the Excel Files
- If Excel file successfully uploaded
- Transform the Excel into CSV
- User can pass a Prompt
- Get the Output.