Document-ingestion and Q&A experiment split into a .NET backend/frontend stack with extra Python bridge code.
This repository is being open sourced as-is. It may or may not be in working condition. Most of the work here came from vibe-coding experiments by an engineer with very little coding experience, so expect rough edges, stale setup instructions, and partial features.
Backend/: ASP.NET backendFrontend/: ASP.NET frontendchroma_bridge.py: Python bridge/helperDocumentChatbot.sln: solution entrypoint
Requirements:
- .NET 9 SDK
- Visual Studio 2022 or VS Code with C# tooling
- Python 3.11+ if you intend to use the Python bridge helpers
Commands:
cd Backend
dotnet runIn a second terminal:
cd Frontend
dotnet runYou can also open DocumentChatbot.sln in Visual Studio and run the projects from there.
- This repo appears to be an early-stage experiment rather than a finished product.
- Sample data folders and helper scripts are preserved for context, not as a guarantee of a clean local boot.