Query Agent API

Description

Can I access the Query Agent API using REST API (i.e., curl) instead of Python?

Good morning @SomebodySysop,

At the moment, this isn’t supported yet, but it’s definitely on our radar. We’re currently focusing on enhancing advanced functionality for Agents and extending support across our various clients. Once that’s in place, API support will naturally follow—though we don’t have an exact ETA just yet.

Stay tuned! :tada:

Best regards,
Mohamed Shahin
Weaviate Support Engineer
(Ireland, GMT/UTC timezone)

2 Likes

Meanwhile… hehehe, you can always “reverse engineer” it. :speak_no_evil_monkey:

The code that calls the query agent endpoint lives here:

Be aware that as it is in technical preview, it may change without notice :grimacing:

But as my dear colleague @Mohamed_Shahin said, our team is actively working on it.

Happy coding :slight_smile:

1 Like

Do you know if we can filter the agent queries? Or somehow restrict the responses to specific collection properties?