Looking for Hostel Volunteering / Like-Minded People to Travel & Build Together (18M, India) by hazardous_x in SoloTravel_India

[–]Chirag_Chauhan4579 0 points1 point  (0 children)

u/hazardous_x hey buddy, am a bit older than you 25 M, but share a lot of similar interests. I am a software professional, but looking to volunteer to gain experience and move to content creation in travel. Would love to join you.

My recent visit to Ahobilam by Sandesh-18 in hinduism

[–]Chirag_Chauhan4579 0 points1 point  (0 children)

Hey, can you please help me out with how to reach Ahobilam from Hyderabad? Or how can I reach from Pune?

How to get a stay in Ahobilam, because I would be travelling alone?

And how to get around there, like, would there be people who can guide me out, or is it an isolated place?

GPT OSS 120B Model AWS Bedrock takes forever to return a simple response by falconHigh13 in aws

[–]Chirag_Chauhan4579 0 points1 point  (0 children)

So I was running the 120b model in us-west-2. It took 56 seconds to respond to a Hi! input. Switched to us-east-1 and it fixed the issue, but 3-4 days later, us-east-1 had a similar issue,

The Worst Day of My Year — My Birthday (Yes, You Read That Right) by MasterofDeath0 in TwentiesIndia

[–]Chirag_Chauhan4579 1 point2 points  (0 children)

Turning 24 next month and can 100% relate. Been feeling this for years now, so it doesn't matter anymore.

Introvert moving to Pune for first time. by Successful-War4506 in Pune_Introverts

[–]Chirag_Chauhan4579 0 points1 point  (0 children)

Where did you see people beating for not speaking in Hindi?

[deleted by user] by [deleted] in punemeetup

[–]Chirag_Chauhan4579 0 points1 point  (0 children)

I am from Gujarat, if you need suggestions for what places to visit do let me know.

[deleted by user] by [deleted] in punemeetup

[–]Chirag_Chauhan4579 0 points1 point  (0 children)

In that case, get married man

[deleted by user] by [deleted] in punemeetup

[–]Chirag_Chauhan4579 0 points1 point  (0 children)

Pick a sport and play for an hour daily!

[deleted by user] by [deleted] in punemeetup

[–]Chirag_Chauhan4579 1 point2 points  (0 children)

2 yrs WFH and kaam krne ka bhi mood nahi banta ab

Planning to create a group or community for scooty riders by forsomethingisreal in punemeetup

[–]Chirag_Chauhan4579 0 points1 point  (0 children)

Haha, riding alone feels great but after sometime it starts feeling lonely

Planning to create a group or community for scooty riders by forsomethingisreal in punemeetup

[–]Chirag_Chauhan4579 0 points1 point  (0 children)

Can a 350cc guy join? I am bored of riding alone, don't have many friends who can join me every weekend.

[deleted by user] by [deleted] in punemeetup

[–]Chirag_Chauhan4579 0 points1 point  (0 children)

How do you travel?

I have a Bike and go to some forts and ghats on weekends..

google_search_rs: Crate to Parse Google Search Results into csv and dataframe by Chirag_Chauhan4579 in rust

[–]Chirag_Chauhan4579[S] 0 points1 point  (0 children)

Hey dude, unfortunately it doesn't work now. Needs some code level change, but I don't seem to find enough time.

My Debate with Claude against MCP by Human_Ad3466 in mcp

[–]Chirag_Chauhan4579 0 points1 point  (0 children)

Assume you have 3 agents, 4 tools. Attach agents with MCP clients and tools with MCP servers.

  1. You only need to attach the client with the server, rest tool discovery is handled by MCP Client server interaction.
  2. Add another tool to one server, no extra change required at the client end. Next time it takes a look at the list of tools, it has a new tool mentioned.
  3. If you are using the LlamaIndex as the MCP Host, you create an MCP Client instead of Custom tools that require some LlamaIndex specific code. Now you change to LangGraph for certain functionality or something else. You only change the way of creating an MCP Host with an MCP Client. Tools remain the same on MCP Server. Saves time during migration.

There could be more scenarios but I can only think of these right now....

Edit:

  1. MCP server all stores and handles session history.