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!
Best regards,
Mohamed Shahin
Weaviate Support Engineer
(Ireland, GMT/UTC timezone)
Meanwhile… hehehe, you can always “reverse engineer” it.
The code that calls the query agent endpoint lives here:
Be aware that as it is in technical preview, it may change without notice
But as my dear colleague @Mohamed_Shahin said, our team is actively working on it.
Happy coding
Do you know if we can filter the agent queries? Or somehow restrict the responses to specific collection properties?