feat: Add document processing scripts using Gemini and OpenAI to generate structured use case chunks from input documents.

This commit is contained in:
2025-12-03 16:28:43 +01:00
commit 8a374be90a
9 changed files with 771 additions and 0 deletions

2
.env.example Normal file
View File

@@ -0,0 +1,2 @@
OPENAI_API_KEY=xxxxxx
GOOGLE_API_KEY=xxxxxx