Initial commit: OpenClaw workspace with habit bot and flashcard app
This commit is contained in:
14
rag_requirements.txt
Normal file
14
rag_requirements.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
# Oracle RAG - Requirements
|
||||
# Install: pip install -r requirements.txt
|
||||
|
||||
# Oracle
|
||||
oracledb>=2.0.0
|
||||
|
||||
# Web Framework (choose one)
|
||||
flask>=2.3.0
|
||||
|
||||
# LLM/Embedding (MiniMax uses OpenAI-compatible API)
|
||||
openai>=1.0.0
|
||||
|
||||
# For deployment
|
||||
gunicorn>=21.0.0
|
||||
Reference in New Issue
Block a user