Shamik/multi_agent_rag
feat: adding api key usage instead of using the default api key.
feat: uncommenting the if name main for ui module.
Update src/insurance_assistants/ui.py
Update src/insurance_assistants/agents.py (#3)
Update Dockerfile (#2)
Update src/insurance_assistants/ui.py (#1)
fix: always adding the prefix prompt for all the agent sessions in gradio.
feat: modified the prefix prompt and the manager agent description.
feat: modifying the prefix prompt to return the outputs of the insurance agent.
feat: adding logger for manager agent prompt.
feat: modified the description of the manager agent.
feat: adding a print statement for the modified manager agent prompt.
feat: enclosing the tool name in insurance agent in backticks.
feat: improved the prompt prefix.
feat: increase verbosity of manager agent to 0.
feat: increase verbosity of manager agent to 1.
fix: reverting back to the original prompt for the VLM.
feat: updated readme and the app heading.
feat: adding TAD.
feat: using a detailed prompt for the VLM.
fix: login in hf_hub instead of putting the token in all agents.
fix: typo in markdown.
fix: removing the showcasing of the error from the ui and setting debug to false.
fix: explicitly importing the HF_TOKEN in all agents as it's stored in secrets.
fix: disabling .env loading as secrets are being used.
fix: unable to find .env and raise error= false.
fix: removing the use of torchbf16 as it's running on cpu.
fix: removing the nvidia libaries from requirements.txt.
feat: converting the sdk to docker instead of gradio as the dockerfile isn't being deployed with the gradio sdk.
feat: adding Dockerfile
fix: removing the dockerfile extension to make the build with this dockerfile.
feat: adding app.py
feat: adding queue to the UI.
feat: added another instruction for the ui.
feat: removing unnecessary documents.
fix: removing the duplicate copy command from dockerfile.
feat: adding build essentials and other packages to the dockerfile.
feat: adding docker file.
feat: adding images and db.
feat: removing the pages and db from .gitignore.
feat: adding rest of the project files.
feat: adding data .
feat: tracking pdfs, images and db with lfs.
initial commit
