Spaces:
Sleeping
The project structure is below.
GenAI-Toolkit/ βββ src/ β βββ features/ β β βββ translation.py # LangChain PromptTemplate β β βββ summarization.py # LangChain MapReduceChain β β βββ chat.py # LangGraph conversation graph β β βββ pdf_qa.py # LangChain RAG + LangGraph agent β β βββ email_writer.py # LangChain PromptTemplate β β βββ keyword_extraction.py # LangChain structured output β βββ graphs/ β β βββ chat_graph.py # LangGraph chat workflow β β βββ pdf_agent.py # LangGraph PDF Q&A agent β βββ utils/ β β βββ llm.py # OpenAI client setup β β βββ vector_store.py # FAISS setup β βββ app.py # Gradio UI βββ data/ βββ artifacts/ βββ scripts/ β βββ download_datasets.py βββ .env βββ requirements.txt βββ Dockerfile βββ README.md