CoolFace
Apppublic

Shamik/multi_agent_rag

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
44 commits on main
b84899f1y ago

feat: adding api key usage instead of using the default api key.

shamik
f9b43501y ago

feat: uncommenting the if name main for ui module.

Shamik
3a9ac6c1y ago

Update src/insurance_assistants/ui.py

Shamik
412c9aa1y ago

Update src/insurance_assistants/agents.py (#3)

Shamik
06665681y ago

Update Dockerfile (#2)

Shamik
203e7af1y ago

Update src/insurance_assistants/ui.py (#1)

Shamik
2419faa1y ago

fix: always adding the prefix prompt for all the agent sessions in gradio.

Shamik
5f073d91y ago

feat: modified the prefix prompt and the manager agent description.

Shamik
9e29fe61y ago

feat: modifying the prefix prompt to return the outputs of the insurance agent.

Shamik
b38c2ca1y ago

feat: adding logger for manager agent prompt.

Shamik
bc057a11y ago

feat: modified the description of the manager agent.

Shamik
4003c751y ago

feat: adding a print statement for the modified manager agent prompt.

Shamik
d22c13b1y ago

feat: enclosing the tool name in insurance agent in backticks.

Shamik
34fd1801y ago

feat: improved the prompt prefix.

Shamik
582c31b1y ago

feat: increase verbosity of manager agent to 0.

Shamik
fda3aa81y ago

feat: increase verbosity of manager agent to 1.

Shamik
11d325c1y ago

fix: reverting back to the original prompt for the VLM.

Shamik
70579ee1y ago

feat: updated readme and the app heading.

Shamik
48e356b1y ago

feat: adding TAD.

Shamik
4129aa01y ago

feat: using a detailed prompt for the VLM.

Shamik
4c3f84c1y ago

fix: login in hf_hub instead of putting the token in all agents.

Shamik
96a12e41y ago

fix: typo in markdown.

Shamik
d6e99821y ago

fix: removing the showcasing of the error from the ui and setting debug to false.

Shamik
f6a6ef01y ago

fix: explicitly importing the HF_TOKEN in all agents as it's stored in secrets.

Shamik
f20b7bf1y ago

fix: disabling .env loading as secrets are being used.

Shamik
29e20651y ago

fix: unable to find .env and raise error= false.

Shamik
6986c151y ago

fix: removing the use of torchbf16 as it's running on cpu.

Shamik
aa3bf9e1y ago

fix: removing the nvidia libaries from requirements.txt.

Shamik
1508f141y ago

feat: converting the sdk to docker instead of gradio as the dockerfile isn't being deployed with the gradio sdk.

Shamik
54471e21y ago

feat: adding Dockerfile

Shamik
783ab441y ago

fix: removing the dockerfile extension to make the build with this dockerfile.

Shamik
9f284e81y ago

feat: adding app.py

Shamik
2e836001y ago

feat: adding queue to the UI.

Shamik
f5d72891y ago

feat: added another instruction for the ui.

Shamik
e0476bf1y ago

feat: removing unnecessary documents.

Shamik
f6b97b71y ago

fix: removing the duplicate copy command from dockerfile.

shamik
dea0db61y ago

feat: adding build essentials and other packages to the dockerfile.

shamik
9562c961y ago

feat: adding docker file.

shamik
3a5a0371y ago

feat: adding images and db.

shamik
c118be61y ago

feat: removing the pages and db from .gitignore.

shamik
0c2d3021y ago

feat: adding rest of the project files.

shamik
3cd77a31y ago

feat: adding data .

shamik
1d5144e1y ago

feat: tracking pdfs, images and db with lfs.

shamik
18c36dd1y ago

initial commit

Shamik