This script allows you to dynamically generate Qdrant filters at runtime for querying data using LLMS with agents or tools. With this script, you can easily create complex filters based on specific criteria and apply them to your data queries.
- Dynamically generate Qdrant filters based on key-value pairs (all extracted from JSON/XML/similar strcture coming from LLM response)
- Easy integration with LLMS tools and agents for querying data.
- Python 3.10 (64 bit)
- Pip
- Qdrant client library
- Clean this repository
git clone repositoryurl
- Install required modules
pip install -r requirements.txt
- Modify data inside 'main.py' with yours and then launch
python main.py