Spaces:
Running
Running
File size: 333 Bytes
388aa42 | 1 2 3 4 5 6 7 8 9 | GROQ_API_KEY="your_groq_api_key_here"
TAVILY_API_KEY="your_tavily_api_key_here"
HF_TOKEN="your_huggingface_token_here"
# Skip vectorstores on memory-constrained platforms
# Set to "true" to use only web search (saves ~300MB RAM)
# Set to "false" to use FAISS vectorstores (for Hugging Face Spaces)
SKIP_VECTORSTORES="false"
|