Nachoeigu / agentic-customer-service-medical-clinic

This software contains an agent based on LangGraph & LangChain for solving general requests in the Whatsapp channel of this medical clinic
170 stars 26 forks source link

How to Run information #2

Closed JParzival closed 1 month ago

JParzival commented 1 month ago

I would suggest a couple things:

  1. Adding more information about how to run the project, especially for people who are not really experts in agents and Pinecone.
  2. Doing an integration without pinecone, so that the user can choose.
Nachoeigu commented 1 month ago

Hi, you should place your FAQ data in faq/data.json in the correct format. Then populate with your data in data/catalog.json and the files in data/syntetic_data. Obviously if you want to integrate it with your own software, you should feed the data directly from your own database. But for practical purposes, I place the data in this subdirectories.

El lun, 30 sept 2024 a la(s) 4:32 p.m., Jorge @.***) escribió:

I would suggest a couple things:

  1. Adding more information about how to run the project, especially for people who are not really experts in agents and Pinecone.
  2. Doing an integration without pinecone, so that the user can choose.

— Reply to this email directly, view it on GitHub https://github.com/Nachoeigu/agentic-customer-service-medical-clinic/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATSLJUXU43S4XEMR32Z3DXLZZFOIXAVCNFSM6AAAAABPDOPT46VHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2TMOBXGIYTOOA . You are receiving this because you are subscribed to this thread.Message ID: @.*** com>

--

👨🏻‍💻 Ignacio Eiguren Riva | Specialist in Data Science, AI & Engineering

🌎 In some place of the globe

👉 Click here https://www.linkedin.com/in/ignacio-eiguren/ to see my LinkedIn profile

JParzival commented 1 month ago

Absolutely, I do know it. But I would recommend doing a small guide in the readme.md to ensure everyone gets to know this information. Besides, what you have to uncomment to make the agent run. Thanks for your work!

Nachoeigu commented 1 month ago

Absolutely, I do know it. But I would recommend doing a small guide in the readme.md to ensure everyone gets to know this information. Besides, what you have to uncomment to make the agent run. Thanks for your work!

Solved, added more reference in README. :)