test2 / ANTIGRAVITY_INSTRUCTIONS.md
Martechsol
Update from backup state - 2026-05-06
cb79a0a
|
Raw
History Blame Contribute Delete
1.46 kB

Antigravity Setup & Instructions

This backup was created on 2026-05-05. It contains the full state of the Martechsol RAG Chatbot project.

Current Setup Info

  • Main Workspace Path: D:\RAG_Backup_2026_05_05
  • Primary LLM: Qwen 3 32B (via Groq)
  • Deployment Target: Hugging Face Spaces (space remote)
  • Git Remote: https://huggingface.co/spaces/joedown11/chatRAG

Instructions for Antigravity (Coding Assistant)

If the user says "push", you should perform the following actions to update the project and its deployment:

  1. Sync Local Changes: Ensure all local files are saved.
  2. Commit Changes:
    • Run git add .
    • Run git commit -m "Update from backup state - [Current Date]" (or a specific message if provided).
  3. Deploy to Space:
    • Run git push space main (or master if appropriate).
  4. Verify Configuration:
    • Ensure .env or app/core/config.py has the correct API keys if they were changed.
    • If the user changed the API provider (e.g., from Groq to something else), verify that app/core/config.py reflects the new provider and model.

Note for next session:

The user intends to change the API provider and other settings after this backup. If you are opening this folder, check app/core/config.py first to see the current provider. If the user says "push", they want the latest version of the code and setup to be updated everywhere as it is right now.