This Streamlit app allows you to:
- Upload multiple files (TXT, PDF, or CSV).
- Process the files with Azure OpenAI to generate:
- Hypothetical documents.
- Embeddings for downstream tasks.
- File Uploads: Supports TXT, CSV, and basic text-based file formats.
- Azure OpenAI Integration:
- Uses
gpt-35-turbofor document generation. - Uses
text-embedding-ada-002for embedding generation.
- Uses
- Dynamic Results: Displays processed synthetic documents and embeddings in the app.
- Clone the repository:
git clone https://github.com/your-repo/hyde-app.git cd hyde-app