feat: add frontend module with Gradio interface for LangGraph Agentic RAG application, including document formatting and streaming response functionality
feat: extend ingestion module by adding load_documents and split_documents functions, enhancing document loading with metadata handling and logging for better traceability.
feat: enhance document ingestion process by adding document loading, metadata display, and chunk information logging. Updated vector store ingestion to use settings for persistence directory.