News

con/ ├── app.py # Flask application ├── text_splitter.py # LangChain text splitting service ├── requirements.txt # Python dependencies ├── setup.sh # Setup script ├── run.sh # Run script ├── README.md ...